diff --git a/src/app/page.tsx b/src/app/page.tsx index e00d309..8e78de4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -124,13 +124,13 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "1", name: "Drain Cleaning", price: "Starting $150", variant: "Professional cleaning for slow or clogged drains", imageSrc: "http://img.b2bpic.net/free-photo/crop-woman-planting-sprouts-garden_23-2147714879.jpg?_wi=3", imageAlt: "Drain cleaning service" + id: "1", name: "Drain Cleaning", price: "Starting $150", variant: "Professional cleaning for slow or clogged drains", imageSrc: "http://img.b2bpic.net/free-photo/asian-plumber-blue-overalls-clearing-blockage-drain_1098-17773.jpg?id=5577477", imageAlt: "Drain cleaning service" }, { id: "2", name: "Sewer Line Cleaning", price: "Call for Quote", variant: "Complete sewer system cleaning and inspection", imageSrc: "http://img.b2bpic.net/free-photo/crop-woman-planting-sprouts-garden_23-2147714879.jpg?_wi=4", imageAlt: "Sewer line cleaning" }, { - id: "3", name: "Root Removal", price: "Call for Quote", variant: "Tree root removal from pipes and sewer lines", imageSrc: "http://img.b2bpic.net/free-photo/crop-woman-planting-sprouts-garden_23-2147714879.jpg?_wi=5", imageAlt: "Tree root removal service" + id: "3", name: "", price: "Call for Quote", variant: "", imageSrc: "http://img.b2bpic.net/free-photo/crop-woman-planting-sprouts-garden_23-2147714879.jpg?_wi=5", imageAlt: "Tree root removal service" } ]} />