diff --git a/src/app/page.tsx b/src/app/page.tsx index dfdc0ba..ec93739 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -88,13 +88,13 @@ export default function DetailingPage() { description="Comprehensive care options designed to meet your vehicle's specific needs." features={[ { - title: "Full Exterior Wash", description: "Deep hand wash, tire dressing, and wax for a lasting shine.", imageSrc: "http://img.b2bpic.net/free-photo/monochrome-portrait-retro-man-doing-housework-household-chores_23-2151448065.jpg", imageAlt: "Exterior car wash" + title: "Full Exterior Wash", description: "Restore your showroom shine and save hours of maintenance time with our deep hand wash and wax service.", imageSrc: "http://img.b2bpic.net/free-photo/monochrome-portrait-retro-man-doing-housework-household-chores_23-2151448065.jpg", imageAlt: "Exterior car wash" }, { - title: "Interior Deep Clean", description: "Steam cleaning, vacuuming, and leather conditioning for a refreshed cabin.", imageSrc: "http://img.b2bpic.net/free-photo/still-life-cleaning-tools_23-2150552297.jpg", imageAlt: "Interior car detailing" + title: "Interior Deep Clean", description: "Reclaim your cabin comfort and eliminate allergens with our comprehensive steam cleaning and conditioning treatment.", imageSrc: "http://img.b2bpic.net/free-photo/still-life-cleaning-tools_23-2150552297.jpg", imageAlt: "Interior car detailing" }, { - title: "Paint Correction", description: "Restore your vehicle's gloss by removing light scratches and swirl marks.", imageSrc: "http://img.b2bpic.net/free-photo/car-mechanic-polishing-car-before-painting_1303-28148.jpg", imageAlt: "Paint correction service" + title: "Paint Correction", description: "Protect your vehicle's value and boost aesthetic appeal by permanently removing swirl marks and surface imperfections.", imageSrc: "http://img.b2bpic.net/free-photo/car-mechanic-polishing-car-before-painting_1303-28148.jpg", imageAlt: "Paint correction service" } ]} gridVariant="uniform-all-items-equal" @@ -181,4 +181,4 @@ export default function DetailingPage() { ); -} +} \ No newline at end of file