From 377dc257f1f1e72b25cd3b0e9ad7f2894ccdb5bd Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 26 Mar 2026 17:55:16 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 57 +++++++++++----------------------------- 1 file changed, 15 insertions(+), 42 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 5fa91fa..bf6c709 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -6,7 +6,7 @@ import ContactSplit from '@/components/sections/contact/ContactSplit'; import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; -export default function LandingPage() { +export default function ContactPage() { return (
@@ -64,29 +51,15 @@ export default function LandingPage() { logoText="Muiño" columns={[ { - title: "Contact", - items: [ - { - label: "0117 907 7112", - href: "tel:01179077112", - }, - { - label: "32 Cotham Hill, Bristol", - href: "#", - }, + title: "Contact", items: [ + { label: "0117 907 7112", href: "tel:01179077112" }, + { label: "32 Cotham Hill, Bristol", href: "#" }, ], }, { - title: "Menu", - items: [ - { - label: "Tapas", - href: "/menu", - }, - { - label: "Seafood", - href: "/menu", - }, + title: "Menu", items: [ + { label: "Tapas", href: "/menu" }, + { label: "Seafood", href: "/menu" }, ], }, ]} @@ -95,4 +68,4 @@ export default function LandingPage() {
); -} +} \ No newline at end of file