Update src/app/page.tsx

This commit is contained in:
2026-03-09 04:48:22 +00:00
parent 703f401a2e
commit a515d7c4f4

View File

@@ -98,13 +98,13 @@ export default function LandingPage() {
description="See the visible transformation our detailing services deliver"
products={[
{
id: "1", name: "Interior Restoration", price: "Shown", imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-care-process_23-2149193615.jpg", imageAlt: "Interior detailing transformation", initialQuantity: 1,
id: "1", name: "Interior Restoration", price: "Shown", imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-care-process_23-2149193615.jpg?_wi=1", imageAlt: "Interior detailing transformation", initialQuantity: 1,
},
{
id: "2", name: "Paint Polishing", price: "Shown", imageSrc: "http://img.b2bpic.net/free-photo/funny-license-plate-vehicle_23-2150301377.jpg", imageAlt: "Paint polishing results", initialQuantity: 1,
},
{
id: "3", name: "Deep Clean Results", price: "Shown", imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-care-process_23-2149193615.jpg", imageAlt: "Deep cleaning transformation", initialQuantity: 1,
id: "3", name: "Deep Clean Results", price: "Shown", imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-care-process_23-2149193615.jpg?_wi=2", imageAlt: "Deep cleaning transformation", initialQuantity: 1,
},
]}
gridVariant="three-columns-all-equal-width"