From 0f652b383e7cf3a2af9acf5a373d6a89bca0ec0a Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 17 May 2026 16:41:39 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 128 ++++++++++++++--------------------------------- 1 file changed, 37 insertions(+), 91 deletions(-) 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 -- 2.49.1