From cc7cddd6d0ae235a41a039905df2e572e1f56d9a Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 22:26:10 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c3e7d56..b74b90c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -43,7 +43,7 @@ export default function LandingPage() { title="Professional Car Valeting in Cardiff" description="Your car cleaned to perfection with expert attention to detail." tag="5-Star Rated Service" - imageSrc="http://img.b2bpic.net/free-photo/man-working-car-detailing-coating-car_1303-30596.jpg" + imageSrc="http://img.b2bpic.net/free-photo/man-working-car-detailing-coating-car_1303-30596.jpg?_wi=1" imageAlt="Freshly detailed professional car" mediaAnimation="slide-up" useInvertedBackground={false} @@ -84,7 +84,7 @@ export default function LandingPage() { }, { id: 3, - tag: "Complete", title: "Full Valet", subtitle: "Complete interior and exterior transformation.", description: "Our premium service includes full interior detail, exterior hand wash, trim treatment, and showroom finish. The ultimate car care experience.", imageSrc: "http://img.b2bpic.net/free-photo/man-working-car-detailing-coating-car_1303-30596.jpg", buttons: [{ text: "Book Full Valet", href: "#booking" }] + tag: "Complete", title: "Full Valet", subtitle: "Complete interior and exterior transformation.", description: "Our premium service includes full interior detail, exterior hand wash, trim treatment, and showroom finish. The ultimate car care experience.", imageSrc: "http://img.b2bpic.net/free-photo/man-working-car-detailing-coating-car_1303-30596.jpg?_wi=2", buttons: [{ text: "Book Full Valet", href: "#booking" }] } ]} textboxLayout="default" @@ -142,15 +142,15 @@ export default function LandingPage() { features={[ { id: 1, - tag: "Quality", title: "Attention to Detail", subtitle: "Every corner cleaned properly.", description: "We meticulously clean every surface and crevice. Your satisfaction is our priority, and we never cut corners on quality.", imageSrc: "http://img.b2bpic.net/free-photo/man-working-car-detailing-coating-car_1303-30596.jpg", buttons: [] + tag: "Quality", title: "Attention to Detail", subtitle: "Every corner cleaned properly.", description: "We meticulously clean every surface and crevice. Your satisfaction is our priority, and we never cut corners on quality.", imageSrc: "http://img.b2bpic.net/free-photo/man-working-car-detailing-coating-car_1303-30596.jpg?_wi=3", buttons: [] }, { id: 2, - tag: "Local", title: "Friendly Local Service", subtitle: "Trusted by Cardiff customers.", description: "Based in Cardiff with a deep understanding of local needs. We treat every customer like family and take pride in our reputation.", imageSrc: "http://img.b2bpic.net/free-photo/man-working-car-detailing-coating-car_1303-30596.jpg", buttons: [] + tag: "Local", title: "Friendly Local Service", subtitle: "Trusted by Cardiff customers.", description: "Based in Cardiff with a deep understanding of local needs. We treat every customer like family and take pride in our reputation.", imageSrc: "http://img.b2bpic.net/free-photo/man-working-car-detailing-coating-car_1303-30596.jpg?_wi=4", buttons: [] }, { id: 3, - tag: "Value", title: "Affordable Prices", subtitle: "Professional results without premium pricing.", description: "Get professional car valeting at competitive rates. Quality service doesn't have to break the bank.", imageSrc: "http://img.b2bpic.net/free-photo/man-working-car-detailing-coating-car_1303-30596.jpg", buttons: [] + tag: "Value", title: "Affordable Prices", subtitle: "Professional results without premium pricing.", description: "Get professional car valeting at competitive rates. Quality service doesn't have to break the bank.", imageSrc: "http://img.b2bpic.net/free-photo/man-working-car-detailing-coating-car_1303-30596.jpg?_wi=5", buttons: [] } ]} textboxLayout="default" -- 2.49.1