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