Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-03-04 21:19:19 +00:00

View File

@@ -108,16 +108,16 @@ export default function LandingPage() {
useInvertedBackground={true}
testimonials={[
{
id: "1", name: "seymoresaysmore", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Customer testimonial"
id: "1", name: "seymoresaysmore", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Customer testimonial"
},
{
id: "2", name: "Happy Client", imageSrc: "http://img.b2bpic.net/free-photo/confident-african-american-businessman-black-classic-jacket-isolated-dark-background_613910-17869.jpg", imageAlt: "Customer review"
},
{
id: "3", name: "Vehicle Owner", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Satisfied customer"
id: "3", name: "Vehicle Owner", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Satisfied customer"
},
{
id: "4", name: "Regular Customer", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Loyal client"
id: "4", name: "Regular Customer", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "Loyal client"
}
]}
/>