Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-03 23:25:49 +00:00

View File

@@ -133,19 +133,19 @@ export default function LandingPage() {
testimonials={[
{
id: "1", name: "Michael Johnson", handle: "@mjohnson", testimonial: "Austin's team transformed my BMW completely. The attention to detail is unmatched. My car looks showroom ready!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "professional portrait business headshot customer photo profile picture"
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "professional portrait business headshot customer photo profile picture"
},
{
id: "2", name: "Sarah Chen", handle: "@sarahchen", testimonial: "Professional, punctual, and incredibly thorough. They treated my vehicle like it was their own. Highly recommended!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-face-portrait-wearing-suit_53876-148135.jpg", imageAlt: "professional portrait business headshot customer photo profile picture"
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-face-portrait-wearing-suit_53876-148135.jpg?_wi=1", imageAlt: "professional portrait business headshot customer photo profile picture"
},
{
id: "3", name: "David Rodriguez", handle: "@drodriguez", testimonial: "The ceramic coating has kept my car looking pristine. Austin's expertise made a huge difference in protecting my investment.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-face-portrait-wearing-suit_53876-148135.jpg", imageAlt: "professional portrait business headshot customer photo profile picture"
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-face-portrait-wearing-suit_53876-148135.jpg?_wi=2", imageAlt: "professional portrait business headshot customer photo profile picture"
},
{
id: "4", name: "Emily Watson", handle: "@ewatson", testimonial: "Exceptional service from start to finish. They explain everything clearly and deliver results that exceed expectations.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "professional portrait business headshot customer photo profile picture"
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "professional portrait business headshot customer photo profile picture"
}
]}
showRating={true}