From c926eccf438fcb7b8d7774ee54b98f9f28cc9da6 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 07:45:16 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 259dd91..4d9a856 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -18,24 +18,21 @@ export default function ContactPage() { const footerColumns = [ { - title: "Experience", - items: [ + title: "Experience", items: [ { label: "Home", href: "/" }, { label: "About", href: "#experience" }, { label: "Gallery", href: "/gallery" }, ], }, { - title: "Dining", - items: [ + title: "Dining", items: [ { label: "Menu", href: "/menu" }, { label: "Cocktails", href: "/menu" }, { label: "Reservations", href: "/reservations" }, ], }, { - title: "Connect", - items: [ + title: "Connect", items: [ { label: "Contact", href: "/contact" }, { label: "Instagram", href: "https://instagram.com/270rooftop" }, { label: "Privacy", href: "#" }, @@ -174,7 +171,7 @@ export default function ContactPage() { { text: "Call: 0702 455665", href: "tel:0702455665" }, ]} buttonAnimation="slide-up" - background={{ variant: "glowing-orb" }} + background={{ variant: "radial-gradient" }} useInvertedBackground={false} /> -- 2.49.1