From 8b71f0186a3d0ff4d2e6da9b064e2d28db31ce0f Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 2 Apr 2026 10:19:54 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 43 ++++++++++------------------------------ 1 file changed, 11 insertions(+), 32 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 1a221be..9ee3497 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -7,7 +7,7 @@ import FeatureCardTwentyOne from '@/components/sections/feature/FeatureCardTwent import FooterCard from '@/components/sections/footer/FooterCard'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; -export default function LandingPage() { +export default function ContactPage() { return (
@@ -65,19 +52,11 @@ export default function LandingPage() { useInvertedBackground={false} title="Visit Guidelines" description="What to know before you come." - imageSrc="http://img.b2bpic.net/free-photo/front-view-delicious-thanksgiving-meal_23-2148629568.jpg?_wi=3" + imageSrc="http://img.b2bpic.net/free-photo/front-view-delicious-thanksgiving-meal_23-2148629568.jpg" mediaAnimation="slide-up" accordionItems={[ - { - id: "g1", - title: "Parking", - content: "Available in the front plaza.", - }, - { - id: "g2", - title: "Accessibility", - content: "Wheelchair friendly.", - }, + { id: "g1", title: "Parking", content: "Available in the front plaza." }, + { id: "g2", title: "Accessibility", content: "Wheelchair friendly." } ]} />