2 Commits

Author SHA1 Message Date
0cb319ecaf Update src/app/page.tsx 2026-05-18 09:49:32 +00:00
ff009c6165 Merge version_1 into main
Merge version_1 into main
2026-05-18 09:47:50 +00:00

View File

@@ -43,7 +43,7 @@ export default function LandingPage() {
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroOverlay <HeroOverlay
title="The Cadillac Club" title="The Cadillac Club"
description="Celebrating the elegance, innovation, and timeless legacy of Cadillac automobiles. Join a community of enthusiasts dedicated to preserving the art of luxury driving." description="Celebrating the elegance, innovation, and timeless legacy of classic Cadillac automobiles. Please note: This website is an independent enthusiast group and is not affiliated with, endorsed by, or representing General Motors or the Cadillac automobile brand. We are a community of passionate collectors preserving automotive history."
buttons={[ buttons={[
{ {
text: "Join the Club", href: "#contact"}, text: "Join the Club", href: "#contact"},
@@ -98,7 +98,7 @@ export default function LandingPage() {
imageSrc: "http://img.b2bpic.net/free-photo/young-rural-travellers-driving-through-country-side_23-2149052508.jpg"}, imageSrc: "http://img.b2bpic.net/free-photo/young-rural-travellers-driving-through-country-side_23-2149052508.jpg"},
]} ]}
title="Why Join Us" title="Why Join Us"
description="Discover the benefits of membership in the world's premier Cadillac automotive group." description="Discover the benefits of membership in the world's premier independent Cadillac enthusiast group."
/> />
</div> </div>
@@ -129,7 +129,7 @@ export default function LandingPage() {
reviewCount: "30", imageSrc: "http://img.b2bpic.net/free-photo/silver-sedan-with-red-lights_114579-4386.jpg"}, reviewCount: "30", imageSrc: "http://img.b2bpic.net/free-photo/silver-sedan-with-red-lights_114579-4386.jpg"},
]} ]}
title="Classic Fleet Highlights" title="Classic Fleet Highlights"
description="Explore the iconic vehicles maintained and admired by our club members." description="Explore the iconic vehicles maintained and admired by our independent club members."
/> />
</div> </div>
@@ -150,7 +150,7 @@ export default function LandingPage() {
}, },
]} ]}
title="Club Milestones" title="Club Milestones"
description="Driving our community forward with passion and dedication." description="Driving our enthusiast community forward with passion and dedication."
/> />
</div> </div>
@@ -169,10 +169,10 @@ export default function LandingPage() {
{ {
id: "t4", name: "Linda P.", role: "Member", testimonial: "Exceptional events and wonderful community spirit.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-cute-small-girl-near-shiny-car-atuo-service-workshop_613910-3495.jpg"}, id: "t4", name: "Linda P.", role: "Member", testimonial: "Exceptional events and wonderful community spirit.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-cute-small-girl-near-shiny-car-atuo-service-workshop_613910-3495.jpg"},
{ {
id: "t5", name: "Robert B.", role: "Collector", testimonial: "Joining this club was the best automotive decision.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-man-posing-vintage-portrait_23-2150794812.jpg"}, id: "t5", name: "Robert B.", role: "Collector", testimonial: "Joining this club was the best automotive decision.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-man-posing-vintage-portrait_23-21510794812.jpg"},
]} ]}
title="Member Experiences" title="Member Experiences"
description="Hear what our dedicated car enthusiasts say about being part of the club." description="Hear what our dedicated enthusiasts say about being part of our club."
/> />
</div> </div>
@@ -183,7 +183,7 @@ export default function LandingPage() {
variant: "plain"}} variant: "plain"}}
tag="Inquiries" tag="Inquiries"
title="Connect With The Club" title="Connect With The Club"
description="Reach out to join or learn more about membership eligibility." description="Reach out to join our community. Please note that we are not associated with General Motors or the Cadillac automobile manufacturer."
buttons={[ buttons={[
{ {
text: "Contact Us", href: "mailto:hello@example.com"}, text: "Contact Us", href: "mailto:hello@example.com"},
@@ -211,8 +211,8 @@ export default function LandingPage() {
], ],
}, },
]} ]}
bottomLeftText="© 2024 Cadillac Club" bottomLeftText="© 2024 Cadillac Club (Independent Enthusiast Group)"
bottomRightText="All rights reserved." bottomRightText="All rights reserved. Not affiliated with GM."
/> />
</div> </div>
</ReactLenis> </ReactLenis>