From b8151039fec019ae54377ffe7289e196901c0216 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 24 May 2026 13:47:12 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 306a150..7a5eb11 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -93,8 +93,8 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} features={[ - { title: "Auto Paint Restoration", description: "Deep polishing and swirl removal to bring back the original shine.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-cleaning-car-exterior_23-2148194092.jpg" }, - { title: "Handwash Detail", description: "Gentle, thorough hand washing techniques for a spotless finish.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-car-washing-service_23-2149212228.jpg" }, + { title: "Auto Paint Restoration", description: "Deep polishing and swirl removal to bring back the original shine.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-cleaning-car-exterior_23-2148194092.jpg?_wi=1" }, + { title: "Handwash Detail", description: "Gentle, thorough hand washing techniques for a spotless finish.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-car-washing-service_23-2149212228.jpg?_wi=1" }, { title: "Interior Deep Clean", description: "Steam cleaning, vacuuming, and conditioning for a like-new cabin.", imageSrc: "http://img.b2bpic.net/free-photo/hands-preparing-coffee-close-up_23-2149045701.jpg" }, ]} title="Signature Services" @@ -109,8 +109,8 @@ export default function LandingPage() { gridVariant="uniform-all-items-equal" useInvertedBackground={false} products={[ - { id: "1", name: "Basic Exterior", price: "$199", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-car-washing-service_23-2149212228.jpg" }, - { id: "2", name: "Paint Restoration", price: "$399", imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-cleaning-car-exterior_23-2148194092.jpg" }, + { id: "1", name: "Basic Exterior", price: "$199", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-car-washing-service_23-2149212228.jpg?_wi=2" }, + { id: "2", name: "Paint Restoration", price: "$399", imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-cleaning-car-exterior_23-2148194092.jpg?_wi=2" }, { id: "3", name: "Ceramic Coating", price: "$599", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-clear-drops-surface_23-2148635082.jpg" }, ]} title="Choose Your Package" -- 2.49.1