From 59e577aa8f0fab841d280286874788d8e41244d5 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 11 Apr 2026 15:40:03 +0000 Subject: [PATCH] Update src/app/visit/page.tsx --- src/app/visit/page.tsx | 89 ++++++------------------------------------ 1 file changed, 13 insertions(+), 76 deletions(-) diff --git a/src/app/visit/page.tsx b/src/app/visit/page.tsx index 8562a26..684e6b5 100644 --- a/src/app/visit/page.tsx +++ b/src/app/visit/page.tsx @@ -25,28 +25,14 @@ export default function LandingPage() { @@ -58,22 +44,8 @@ export default function LandingPage() { title="Visit Information" description="Find us in the heart of Greenfield." metrics={[ - { - id: "v1", - value: "Open Daily", - title: "10am - 8pm", - items: [ - "Weekends 9am - 9pm", - ], - }, - { - id: "v2", - value: "123 Main St", - title: "Greenfield, IN", - items: [ - "Free parking", - ], - }, + { id: "v1", value: "Open Daily", title: "10am - 8pm", items: ["Weekends 9am - 9pm"] }, + { id: "v2", value: "123 Main St", title: "Greenfield, IN", items: ["Free parking"] } ]} /> @@ -85,51 +57,16 @@ export default function LandingPage() { useInvertedBackground={false} title="Plan Your Visit" description="What to expect when you arrive." - positiveCard={{ - items: [ - "Easy Access", - "Community Cafe", - "Wheelchair Friendly", - ], - }} - negativeCard={{ - items: [ - "No Pets Inside", - "Smoking Prohibited", - ], - }} + positiveCard={{ items: ["Easy Access", "Community Cafe", "Wheelchair Friendly"] }} + negativeCard={{ items: ["No Pets Inside", "Smoking Prohibited"] }} />