diff --git a/src/app/page.tsx b/src/app/page.tsx index f9bfc56..9c9b763 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,14 +31,10 @@ export default function LandingPage() { @@ -199,22 +151,16 @@ export default function LandingPage() { columns={[ { title: "Services", items: [ - { - label: "Corporate Events", href: "#"}, - { - label: "Weddings", href: "#"}, - { - label: "Private Parties", href: "#"}, + { label: "Corporate Events", href: "#" }, + { label: "Weddings", href: "#" }, + { label: "Private Parties", href: "#" }, ], }, { title: "Company", items: [ - { - label: "About Us", href: "#"}, - { - label: "Our Menu", href: "#"}, - { - label: "Contact", href: "#contact"}, + { label: "About Us", href: "#" }, + { label: "Our Menu", href: "#" }, + { label: "Contact", href: "#contact" }, ], }, ]} @@ -225,4 +171,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file