Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
"use client"
|
||||
"use client";
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
@@ -38,10 +38,6 @@ export default function LandingPage() {
|
||||
button={{
|
||||
text: "Reserve Your Test Drive", href: "contact"
|
||||
}}
|
||||
className="bg-opacity-95 backdrop-blur-md border border-white border-opacity-20"
|
||||
navItemClassName="text-foreground font-medium hover:text-primary-cta transition-colors"
|
||||
buttonClassName="bg-primary-cta hover:bg-opacity-90 text-white font-semibold px-6 py-2 rounded-full transition-all duration-300"
|
||||
buttonTextClassName="text-sm font-bold tracking-wide"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -77,10 +73,6 @@ export default function LandingPage() {
|
||||
]}
|
||||
autoPlay={true}
|
||||
autoPlayInterval={5000}
|
||||
containerClassName="py-8 md:py-16"
|
||||
titleClassName="text-4xl md:text-6xl font-bold tracking-tight"
|
||||
descriptionClassName="text-lg md:text-xl opacity-90 max-w-3xl"
|
||||
buttonContainerClassName="flex flex-col sm:flex-row gap-4 mt-8"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -90,7 +82,7 @@ export default function LandingPage() {
|
||||
description="Each vehicle is meticulously selected and expertly curated to meet the exacting standards of luxury automotive enthusiasts."
|
||||
tag="Premium Selection"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground="invertDefault"
|
||||
useInvertedBackground="noInvert"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="scale-rotate"
|
||||
products={[
|
||||
@@ -107,11 +99,6 @@ export default function LandingPage() {
|
||||
buttons={[
|
||||
{ text: "View All Models", href: "#pricing" }
|
||||
]}
|
||||
containerClassName="py-20 px-4"
|
||||
cardClassName="rounded-2xl overflow-hidden shadow-lg hover:shadow-2xl transition-all duration-500"
|
||||
imageClassName="w-full h-64 object-cover"
|
||||
cardNameClassName="text-lg font-semibold mt-4 truncate"
|
||||
cardPriceClassName="text-2xl font-bold text-primary-cta mt-2"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -137,9 +124,6 @@ export default function LandingPage() {
|
||||
label: "Owner Satisfaction", value: "98%"
|
||||
}
|
||||
]}
|
||||
containerClassName="py-20 px-4"
|
||||
titleClassName="text-3xl md:text-5xl font-bold tracking-tight mb-12"
|
||||
metricsContainerClassName="grid grid-cols-2 md:grid-cols-4 gap-8"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -149,7 +133,7 @@ export default function LandingPage() {
|
||||
description="Discover the meticulous craftsmanship that defines every Pinnacle Motors vehicle."
|
||||
tag="Craftsmanship"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground="invertDefault"
|
||||
useInvertedBackground="noInvert"
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
@@ -202,7 +186,6 @@ export default function LandingPage() {
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/portrait-happy-mature-businessman-with-clasped-hands_23-2147955358.jpg", imageAlt: "Alexandra Mercer"
|
||||
}
|
||||
]}
|
||||
containerClassName="py-20 px-4"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -212,7 +195,7 @@ export default function LandingPage() {
|
||||
description="Select the perfect Pinnacle Motors ownership experience tailored to your desires."
|
||||
tag="Ownership Plans"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground="invertDefault"
|
||||
useInvertedBackground="noInvert"
|
||||
animationType="slide-up"
|
||||
plans={[
|
||||
{
|
||||
@@ -243,7 +226,6 @@ export default function LandingPage() {
|
||||
]
|
||||
}
|
||||
]}
|
||||
containerClassName="py-20 px-4"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -260,9 +242,6 @@ export default function LandingPage() {
|
||||
inputPlaceholder="Enter your email"
|
||||
buttonText="Notify Me"
|
||||
termsText="We respect your privacy. Unsubscribe anytime. Your information helps us curate personalized automotive experiences."
|
||||
containerClassName="py-20 px-4"
|
||||
titleClassName="text-3xl md:text-5xl font-bold"
|
||||
descriptionClassName="text-lg opacity-90"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -293,9 +272,6 @@ export default function LandingPage() {
|
||||
]
|
||||
}
|
||||
]}
|
||||
containerClassName="bg-primary-cta text-white"
|
||||
logoTextClassName="text-2xl font-bold"
|
||||
columnsClassName="grid grid-cols-2 md:grid-cols-3 gap-8"
|
||||
/>
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
|
||||
Reference in New Issue
Block a user