From 2523b23a72f6dbb9f2e6b0d1414baa619cfcd9b0 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 12:43:27 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 226 ++++++++++------------------------------------- 1 file changed, 49 insertions(+), 177 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e3126cc..6c055b3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,69 +32,38 @@ export default function LandingPage() {
@@ -316,38 +201,25 @@ export default function LandingPage() { logoText="God's Grace Holidays" columns={[ { - title: "Company", - items: [ + title: "Company", items: [ { - label: "About Us", - href: "#", - }, + label: "About Us", href: "#"}, { - label: "Contact", - href: "#contact", - }, + label: "Contact", href: "#contact"}, ], }, { - title: "Packages", - items: [ + title: "Packages", items: [ { - label: "Budget", - href: "#packages", - }, + label: "Budget", href: "#packages"}, { - label: "Honeymoon", - href: "#packages", - }, + label: "Honeymoon", href: "#packages"}, ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { - label: "Privacy Policy", - href: "#", - }, + label: "Privacy Policy", href: "#"}, ], }, ]} -- 2.49.1