From 87f2ec45644539fb06ff421d0be972b7f542178a Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 11 Jun 2026 22:00:21 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8d5e2ef..f3f257f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -129,8 +129,8 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-interior_23-2148194088.jpg", imageAlt: "Detailed car interior"}, { imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-cleaning-car-interior_23-2148194064.jpg", imageAlt: "Interior cleaning in progress"} - ], - imageSrc: "http://img.b2bpic.net/free-photo/abstract-dark-metallic-ribbed-background_84443-82034.jpg", imageAlt: "car interior cleaning detailing closeup"}, + ] + }, { title: "Exterior Brilliance Detail", description: "Hand wash, clay bar treatment, paint decontamination, and a premium wax or sealant for stunning shine.", bentoComponent: "media-stack", items: [ { @@ -139,8 +139,8 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-care-washing_23-2149172898.jpg", imageAlt: "Car exterior washing"}, { imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-cleaning-car-exterior_23-2148194135.jpg", imageAlt: "Exterior cleaning in progress"} - ], - imageSrc: "http://img.b2bpic.net/free-photo/abstract-daytime-shadows-from-outdoors_23-2149080212.jpg", imageAlt: "car interior cleaning detailing closeup"}, + ] + }, { title: "Ceramic Coating Protection", description: "Long-lasting ceramic coating application for superior paint protection, gloss, and hydrophobic properties.", bentoComponent: "media-stack", items: [ { @@ -149,8 +149,8 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/close-up-hyaluronic-acid-tratment_23-2149286718.jpg", imageAlt: "Coating application close-up"}, { imageSrc: "http://img.b2bpic.net/free-photo/close-up-professional-wrapping-car_23-2149385689.jpg", imageAlt: "Applying protective film"} - ], - imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-grey-shirt-looking-front-smiling-with-happy-face-standing-pink-wall_141793-52897.jpg", imageAlt: "car interior cleaning detailing closeup"}, + ] + } ]} title="Our Meticulous Detailing Services" description="From deep interior cleaning to advanced paint protection, our comprehensive services are designed to meet every need and exceed your expectations." -- 2.49.1