diff --git a/src/app/page.tsx b/src/app/page.tsx
index 251fddd..c73f810 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -30,21 +30,13 @@ export default function LandingPage() {
@@ -53,32 +45,15 @@ export default function LandingPage() {
@@ -282,33 +177,21 @@ export default function LandingPage() {
logoText="Inday Coffee"
columns={[
{
- title: "Pages",
- items: [
+ title: "Pages", items: [
{
- label: "About",
- href: "#about",
- },
+ label: "About", href: "#about"},
{
- label: "Menu",
- href: "#menu",
- },
+ label: "Menu", href: "#menu"},
{
- label: "Contact",
- href: "#contact",
- },
+ label: "Contact", href: "#contact"},
],
},
{
- title: "Legal",
- items: [
+ title: "Legal", items: [
{
- label: "Privacy",
- href: "#",
- },
+ label: "Privacy", href: "#"},
{
- label: "Terms",
- href: "#",
- },
+ label: "Terms", href: "#"},
],
},
]}
@@ -317,4 +200,4 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file