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} />