From a946fe650642197a74de74cf35eb3877ca99119c Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 18:13:09 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 38e6220..140b5f4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -56,12 +56,13 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/outdoor-summer-image-stylish-girl-sitting-luxury-red-sport-car-enjoying-holidays-los-angeles_273443-2489.jpg", imageAlt: "luxury Audi RS sports car" }, { - imageSrc: "http://img.b2bpic.net/free-photo/man-buying-fast-motorcycle-with-help-beautiful-brunette-saleswoman_342744-298.jpg?_wi=1", imageAlt: "automotive club gathering members" + imageSrc: "http://img.b2bpic.net/free-photo/man-buying-fast-motorcycle-with-help-beautiful-brunette-saleswoman_342744-298.jpg", imageAlt: "automotive club gathering members" } ]} mediaAnimation="slide-up" rating={5} ratingText="Rated by 500+ members" + background={{ variant: "radial-gradient" }} /> @@ -72,7 +73,7 @@ export default function LandingPage() { tag="Our Story" tagIcon={Shield} tagAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/man-buying-fast-motorcycle-with-help-beautiful-brunette-saleswoman_342744-298.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/man-buying-fast-motorcycle-with-help-beautiful-brunette-saleswoman_342744-298.jpg" imageAlt="Audi RS Club Members" useInvertedBackground={false} buttons={[{ text: "Become a Member", href: "#contact" }]} -- 2.49.1