From e811391eeed6aa543eceb98903cd3f82c1363933 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 26 May 2026 05:34:11 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c716de6..8d7ec6e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -45,7 +45,7 @@ export default function LandingPage() { { name: "Contact", id: "contact"}, ]} - brandName="Unique Hand Wash & Detailing" + brandName="Unique Detailing" button={{ text: "Book Now", href: "#contact"}} animateOnLoad={true} @@ -83,14 +83,14 @@ export default function LandingPage() { { type: "text", text: "Premium Products"}, { - type: "text-icon", text: "Expert Technicians", icon: ShieldCheck, + type: "text-icon", text: "Expert Technicians", icon: ShieldCheck }, { type: "text", text: "Exceptional Results"}, { type: "image", src: "http://img.b2bpic.net/free-photo/grunge-perforated-metal-texture-background-with-brushed-aluminium-badge_1048-7929.jpg", alt: "Certified quality badge"}, { - type: "text-icon", text: "Customer Favorites", icon: Star, + type: "text-icon", text: "Customer Favorites", icon: Star }, ]} /> @@ -291,4 +291,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1