2 Commits

Author SHA1 Message Date
53ff24965e Update src/app/page.tsx 2026-05-11 22:33:47 +00:00
d3bf598076 Merge version_3 into main
Merge version_3 into main
2026-05-11 22:29:23 +00:00

View File

@@ -23,10 +23,10 @@ export default function LandingPage() {
contentWidth="small" contentWidth="small"
sizing="largeSizeMediumTitles" sizing="largeSizeMediumTitles"
background="noise" background="noise"
cardStyle="gradient-bordered" cardStyle="glass-elevated"
primaryButtonStyle="shadow" primaryButtonStyle="primary-glow"
secondaryButtonStyle="radial-glow" secondaryButtonStyle="glass"
headingFontWeight="extrabold" headingFontWeight="semibold"
> >
<ReactLenis root> <ReactLenis root>
<div id="nav" data-section="nav"> <div id="nav" data-section="nav">
@@ -65,7 +65,7 @@ export default function LandingPage() {
<div id="about" data-section="about"> <div id="about" data-section="about">
<AboutMetric <AboutMetric
useInvertedBackground={false} useInvertedBackground={true}
title="Proven Excellence" title="Proven Excellence"
metrics={[ metrics={[
{ label: "Perfect Rating", value: "5.0", icon: Star }, { label: "Perfect Rating", value: "5.0", icon: Star },
@@ -81,7 +81,7 @@ export default function LandingPage() {
animationType="slide-up" animationType="slide-up"
textboxLayout="split" textboxLayout="split"
gridVariant="two-columns-alternating-heights" gridVariant="two-columns-alternating-heights"
useInvertedBackground={false} useInvertedBackground={true}
products={[ products={[
{ id: "p1", name: "Vintage Cruiser", price: "Call for Price", imageSrc: "http://img.b2bpic.net/free-photo/vertical-closeup-shot-green-car-headlamps_181624-8290.jpg" }, { id: "p1", name: "Vintage Cruiser", price: "Call for Price", imageSrc: "http://img.b2bpic.net/free-photo/vertical-closeup-shot-green-car-headlamps_181624-8290.jpg" },
{ id: "p2", name: "Classic Sport", price: "Call for Price", imageSrc: "http://img.b2bpic.net/free-photo/vintage-car-headlight-vintage-auto-detail-selective-focus-idea-interior-article_166373-3398.jpg" }, { id: "p2", name: "Classic Sport", price: "Call for Price", imageSrc: "http://img.b2bpic.net/free-photo/vintage-car-headlight-vintage-auto-detail-selective-focus-idea-interior-article_166373-3398.jpg" },
@@ -117,7 +117,7 @@ export default function LandingPage() {
<FeatureBorderGlow <FeatureBorderGlow
animationType="slide-up" animationType="slide-up"
textboxLayout="split" textboxLayout="split"
useInvertedBackground={false} useInvertedBackground={true}
features={[ features={[
{ title: "Transparent Sales", description: "No hidden fees, no pressure, just clear answers.", icon: ShieldCheck }, { title: "Transparent Sales", description: "No hidden fees, no pressure, just clear answers.", icon: ShieldCheck },
{ title: "Quality Assured", description: "Every vehicle is inspected before it hits our lot.", icon: CheckCircle }, { title: "Quality Assured", description: "Every vehicle is inspected before it hits our lot.", icon: CheckCircle },
@@ -148,7 +148,7 @@ export default function LandingPage() {
<div id="faq" data-section="faq"> <div id="faq" data-section="faq">
<FaqSplitText <FaqSplitText
useInvertedBackground={false} useInvertedBackground={true}
faqs={[ faqs={[
{ id: "q1", title: "Do you offer financing?", content: "We work with local lenders to help secure the best financing for your needs." }, { id: "q1", title: "Do you offer financing?", content: "We work with local lenders to help secure the best financing for your needs." },
{ id: "q2", title: "Can I trade in my car?", content: "Yes, we accept trade-ins at fair market value after professional appraisal." }, { id: "q2", title: "Can I trade in my car?", content: "Yes, we accept trade-ins at fair market value after professional appraisal." },