From 5fa18db1a2bb4457643044eb63ade49e110d9f59 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 18:16:06 +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 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" -- 2.49.1