diff --git a/src/app/page.tsx b/src/app/page.tsx index 199cce4..1eb56bc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import FaqDouble from '@/components/sections/faq/FaqDouble'; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; -import { Award, Heart, Zap, Globe, Users, MessageCircle, HelpCircle, MapPin, Trophy } from 'lucide-react'; +import { Award, Heart, Zap, Globe, Users, MessageCircle, HelpCircle, MapPin, Trophy, Star } from 'lucide-react'; export default function LandingPage() { return ( @@ -49,7 +49,7 @@ export default function LandingPage() { tagIcon={Zap} tagAnimation="slide-up" background={{ variant: "noise" }} - imageSrc="http://img.b2bpic.net/free-photo/closeup-shot-black-side-mirror-modern-white-car_181624-25206.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/closeup-shot-black-side-mirror-modern-white-car_181624-25206.jpg" imageAlt="Audi RS high-performance sports car" buttons={[ { text: "Join The Club", href: "contact" }, @@ -208,7 +208,7 @@ export default function LandingPage() { title="Trusted By Leading Brands" description="Partner organizations and premium automotive brands that support the RS Club" tag="Industry Partners" - tagIcon={Zap} + tagIcon={Star} tagAnimation="slide-up" textboxLayout="default" useInvertedBackground={false} @@ -271,7 +271,7 @@ export default function LandingPage() { required: false }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/closeup-shot-black-side-mirror-modern-white-car_181624-25206.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/closeup-shot-black-side-mirror-modern-white-car_181624-25206.jpg" imageAlt="Audi RS performance vehicle" mediaAnimation="blur-reveal" mediaPosition="right"