From a8afef0fc0d73e2bebf437e41a4ee61c8a97d42c Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 24 Apr 2026 12:00:11 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 76 ++++++++++------------------------------ 1 file changed, 18 insertions(+), 58 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index b64fb6a..28552ca 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -8,7 +8,7 @@ import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloating import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; -export default function LandingPage() { +export default function ContactPage() { return (
@@ -88,12 +71,7 @@ export default function LandingPage() { title="Visit Us Today" description="Find our storefront in the heart of Jubilee Hills." names={[ - "Map Direction", - "Parking Available", - "WiFi Enabled", - "Outdoor Seating", - "Pet Friendly", - ]} + "Map Direction", "Parking Available", "WiFi Enabled", "Outdoor Seating", "Pet Friendly"]} /> @@ -102,38 +80,20 @@ export default function LandingPage() { columns={[ { items: [ - { - label: "Home", - href: "/", - }, - { - label: "Menu", - href: "/menu", - }, + { label: "Home", href: "/" }, + { label: "Menu", href: "/menu" }, ], }, { items: [ - { - label: "About", - href: "/about", - }, - { - label: "Contact", - href: "/contact", - }, + { label: "About", href: "/about" }, + { label: "Contact", href: "/contact" }, ], }, { items: [ - { - label: "Instagram", - href: "#", - }, - { - label: "Twitter", - href: "#", - }, + { label: "Instagram", href: "#" }, + { label: "Twitter", href: "#" }, ], }, ]}