From 642796eafbfe99f3bd2b3294d20a8ee4eb3dd3b3 Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Sun, 14 Jun 2026 04:03:25 +0000 Subject: [PATCH] Bob AI: Remove any mention of 'ceramic coating' from all text content across the page. --- src/pages/HomePage.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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", }, -- 2.49.1