diff --git a/src/app/page.tsx b/src/app/page.tsx index 6cb37d7..3f813bd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -91,10 +91,10 @@ export default function LandingPage() { id: "02", title: "Interior & Exterior Painting", description: "Professional painting services using premium Sherwin-Williams products with long-lasting durability for any surface.", imageSrc: "http://img.b2bpic.net/free-photo/young-family-painting-apartment-wall-while-redecorating-with-roller-brush-apartment-redecoration-home-construction-while-renovating-improving-repair-decorating_482257-14144.jpg", imageAlt: "Interior and exterior painting services" }, { - id: "03", title: "Flooring Solutions", description: "Premium flooring options including hardwood, tile, vinyl, and marble, expertly installed to last.", imageSrc: "http://img.b2bpic.net/free-photo/view-tiling-floor-concept_23-2149344007.jpg", imageAlt: "Professional flooring installation" + id: "03", title: "Flooring Solutions", description: "Premium flooring options including hardwood, tile, vinyl, and marble, expertly installed to last.", imageSrc: "http://img.b2bpic.net/free-photo/view-tiling-floor-concept_23-2149344007.jpg?_wi=1", imageAlt: "Professional flooring installation" }, { - id: "04", title: "Exterior Surfaces", description: "Durable concrete installations and custom paver work designed to withstand Florida's unique climate.", imageSrc: "http://img.b2bpic.net/free-photo/view-tiling-floor-concept_23-2149344007.jpg", imageAlt: "Exterior concrete and paver installation" + id: "04", title: "Exterior Surfaces", description: "Durable concrete installations and custom paver work designed to withstand Florida's unique climate.", imageSrc: "http://img.b2bpic.net/free-photo/view-tiling-floor-concept_23-2149344007.jpg?_wi=2", imageAlt: "Exterior concrete and paver installation" } ]} gridVariant="uniform-all-items-equal" @@ -129,7 +129,7 @@ export default function LandingPage() { useInvertedBackground={true} products={[ { - id: "1", name: "Modern Kitchen Renovation", price: "Investment Based", variant: "Custom Flooring & Cabinets", imageSrc: "http://img.b2bpic.net/free-photo/workers-talking-phone-doing-paperwork_23-2147668775.jpg", imageAlt: "Modern kitchen renovation project" + id: "1", name: "Modern Kitchen Renovation", price: "Investment Based", variant: "Custom Flooring & Cabinets", imageSrc: "http://img.b2bpic.net/free-photo/workers-talking-phone-doing-paperwork_23-2147668775.jpg?_wi=1", imageAlt: "Modern kitchen renovation project" }, { id: "2", name: "Luxury Bathroom Remodel", price: "Investment Based", variant: "Tile & Marble Work", imageSrc: "http://img.b2bpic.net/free-photo/tidy-bathroom-with-shiny-tiles_1203-1501.jpg", imageAlt: "Luxury bathroom remodel project" @@ -186,7 +186,7 @@ export default function LandingPage() {