From 9aff679babf62033d8d20f5e0453f0153c24cf6b Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 27 Apr 2026 16:15:26 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 211 ++++++++++------------------------------------- 1 file changed, 44 insertions(+), 167 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 068c35f..69725cc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,21 +33,13 @@ export default function LandingPage() { @@ -56,19 +48,14 @@ export default function LandingPage() {
@@ -322,33 +211,21 @@ export default function LandingPage() { logoText="Beline Beauty & Spa" columns={[ { - title: "Navigation", - items: [ + title: "Navigation", items: [ { - label: "About", - href: "#about", - }, + label: "About", href: "#about"}, { - label: "Services", - href: "#services", - }, + label: "Services", href: "#services"}, { - label: "Contact", - href: "#contact", - }, + label: "Contact", href: "#contact"}, ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { - label: "Privacy Policy", - href: "#", - }, + label: "Privacy Policy", href: "#"}, { - label: "Terms of Service", - href: "#", - }, + label: "Terms of Service", href: "#"}, ], }, ]} @@ -357,4 +234,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1