diff --git a/src/app/page.tsx b/src/app/page.tsx index 1269315..1b32c1c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,7 +48,7 @@ export default function LandingPage() { { text: "View Services", href: "#services" } ]} layoutOrder="default" - imageSrc="http://img.b2bpic.net/free-photo/young-man-washing-car-carwash-station-outdoor_651396-2004.jpg" + imageSrc="http://img.b2bpic.net/free-photo/young-man-washing-car-carwash-station-outdoor_651396-2004.jpg?_wi=1" imageAlt="Professional car detailing service" frameStyle="card" background={{ variant: "radial-gradient" }} @@ -71,7 +71,7 @@ export default function LandingPage() { }, { id: 2, - title: "Interior Detailing", description: "Deep cleaning of carpets, upholstery, and leather. Dashboard treatment and odor removal to keep your cabin pristine and fresh.", imageSrc: "http://img.b2bpic.net/free-photo/young-man-washing-car-carwash-station-outdoor_651396-2004.jpg", imageAlt: "Interior detailing service" + title: "Interior Detailing", description: "Deep cleaning of carpets, upholstery, and leather. Dashboard treatment and odor removal to keep your cabin pristine and fresh.", imageSrc: "http://img.b2bpic.net/free-photo/young-man-washing-car-carwash-station-outdoor_651396-2004.jpg?_wi=2", imageAlt: "Interior detailing service" }, { id: 3, @@ -93,7 +93,7 @@ export default function LandingPage() { products={[ { id: "1", brand: "Client Project", name: "Luxury Sedan Transformation", price: "Premium Service", rating: 5, - reviewCount: "Completed", imageSrc: "http://img.b2bpic.net/free-photo/man-polishing-car-with-orbital-applicator_1303-30576.jpg", imageAlt: "Luxury sedan after detailing" + reviewCount: "Completed", imageSrc: "http://img.b2bpic.net/free-photo/man-polishing-car-with-orbital-applicator_1303-30576.jpg?_wi=1", imageAlt: "Luxury sedan after detailing" }, { id: "2", brand: "Client Project", name: "Sports Car Deep Clean", price: "Full Service", rating: 5, @@ -101,7 +101,7 @@ export default function LandingPage() { }, { id: "3", brand: "Client Project", name: "SUV Complete Restoration", price: "Complete Package", rating: 5, - reviewCount: "Completed", imageSrc: "http://img.b2bpic.net/free-photo/man-polishing-car-with-orbital-applicator_1303-30576.jpg", imageAlt: "SUV after professional detailing" + reviewCount: "Completed", imageSrc: "http://img.b2bpic.net/free-photo/man-polishing-car-with-orbital-applicator_1303-30576.jpg?_wi=2", imageAlt: "SUV after professional detailing" } ]} /> @@ -177,7 +177,7 @@ export default function LandingPage() {