Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-11 18:13:13 +00:00

View File

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