Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-31 14:52:24 +00:00

View File

@@ -97,13 +97,13 @@ export default function LandingPage() {
id: "1",
title: "Full Exterior Detail",
description: "Hand wash, clay bar, and protective wax.",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-cleaning-car-interior_23-2148194099.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-cleaning-car-interior_23-2148194099.jpg?_wi=1",
},
{
id: "2",
title: "Interior Deep Clean",
description: "Complete sanitation and upholstery shampoo.",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-cleaning-car-interior_23-2148194099.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-cleaning-car-interior_23-2148194099.jpg?_wi=2",
},
{
id: "3",
@@ -135,7 +135,7 @@ export default function LandingPage() {
handle: "@fran",
testimonial: "Best detailing in Bunbury. Jason is a true master.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-repairing-workshop_23-2150171284.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-repairing-workshop_23-2150171284.jpg?_wi=1",
},
{
id: "2",
@@ -167,7 +167,7 @@ export default function LandingPage() {
handle: "@markj",
testimonial: "Fantastic results, my car has never looked this good.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-repairing-workshop_23-2150171284.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-repairing-workshop_23-2150171284.jpg?_wi=2",
},
]}
showRating={true}