Merge version_1 into main #2
@@ -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}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user