From efccd3df94507fdfab9451044c1de8bdc9c44322 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 12:10:31 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 83 ++++++++++++++++++++++++++++++++---------------- 1 file changed, 55 insertions(+), 28 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 97f298a..457e6ff 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,7 +2,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; -import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi'; +import HeroBillboard from '@/components/sections/hero/HeroBillboard'; import TextAbout from '@/components/sections/about/TextAbout'; import FeatureCardTwelve from '@/components/sections/feature/FeatureCardTwelve'; import PricingCardOne from '@/components/sections/pricing/PricingCardOne'; @@ -41,27 +41,34 @@ export default function AudiClubPage() {
-
@@ -85,17 +92,20 @@ export default function AudiClubPage() { features={[ { id: "exclusive-access", label: "VIP Access", title: "Exclusive Events & Previews", items: [ - "Private track day experiences", "Factory tours and exclusive previews", "Early access to new model launches", "Premium networking events"], + "Private track day experiences", "Factory tours and exclusive previews", "Early access to new model launches", "Premium networking events" + ], buttons: [{ text: "Learn More", href: "#" }], }, { id: "performance", label: "Performance", title: "Technical Support & Resources", items: [ - "Expert technical guidance", "Maintenance recommendations", "Performance tuning resources", "24/7 member support"], + "Expert technical guidance", "Maintenance recommendations", "Performance tuning resources", "24/7 member support" + ], buttons: [{ text: "Explore", href: "#" }], }, { id: "community", label: "Community", title: "Global Network & Connections", items: [ - "Connect with 5,000+ members", "Regional chapter participation", "Social media community access", "Member directory and matchmaking"], + "Connect with 5,000+ members", "Regional chapter participation", "Social media community access", "Member directory and matchmaking" + ], buttons: [{ text: "Join Network", href: "#" }], }, ]} @@ -116,17 +126,20 @@ export default function AudiClubPage() { { id: "enthusiast", badge: "Popular", badgeIcon: Sparkles, price: "$49/mo", subtitle: "Perfect for passionate Audi fans", features: [ - "Access to club member community", "4 annual exclusive events", "Monthly newsletter & updates", "Discounts on merchandise"], + "Access to club member community", "4 annual exclusive events", "Monthly newsletter & updates", "Discounts on merchandise" + ], }, { id: "elite", badge: "Best Value", badgeIcon: Crown, price: "$99/mo", subtitle: "For dedicated club members", features: [ - "All Enthusiast benefits", "12 annual exclusive events", "Priority track day registration", "Factory tour access", "20% merchandise discount"], + "All Enthusiast benefits", "12 annual exclusive events", "Priority track day registration", "Factory tour access", "20% merchandise discount" + ], }, { id: "platinum", badge: "Premium", badgeIcon: Zap, price: "$199/mo", subtitle: "Ultimate Audi experience", features: [ - "All Elite benefits", "Unlimited event access", "Dedicated concierge support", "Private performance consultations", "Exclusive merchandise & collectibles", "VIP car show invitations"], + "All Elite benefits", "Unlimited event access", "Dedicated concierge support", "Private performance consultations", "Exclusive merchandise & collectibles", "VIP car show invitations" + ], }, ]} animationType="slide-up" @@ -148,17 +161,23 @@ export default function AudiClubPage() { speed={40} testimonials={[ { - id: "1", name: "Michael Torres", handle: "@mikea4owner", testimonial: "The Audi Club transformed my passion into a community experience. The exclusive events and track days have been absolutely incredible.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-business-man_23-2148514859.jpg", imageAlt: "professional man portrait headshot"}, + id: "1", name: "Michael Torres", handle: "@mikea4owner", testimonial: "The Audi Club transformed my passion into a community experience. The exclusive events and track days have been absolutely incredible.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-business-man_23-2148514859.jpg", imageAlt: "professional man portrait headshot" + }, { - id: "2", name: "Sarah Chen", handle: "@sarahrs6fan", testimonial: "Joining gave me access to fellow enthusiasts who truly understand the Audi philosophy. The technical resources are unmatched.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-business-woman-portrait_23-2149280717.jpg", imageAlt: "professional woman portrait headshot"}, + id: "2", name: "Sarah Chen", handle: "@sarahrs6fan", testimonial: "Joining gave me access to fellow enthusiasts who truly understand the Audi philosophy. The technical resources are unmatched.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-business-woman-portrait_23-2149280717.jpg", imageAlt: "professional woman portrait headshot" + }, { - id: "3", name: "David Martinez", handle: "@davidaudi2020", testimonial: "The factory tours and exclusive previews made my membership worth every penny. This is where Audi lovers belong.", imageSrc: "http://img.b2bpic.net/free-photo/man-corrects-belt-fees-groom-man-s-hands-dressing-man-buttons-pants-jeans_8353-5893.jpg", imageAlt: "mature man professional portrait"}, + id: "3", name: "David Martinez", handle: "@davidaudi2020", testimonial: "The factory tours and exclusive previews made my membership worth every penny. This is where Audi lovers belong.", imageSrc: "http://img.b2bpic.net/free-photo/man-corrects-belt-fees-groom-man-s-hands-dressing-man-buttons-pants-jeans_8353-5893.jpg", imageAlt: "mature man professional portrait" + }, { - id: "4", name: "Emma Richardson", handle: "@emmaaudiophile", testimonial: "Outstanding community, world-class events, and genuine connections with people who share my passion. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/businesswoman_23-2148006226.jpg", imageAlt: "young woman professional portrait"}, + id: "4", name: "Emma Richardson", handle: "@emmaaudiophile", testimonial: "Outstanding community, world-class events, and genuine connections with people who share my passion. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/businesswoman_23-2148006226.jpg", imageAlt: "young woman professional portrait" + }, { - id: "5", name: "James Wilson", handle: "@jamesaudiotrack", testimonial: "The track day experiences alone are worth it. Professional instruction, premium vehicles, and incredible atmosphere.", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1640.jpg", imageAlt: "male professional portrait headshot"}, + id: "5", name: "James Wilson", handle: "@jamesaudiotrack", testimonial: "The track day experiences alone are worth it. Professional instruction, premium vehicles, and incredible atmosphere.", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1640.jpg", imageAlt: "male professional portrait headshot" + }, { - id: "6", name: "Lisa Anderson", handle: "@lisaaudio_lover", testimonial: "Best decision I made as an Audi enthusiast. The community support and exclusive access are unparalleled.", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-business-woman-wearing-id-card-smiling-confident-with-crossed-arms_839833-18875.jpg", imageAlt: "woman professional portrait photo"}, + id: "6", name: "Lisa Anderson", handle: "@lisaaudio_lover", testimonial: "Best decision I made as an Audi enthusiast. The community support and exclusive access are unparalleled.", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-business-woman-wearing-id-card-smiling-confident-with-crossed-arms_839833-18875.jpg", imageAlt: "woman professional portrait photo" + } ]} tagAnimation="slide-up" buttonAnimation="slide-up" @@ -210,21 +229,29 @@ export default function AudiClubPage() { animationType="smooth" faqs={[ { - id: "1", title: "How do I join the Audi Club?", content: "Joining is simple! Select your preferred membership tier on our pricing page, complete the registration, and you'll gain instant access to our community portal, exclusive events, and member benefits."}, + id: "1", title: "How do I join the Audi Club?", content: "Joining is simple! Select your preferred membership tier on our pricing page, complete the registration, and you'll gain instant access to our community portal, exclusive events, and member benefits." + }, { - id: "2", title: "What's included in each membership tier?", content: "Enthusiast includes community access and 4 annual events. Elite adds 12 events, track day priority, and 20% discounts. Platinum offers unlimited events, concierge support, and exclusive VIP experiences."}, + id: "2", title: "What's included in each membership tier?", content: "Enthusiast includes community access and 4 annual events. Elite adds 12 events, track day priority, and 20% discounts. Platinum offers unlimited events, concierge support, and exclusive VIP experiences." + }, { - id: "3", title: "Can I upgrade or downgrade my membership?", content: "Yes! You can change your membership tier anytime through your member portal. Changes take effect at your next billing cycle."}, + id: "3", title: "Can I upgrade or downgrade my membership?", content: "Yes! You can change your membership tier anytime through your member portal. Changes take effect at your next billing cycle." + }, { - id: "4", title: "Are there age restrictions?", content: "Members must be at least 18 years old. For track day events, participants must have a valid driver's license and meet specific insurance requirements."}, + id: "4", title: "Are there age restrictions?", content: "Members must be at least 18 years old. For track day events, participants must have a valid driver's license and meet specific insurance requirements." + }, { - id: "5", title: "Do I need to own an Audi to join?", content: "While passion for Audi is required, you don't need to own one to join. Many members are aspiring enthusiasts or owners of other vehicles interested in the brand."}, + id: "5", title: "Do I need to own an Audi to join?", content: "While passion for Audi is required, you don't need to own one to join. Many members are aspiring enthusiasts or owners of other vehicles interested in the brand." + }, { - id: "6", title: "What payment methods do you accept?", content: "We accept all major credit cards, PayPal, and bank transfers. Billing is handled securely through our payment processor."}, + id: "6", title: "What payment methods do you accept?", content: "We accept all major credit cards, PayPal, and bank transfers. Billing is handled securely through our payment processor." + }, { - id: "7", title: "Is there a cancellation policy?", content: "You can cancel your membership anytime with 30 days notice. No early termination fees apply."}, + id: "7", title: "Is there a cancellation policy?", content: "You can cancel your membership anytime with 30 days notice. No early termination fees apply." + }, { - id: "8", title: "How do I find events near me?", content: "Our member portal has an interactive events map showing upcoming activities in your region. You can filter by event type, date, and location."}, + id: "8", title: "How do I find events near me?", content: "Our member portal has an interactive events map showing upcoming activities in your region. You can filter by event type, date, and location." + }, ]} tagAnimation="slide-up" /> -- 2.49.1