Merge version_1 into main #1

Merged
development merged 1 commits from version_1 into main 2026-01-21 07:14:25 +00:00

View File

@@ -1,4 +1,4 @@
"use client" "use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
@@ -38,10 +38,6 @@ export default function LandingPage() {
button={{ button={{
text: "Reserve Your Test Drive", href: "contact" 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> </div>
@@ -77,10 +73,6 @@ export default function LandingPage() {
]} ]}
autoPlay={true} autoPlay={true}
autoPlayInterval={5000} 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> </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." description="Each vehicle is meticulously selected and expertly curated to meet the exacting standards of luxury automotive enthusiasts."
tag="Premium Selection" tag="Premium Selection"
textboxLayout="default" textboxLayout="default"
useInvertedBackground="invertDefault" useInvertedBackground="noInvert"
gridVariant="three-columns-all-equal-width" gridVariant="three-columns-all-equal-width"
animationType="scale-rotate" animationType="scale-rotate"
products={[ products={[
@@ -107,11 +99,6 @@ export default function LandingPage() {
buttons={[ buttons={[
{ text: "View All Models", href: "#pricing" } { 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> </div>
@@ -137,9 +124,6 @@ export default function LandingPage() {
label: "Owner Satisfaction", value: "98%" 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> </div>
@@ -149,7 +133,7 @@ export default function LandingPage() {
description="Discover the meticulous craftsmanship that defines every Pinnacle Motors vehicle." description="Discover the meticulous craftsmanship that defines every Pinnacle Motors vehicle."
tag="Craftsmanship" tag="Craftsmanship"
textboxLayout="default" textboxLayout="default"
useInvertedBackground="invertDefault" useInvertedBackground="noInvert"
features={[ features={[
{ {
id: 1, 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" 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> </div>
@@ -212,7 +195,7 @@ export default function LandingPage() {
description="Select the perfect Pinnacle Motors ownership experience tailored to your desires." description="Select the perfect Pinnacle Motors ownership experience tailored to your desires."
tag="Ownership Plans" tag="Ownership Plans"
textboxLayout="default" textboxLayout="default"
useInvertedBackground="invertDefault" useInvertedBackground="noInvert"
animationType="slide-up" animationType="slide-up"
plans={[ plans={[
{ {
@@ -243,7 +226,6 @@ export default function LandingPage() {
] ]
} }
]} ]}
containerClassName="py-20 px-4"
/> />
</div> </div>
@@ -260,9 +242,6 @@ export default function LandingPage() {
inputPlaceholder="Enter your email" inputPlaceholder="Enter your email"
buttonText="Notify Me" buttonText="Notify Me"
termsText="We respect your privacy. Unsubscribe anytime. Your information helps us curate personalized automotive experiences." 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> </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> </div>
</ThemeProvider> </ThemeProvider>