diff --git a/src/app/page.tsx b/src/app/page.tsx index 32f5079..072f350 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -55,8 +55,8 @@ export default function LandingPage() { buttons={[{ text: "Book Appointment", onClick: handleBookNow }]} carouselItems={[ { id: "c1", imageSrc: "http://img.b2bpic.net/free-photo/headlight-lamp-car_1339-3081.jpg", imageAlt: "Headlight" }, - { id: "c2", imageSrc: "http://img.b2bpic.net/free-photo/man-working-car-detailing-coating-car_1303-30600.jpg", imageAlt: "Detailing" }, - { id: "c3", imageSrc: "http://img.b2bpic.net/free-photo/view-3d-car-interior_23-2151138882.jpg", imageAlt: "Interior" }, + { id: "c2", imageSrc: "http://img.b2bpic.net/free-photo/man-working-car-detailing-coating-car_1303-30600.jpg?_wi=1", imageAlt: "Detailing" }, + { id: "c3", imageSrc: "http://img.b2bpic.net/free-photo/view-3d-car-interior_23-2151138882.jpg?_wi=1", imageAlt: "Interior" }, { id: "c4", imageSrc: "http://img.b2bpic.net/free-photo/luxury-car-service_1303-1025.jpg", imageAlt: "Car" }, { id: "c5", imageSrc: "http://img.b2bpic.net/free-photo/car-polishing-man-working-shop_1339-3064.jpg", imageAlt: "Polishing" }, { id: "c6", imageSrc: "http://img.b2bpic.net/free-photo/detailing-car-surface-cleaner_1339-3080.jpg", imageAlt: "Cleaning" } @@ -88,8 +88,8 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { id: "f1", title: "Ceramic Coating", descriptions: ["Flagship protection for years of shine.", "Hydrophobic layer for easier maintenance."], imageSrc: "http://img.b2bpic.net/free-photo/bubbling-blue-water_23-2147798200.jpg" }, - { id: "f2", title: "Paint Correction", descriptions: ["Remove swirl marks and light scratches.", "Restore true color intensity and clarity."], imageSrc: "http://img.b2bpic.net/free-photo/man-working-car-detailing-coating-car_1303-30600.jpg" }, - { id: "f3", title: "Interior Detailing", descriptions: ["Immaculate restoration of all surfaces.", "Deep cleaning with premium leather care."], imageSrc: "http://img.b2bpic.net/free-photo/view-3d-car-interior_23-2151138882.jpg" } + { id: "f2", title: "Paint Correction", descriptions: ["Remove swirl marks and light scratches.", "Restore true color intensity and clarity."], imageSrc: "http://img.b2bpic.net/free-photo/man-working-car-detailing-coating-car_1303-30600.jpg?_wi=2" }, + { id: "f3", title: "Interior Detailing", descriptions: ["Immaculate restoration of all surfaces.", "Deep cleaning with premium leather care."], imageSrc: "http://img.b2bpic.net/free-photo/view-3d-car-interior_23-2151138882.jpg?_wi=2" } ]} />