diff --git a/src/app/page.tsx b/src/app/page.tsx index 1887094..63b9307 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,26 +32,11 @@ export default function LandingPage() { @@ -362,42 +187,21 @@ export default function LandingPage() { logoText="Yogurt Emporium" columns={[ { - title: "Menu", - items: [ - { - label: "Flavors", - href: "#menu", - }, - { - label: "Toppings", - href: "#menu", - }, + title: "Menu", items: [ + { label: "Flavors", href: "#menu" }, + { label: "Toppings", href: "#menu" }, ], }, { - title: "Company", - items: [ - { - label: "About Us", - href: "#about", - }, - { - label: "Contact", - href: "#contact", - }, + title: "Company", items: [ + { label: "About Us", href: "#about" }, + { label: "Contact", href: "#contact" }, ], }, { - title: "Connect", - items: [ - { - label: "Instagram", - href: "#", - }, - { - label: "Facebook", - href: "#", - }, + title: "Connect", items: [ + { label: "Instagram", href: "#" }, + { label: "Facebook", href: "#" }, ], }, ]}