diff --git a/src/app/page.tsx b/src/app/page.tsx index 7a5eb11..ff9f1ca 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -93,11 +93,11 @@ 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?_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: "Auto Paint Restoration", description: "Deep polishing and swirl removal to bring back the original shine.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3E9sB1eVFFw7nCT4GkntUuKRCrq/uploaded-1779630598675-wkzl3nf0.jpg" }, + { title: "Handwash Detail", description: "Gentle, thorough hand washing techniques for a spotless finish.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3E9sB1eVFFw7nCT4GkntUuKRCrq/uploaded-1779630598676-hv368tou.jpg" }, + { title: "Interior Deep Clean", description: "Steam cleaning, vacuuming, and conditioning for a like-new cabin.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3E9sB1eVFFw7nCT4GkntUuKRCrq/uploaded-1779630598676-y1vndvry.jpg" }, ]} - title="Signature Services" + title="Before and After Gallery" description="Dedicated to providing showroom-quality results for your vehicle." /> @@ -170,4 +170,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file