diff --git a/src/app/page.tsx b/src/app/page.tsx index 1453fc0..4446dbd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -60,7 +60,7 @@ export default function LandingPage() { { text: "Book a Detail", href: "#booking" } ]} buttonAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/close-up-car-care-process_23-2149193557.jpg" + imageSrc="http://img.b2bpic.net/free-photo/close-up-car-care-process_23-2149193557.jpg?_wi=1" imageAlt="Luxury vehicle with glossy paint finish" mediaAnimation="opacity" imagePosition="right" @@ -86,18 +86,18 @@ export default function LandingPage() { features={[ { id: 1, - title: "Interior Detailing & Deep Cleans", description: "Comprehensive interior care including vacuum, steam cleaning, leather conditioning, and odour elimination for a showroom finish.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/young-man-washing-car-carwash-station-outdoor_651396-2004.jpg" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/young-man-washing-car-carwash-station-outdoor_651396-2004.jpg" } + title: "Interior Detailing & Deep Cleans", description: "Comprehensive interior care including vacuum, steam cleaning, leather conditioning, and odour elimination for a showroom finish.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/young-man-washing-car-carwash-station-outdoor_651396-2004.jpg?_wi=1" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/young-man-washing-car-carwash-station-outdoor_651396-2004.jpg?_wi=2" } }, { id: 2, - title: "Exterior Detailing & Paint Correction", description: "Professional exterior finishing with swirl mark removal, compound polishing, and protective sealant application for pristine results.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/man-working-car-detailing-coating-car_1303-30596.jpg" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/man-working-car-detailing-coating-car_1303-30596.jpg" } + title: "Exterior Detailing & Paint Correction", description: "Professional exterior finishing with swirl mark removal, compound polishing, and protective sealant application for pristine results.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/man-working-car-detailing-coating-car_1303-30596.jpg?_wi=1" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/man-working-car-detailing-coating-car_1303-30596.jpg?_wi=2" } }, { id: 3, - title: "Paint Protection & Enhancement", description: "Premium ceramic coating and paint protection film services to maintain your vehicle's showroom shine and protect against environmental damage.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/man-working-car-detailing-coating-car_1303-30598.jpg" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/man-working-car-detailing-coating-car_1303-30598.jpg" } + title: "Paint Protection & Enhancement", description: "Premium ceramic coating and paint protection film services to maintain your vehicle's showroom shine and protect against environmental damage.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/man-working-car-detailing-coating-car_1303-30598.jpg?_wi=1" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/man-working-car-detailing-coating-car_1303-30598.jpg?_wi=2" } } ]} showStepNumbers={true} @@ -170,22 +170,22 @@ export default function LandingPage() {