diff --git a/src/app/page.tsx b/src/app/page.tsx
index 98d6153..f163352 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,21 +29,13 @@ export default function LandingPage() {
@@ -52,65 +44,40 @@ export default function LandingPage() {
@@ -227,6 +145,12 @@ export default function LandingPage() {
@@ -236,34 +160,23 @@ export default function LandingPage() {
logoText="Papparoti"
columns={[
{
- title: "Visit",
- items: [
+ title: "Visit", items: [
{
- label: "Find a Location",
- href: "#",
- },
+ label: "Find a Location", href: "#"},
],
},
{
- title: "Menu",
- items: [
+ title: "Menu", items: [
{
- label: "Buns",
- href: "/menu",
- },
+ label: "Buns", href: "/menu"},
{
- label: "Coffee",
- href: "/menu",
- },
+ label: "Coffee", href: "/menu"},
],
},
{
- title: "Legal",
- items: [
+ title: "Legal", items: [
{
- label: "Privacy",
- href: "#",
- },
+ label: "Privacy", href: "#"},
],
},
]}