From ce2f2cdd188906ddd03a0efaee358e2b2023032a Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 16 May 2026 20:45:53 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 204 ++++++++++------------------------------------- 1 file changed, 43 insertions(+), 161 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 94afc36..dc1fe06 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,25 +30,15 @@ export default function LandingPage() { @@ -57,45 +47,28 @@ export default function LandingPage() {
@@ -108,17 +81,11 @@ export default function LandingPage() { description="Located in Byward Market, Miss Bean Café is a women-owned business committed to serving heaven on earth to every visitor. We blend aesthetic vibes with the finest ingredients to create an unforgettable experience." bulletPoints={[ { - title: "Women-Owned Business", - description: "Founded with passion and heart in Ottawa.", - }, + title: "Women-Owned Business", description: "Founded with passion and heart in Ottawa."}, { - title: "Byward Market Location", - description: "The perfect spot for your daily cafe escape.", - }, + title: "Byward Market Location", description: "The perfect spot for your daily cafe escape."}, { - title: "Heavenly Atmosphere", - description: "A cozy retreat designed for relaxation and enjoyment.", - }, + title: "Heavenly Atmosphere", description: "A cozy retreat designed for relaxation and enjoyment."}, ]} imageSrc="http://img.b2bpic.net/free-photo/pastry-shop-waitress-posing_23-2147984975.jpg" imageAlt="women owned small business cafe" @@ -133,47 +100,17 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "1", - name: "Nutella Banana Waffles", - price: "$12", - imageSrc: "http://img.b2bpic.net/free-photo/tasty-breakfast-delicious-pancakes-covered-with-chocolate-cherries_8353-7297.jpg", - imageAlt: "delicious cafe waffle nutella fruit", - }, + id: "1", name: "Nutella Banana Waffles", price: "$12", imageSrc: "http://img.b2bpic.net/free-photo/tasty-breakfast-delicious-pancakes-covered-with-chocolate-cherries_8353-7297.jpg", imageAlt: "delicious cafe waffle nutella fruit"}, { - id: "2", - name: "Signature Croffle", - price: "$10", - imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-croissant-plate-covered-chocolate-cafe_181624-57999.jpg", - imageAlt: "delicious cafe waffle nutella fruit", - }, + id: "2", name: "Signature Croffle", price: "$10", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-croissant-plate-covered-chocolate-cafe_181624-57999.jpg", imageAlt: "delicious cafe waffle nutella fruit"}, { - id: "3", - name: "Pesto Sandwich", - price: "$15", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-little-yummy-cakes-with-cream-strawberries-light-white-surface-birthday-celebration-cake-sweet-biscuit_140725-101968.jpg", - imageAlt: "delicious cafe waffle nutella fruit", - }, + id: "3", name: "Pesto Sandwich", price: "$15", imageSrc: "http://img.b2bpic.net/free-photo/top-view-little-yummy-cakes-with-cream-strawberries-light-white-surface-birthday-celebration-cake-sweet-biscuit_140725-101968.jpg", imageAlt: "delicious cafe waffle nutella fruit"}, { - id: "4", - name: "Artisan Cappuccino", - price: "$6", - imageSrc: "http://img.b2bpic.net/free-photo/frothy-drinks-pour-from-machinery-coffee-shop-generated-by-ai_188544-36183.jpg", - imageAlt: "artisan cappuccino latte art", - }, + id: "4", name: "Artisan Cappuccino", price: "$6", imageSrc: "http://img.b2bpic.net/free-photo/frothy-drinks-pour-from-machinery-coffee-shop-generated-by-ai_188544-36183.jpg", imageAlt: "artisan cappuccino latte art"}, { - id: "5", - name: "Matcha Latte", - price: "$7", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-creamy-cake-with-chocolate-raisins-light-dark-background_140725-136311.jpg", - imageAlt: "artisan cappuccino latte art", - }, + id: "5", name: "Matcha Latte", price: "$7", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-creamy-cake-with-chocolate-raisins-light-dark-background_140725-136311.jpg", imageAlt: "artisan cappuccino latte art"}, { - id: "6", - name: "Pistachio Gelato", - price: "$8", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-shot-tasty-pistachio-ice-cream-decorated-with-mint-scattered-pistachios-are-nearby-served-with-metal-scoop-slate-black-background_639032-915.jpg", - imageAlt: "fresh gelato pistachio cafe", - }, + id: "6", name: "Pistachio Gelato", price: "$8", imageSrc: "http://img.b2bpic.net/free-photo/close-up-shot-tasty-pistachio-ice-cream-decorated-with-mint-scattered-pistachios-are-nearby-served-with-metal-scoop-slate-black-background_639032-915.jpg", imageAlt: "fresh gelato pistachio cafe"}, ]} title="Our Menu Highlights" description="Discover our signature croffles, savory sandwiches, and artisanal beverages." @@ -182,28 +119,17 @@ export default function LandingPage() {
-- 2.49.1