diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 24033da..60ea485 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -21,8 +21,8 @@ export default function HomePage() { features={[ { icon: "Shield", - title: "Ceramic Protection", - description: "Industry-leading coating with 5-year warranty", + title: "Paint Protection", + description: "Industry-leading sealant with 5-year warranty", }, { icon: "Star", @@ -49,15 +49,15 @@ export default function HomePage() { }, { title: "Exterior Detail", - description: "Hand wash, clay bar treatment, polish, and premium wax application for a mirror-like finish that lasts.", + description: "Hand wash, clay bar treatment, and premium wax application for a mirror-like finish that lasts.", primaryButton: { text: "Book Exterior", href: "#contact" }, leftImageSrc: "https://storage.googleapis.com/webild/default/placeholders/placeholder-2.webp", rightImageSrc: "https://storage.googleapis.com/webild/default/templates/detailing/features/features2.webp", }, { - title: "Ceramic Coating", - description: "Long-lasting ceramic protection that shields your paint from UV rays, chemicals, and minor scratches for years.", - primaryButton: { text: "Book Ceramic", href: "#contact" }, + title: "Paint Protection", + description: "Long-lasting protection that shields your paint from UV rays, chemicals, and minor scratches for years.", + primaryButton: { text: "Book Protection", href: "#contact" }, leftImageSrc: "https://storage.googleapis.com/webild/default/templates/detailing/features/features3.webp", rightImageSrc: "https://storage.googleapis.com/webild/default/placeholders/placeholder-3.webp", },