Update src/app/page.tsx

This commit is contained in:
2026-03-07 17:35:02 +00:00
parent 0602626d6e
commit baebdc4932

View File

@@ -22,7 +22,7 @@ export default function LandingPage() {
borderRadius="soft"
contentWidth="mediumSmall"
sizing="largeSmall"
background="grid"
background="circleGradient"
cardStyle="gradient-bordered"
primaryButtonStyle="gradient"
secondaryButtonStyle="glass"
@@ -49,22 +49,22 @@ export default function LandingPage() {
tag="Automotive Community"
tagIcon={Zap}
tagAnimation="slide-up"
background={{ variant: "grid" }}
background={{ variant: "glowing-orb" }}
imageSrc="http://img.b2bpic.net/free-photo/transport-concept-parked-vehicles_23-2148959697.jpg"
imageAlt="Luxury Audi vehicle showcase"
imagePosition="right"
testimonials={[
{
name: "Marco Rossi", handle: "Club President", testimonial: "Being part of this club has connected me with like-minded Audi enthusiasts and transformed how I experience my passion.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/head-shot-stressed-young-african-american-man-touching-forehead-suffering-from-terrible-headache-working-computer-home-office-frustrated-confused-biracial-guy-having-painful-feelings-head_657921-937.jpg?_wi=1"
imageSrc: "http://img.b2bpic.net/free-photo/head-shot-stressed-young-african-american-man-touching-forehead-suffering-from-terrible-headache-working-computer-home-office-frustrated-confused-biracial-guy-having-painful-feelings-head_657921-937.jpg"
},
{
name: "Elena Müller", handle: "Member since 2022", testimonial: "The exclusive track days and events are world-class. I've never felt more part of a community of passionate drivers.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/blond-business-woman-blue-shirt_23-2148095792.jpg?_wi=1"
imageSrc: "http://img.b2bpic.net/free-photo/blond-business-woman-blue-shirt_23-2148095792.jpg"
},
{
name: "James Chen", handle: "Event Coordinator", testimonial: "The networking opportunities and access to premium events make this membership absolutely invaluable for any Audi owner.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/front-view-male-car-dealer-standing-with-arms-crossed_23-2148332908.jpg?_wi=1"
imageSrc: "http://img.b2bpic.net/free-photo/front-view-male-car-dealer-standing-with-arms-crossed_23-2148332908.jpg"
}
]}
buttons={[
@@ -214,15 +214,15 @@ export default function LandingPage() {
testimonials={[
{
id: "1", name: "Marco Rossi", role: "Club President", company: "Premium Member", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/head-shot-stressed-young-african-american-man-touching-forehead-suffering-from-terrible-headache-working-computer-home-office-frustrated-confused-biracial-guy-having-painful-feelings-head_657921-937.jpg?_wi=2"
imageSrc: "http://img.b2bpic.net/free-photo/head-shot-stressed-young-african-american-man-touching-forehead-suffering-from-terrible-headache-working-computer-home-office-frustrated-confused-biracial-guy-having-painful-feelings-head_657921-937.jpg"
},
{
id: "2", name: "Elena Müller", role: "Member since 2022", company: "Track Day Enthusiast", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/blond-business-woman-blue-shirt_23-2148095792.jpg?_wi=2"
imageSrc: "http://img.b2bpic.net/free-photo/blond-business-woman-blue-shirt_23-2148095792.jpg"
},
{
id: "3", name: "James Chen", role: "Event Coordinator", company: "Community Leader", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/front-view-male-car-dealer-standing-with-arms-crossed_23-2148332908.jpg?_wi=2"
imageSrc: "http://img.b2bpic.net/free-photo/front-view-male-car-dealer-standing-with-arms-crossed_23-2148332908.jpg"
},
{
id: "4", name: "Sophie Leclerc", role: "Marketing Director", company: "Active Member", rating: 5,
@@ -295,7 +295,7 @@ export default function LandingPage() {
tagAnimation="slide-up"
title="Join the Audi Club Today"
description="Become part of an exclusive community of Audi enthusiasts. Sign up for membership updates and exclusive offers delivered to your inbox."
background={{ variant: "grid" }}
background={{ variant: "glowing-orb" }}
useInvertedBackground={false}
inputPlaceholder="Enter your email address"
buttonText="Subscribe"