From 0a736b018145ec258f0264a80edc21261ffcde1c Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 13 May 2026 12:40:36 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 186 ++++++++++------------------------------------- 1 file changed, 39 insertions(+), 147 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c3aec5b..7a4e123 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,25 +32,15 @@ export default function LandingPage() { @@ -59,19 +49,14 @@ export default function LandingPage() {
@@ -82,9 +67,7 @@ export default function LandingPage() { useInvertedBackground={true} title="A Community Favorite in Chicago" description={[ - "Founded with a passion for healthy living, we provide a warm, welcoming space to enjoy delicious protein shakes, waffles, and hand-crafted drinks.", - "You can feel the care this place has for our customers – it's more than just a shop; it's a place to rest, connect, and enjoy.", - ]} + "Founded with a passion for healthy living, we provide a warm, welcoming space to enjoy delicious protein shakes, waffles, and hand-crafted drinks.", "You can feel the care this place has for our customers – it's more than just a shop; it's a place to rest, connect, and enjoy."]} />
@@ -95,34 +78,16 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - id: "m1", - label: "Shake", - title: "Protein Shakes", - items: [ - "Strawberry Shortcake", - "Power Boost", - "Vanilla Crunch", - ], + id: "m1", label: "Shake", title: "Protein Shakes", items: [ + "Strawberry Shortcake", "Power Boost", "Vanilla Crunch"], }, { - id: "m2", - label: "Waffle", - title: "Signature Waffles", - items: [ - "Classic Protein Waffle", - "Berry Delight", - "Chocolate Chip", - ], + id: "m2", label: "Waffle", title: "Signature Waffles", items: [ + "Classic Protein Waffle", "Berry Delight", "Chocolate Chip"], }, { - id: "m3", - label: "Drink", - title: "Coffee & Tea", - items: [ - "Iced Protein Coffee", - "Organic Green Tea", - "Fresh Pressed Juice", - ], + id: "m3", label: "Drink", title: "Coffee & Tea", items: [ + "Iced Protein Coffee", "Organic Green Tea", "Fresh Pressed Juice"], }, ]} title="Our Menu Highlights" @@ -132,52 +97,23 @@ export default function LandingPage() { @@ -287,29 +189,19 @@ export default function LandingPage() {