From f9b74c9b40c0d973172cbcafb0b79ced062c1dd9 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 22:01:37 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 149 ++++++++++++----------------------------------- 1 file changed, 38 insertions(+), 111 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 34c2fc1..0057398 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -13,37 +13,29 @@ import TestimonialCardFifteen from '@/components/sections/testimonial/Testimonia export default function LandingPage() { return ( @@ -209,29 +146,19 @@ export default function LandingPage() { { items: [ { - label: "About Us", - href: "#about", - }, + label: "About Us", href: "#about"}, { - label: "Our Menu", - href: "#menu", - }, + label: "Our Menu", href: "#menu"}, { - label: "Contact Us", - href: "#contact", - }, + label: "Contact Us", href: "#contact"}, ], }, { items: [ { - label: "Privacy Policy", - href: "#", - }, + label: "Privacy Policy", href: "#"}, { - label: "Terms of Service", - href: "#", - }, + label: "Terms of Service", href: "#"}, ], }, ]} @@ -241,4 +168,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file