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" }]}