Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-10 18:08:05 +00:00

View File

@@ -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}
/>
</div>