From ed3a7cd8fabf78c99be0f13261f8277bce078e12 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 18:08:01 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6861f1f..a830ea8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCar import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import ContactText from '@/components/sections/contact/ContactText'; import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; -import { Award, BadgeCheck, Calendar, MapPin, Star, TrendingUp, Users } from 'lucide-react'; +import { Award, BadgeCheck, Calendar, MapPin, Star, TrendingUp, Users, Sparkles } from 'lucide-react'; export default function LandingPage() { return ( @@ -51,7 +51,7 @@ export default function LandingPage() { { text: "Explore Events", href: "#features" } ]} buttonAnimation="slide-up" - background={{ variant: "plain" }} + background={{ variant: "animated-grid" }} imageSrc="http://img.b2bpic.net/free-photo/cheerful-young-woman-with-luxury-car_231208-6917.jpg" imageAlt="Luxury Audi sports car showcase" mediaAnimation="opacity" @@ -79,7 +79,7 @@ export default function LandingPage() { title="Exclusive Member Benefits" description="Experience the ultimate Audi lifestyle with curated events, performance driving experiences, and networking opportunities with fellow enthusiasts." tag="Premium Membership" - tagIcon={Star} + tagIcon={Sparkles} tagAnimation="slide-up" accordionItems={[ { @@ -196,7 +196,7 @@ export default function LandingPage() { { text: "Apply for Membership", href: "mailto:membership@audiclub.com" }, { text: "Contact Us", href: "tel:+1-800-AUDI-CLUB" } ]} - background={{ variant: "plain" }} + background={{ variant: "animated-grid" }} useInvertedBackground={false} />