diff --git a/src/app/page.tsx b/src/app/page.tsx
index a3ce29a..514d129 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,25 +31,15 @@ export default function LandingPage() {
@@ -58,42 +48,21 @@ export default function LandingPage() {
@@ -284,37 +153,9 @@ export default function LandingPage() {
{
items: [
{
- label: "About",
- href: "#about",
- },
+ label: "About", href: "#about"},
{
- label: "Menu",
- href: "#menu",
- },
- {
- label: "Testimonials",
- href: "#testimonials",
- },
- {
- label: "Contact",
- href: "#contact",
- },
- ],
- },
- {
- items: [
- {
- label: "13 New Portland Rd",
- href: "#",
- },
- {
- label: "Gorham, ME 04038",
- href: "#",
- },
- {
- label: "(207) 839-2802",
- href: "tel:2078392802",
- },
+ label: "Menu", href: "#menu"},
],
},
]}