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"] }} />