Merge version_3 into main #4

Merged
bender merged 1 commits from version_3 into main 2026-05-05 15:05:22 +00:00

View File

@@ -107,16 +107,17 @@ export default function LandingPage() {
<div id="testimonials" data-section="testimonials">
<TestimonialCardThirteen
showRating={true}
cardAnimation="depth-3d"
useInvertedBackground={false}
testimonials={[
{ id: "1", name: "Gerda Burger", imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-car-showroom-dealership_23-2149117140.jpg" },
{ id: "2", name: "Ronel Van Wyk", imageSrc: "http://img.b2bpic.net/free-photo/man-handshaking-his-employer-after-being-accepted-his-new-office-job_23-2149034565.jpg" },
{ id: "3", name: "Johan Wassenaar", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-family-home_23-2149610756.jpg" },
{ id: "4", name: "Linton Mokamola", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-couple-having-lunch-luxury-restaurant_23-2150598413.jpg" },
{ id: "5", name: "Quinton Ackerman", imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-cozy-office_23-2149739353.jpg" },
{ id: "1", name: "Gerda Burger", handle: "@gerdab", testimonial: "Fantastic service and immaculate cars!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-car-showroom-dealership_23-2149117140.jpg" },
{ id: "2", name: "Ronel Van Wyk", handle: "@ronelv", testimonial: "Honest dealings and great prices.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/man-handshaking-his-employer-after-being-accepted-his-new-office-job_23-2149034565.jpg" },
{ id: "3", name: "Johan Wassenaar", handle: "@johanw", testimonial: "Professional from start to finish.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-family-home_23-2149610756.jpg" },
{ id: "4", name: "Linton Mokamola", handle: "@lintonm", testimonial: "Highly recommended for pre-owned cars.", rating: 4, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-couple-having-lunch-luxury-restaurant_23-2150598413.jpg" },
{ id: "5", name: "Quinton Ackerman", handle: "@quintona", testimonial: "A truly seamless buying experience.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-cozy-office_23-2149739353.jpg" },
]}
cardTitle="What Our Clients Say"
title="What Our Clients Say"
/>
</div>