Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-05-18 09:49:35 +00:00

View File

@@ -43,7 +43,7 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroOverlay
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={[
{
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"},
]}
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>
@@ -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"},
]}
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>
@@ -150,7 +150,7 @@ export default function LandingPage() {
},
]}
title="Club Milestones"
description="Driving our community forward with passion and dedication."
description="Driving our enthusiast community forward with passion and dedication."
/>
</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: "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"
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>
@@ -183,7 +183,7 @@ export default function LandingPage() {
variant: "plain"}}
tag="Inquiries"
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={[
{
text: "Contact Us", href: "mailto:hello@example.com"},
@@ -211,11 +211,11 @@ export default function LandingPage() {
],
},
]}
bottomLeftText="© 2024 Cadillac Club"
bottomRightText="All rights reserved."
bottomLeftText="© 2024 Cadillac Club (Independent Enthusiast Group)"
bottomRightText="All rights reserved. Not affiliated with GM."
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}