From 38686eaafb2604da4bd8a6179a11c6f94950552b Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 8 May 2026 06:03:02 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 223 +++++++++++------------------------------------ 1 file changed, 52 insertions(+), 171 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7a5fb2b..b4e1ac4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,68 +32,44 @@ export default function LandingPage() {
@@ -103,8 +79,7 @@ export default function LandingPage() { useInvertedBackground={false} title="Your Trusted Car Care Partner" description={[ - "Prestige Mobile Detailing is dedicated to restoring your vehicle to its showroom glory. We offer comprehensive detailing packages using premium products for a perfect finish every time.", - ]} + "Prestige Mobile Detailing is dedicated to restoring your vehicle to its showroom glory. We offer comprehensive detailing packages using premium products for a perfect finish every time."]} /> @@ -112,30 +87,16 @@ export default function LandingPage() { @@ -320,29 +211,19 @@ export default function LandingPage() { logoText="Prestige Mobile Detailing" columns={[ { - title: "Company", - items: [ + title: "Company", items: [ { - label: "About Us", - href: "#about", - }, + label: "About Us", href: "#about"}, { - label: "Services", - href: "#features", - }, + label: "Services", href: "#features"}, ], }, { - title: "Support", - items: [ + title: "Support", items: [ { - label: "FAQ", - href: "#faq", - }, + label: "FAQ", href: "#faq"}, { - label: "Contact", - href: "#contact", - }, + label: "Contact", href: "#contact"}, ], }, ]}