From fc275a3f397f2135fd44348150f767f1af1aee9a Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 9 May 2026 18:10:18 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 257 +++++++++++------------------------------------ 1 file changed, 58 insertions(+), 199 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index aed991f..39baf6c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,21 +32,13 @@ export default function LandingPage() { @@ -56,100 +48,57 @@ export default function LandingPage() { @@ -159,14 +108,10 @@ export default function LandingPage() { useInvertedBackground={false} title="Our Passion for Waffles" description={[ - "Founded with a dream to create the ultimate breakfast comfort food, we use traditional Belgian recipes passed down for generations.", - "Every waffle we make is cooked to order using organic flour, local butter, and our secret blend of spices.", - ]} + "Founded with a dream to create the ultimate breakfast comfort food, we use traditional Belgian recipes passed down for generations.", "Every waffle we make is cooked to order using organic flour, local butter, and our secret blend of spices."]} buttons={[ { - text: "Learn Our Story", - href: "#", - }, + text: "Learn Our Story", href: "#"}, ]} /> @@ -179,47 +124,17 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "1", - name: "Classic Belgian", - price: "$6.00", - variant: "Original", - imageSrc: "http://img.b2bpic.net/free-photo/waffles-with-ice-cream-whipped-cream_1150-18545.jpg", - }, + id: "1", name: "Classic Belgian", price: "$6.00", variant: "Original", imageSrc: "http://img.b2bpic.net/free-photo/waffles-with-ice-cream-whipped-cream_1150-18545.jpg"}, { - id: "2", - name: "Nutella Bliss", - price: "$8.50", - variant: "Premium", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-waffle-plate-with-blackberries-fork-dark-horizontal_176474-4878.jpg", - }, + id: "2", name: "Nutella Bliss", price: "$8.50", variant: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-waffle-plate-with-blackberries-fork-dark-horizontal_176474-4878.jpg"}, { - id: "3", - name: "Berry Blast", - price: "$9.00", - variant: "Seasonal", - imageSrc: "http://img.b2bpic.net/free-photo/traditional-belgian-waffles-with-fresh-berries-honey-grey-concrete-surface_114579-5314.jpg", - }, + id: "3", name: "Berry Blast", price: "$9.00", variant: "Seasonal", imageSrc: "http://img.b2bpic.net/free-photo/traditional-belgian-waffles-with-fresh-berries-honey-grey-concrete-surface_114579-5314.jpg"}, { - id: "4", - name: "Lotus Delight", - price: "$8.00", - variant: "Gourmet", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-sweet-rolls-sliced-cake-cup-tea-dark-background-roll-biscuit-sweet-pie-cake-dessert_140725-96761.jpg", - }, + id: "4", name: "Lotus Delight", price: "$8.00", variant: "Gourmet", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-sweet-rolls-sliced-cake-cup-tea-dark-background-roll-biscuit-sweet-pie-cake-dessert_140725-96761.jpg"}, { - id: "5", - name: "Pistachio Dream", - price: "$9.50", - variant: "Premium", - imageSrc: "http://img.b2bpic.net/free-photo/waffles-strawberry-blueberries-ceramic-plate-tablecloth_23-2148075009.jpg", - }, + id: "5", name: "Pistachio Dream", price: "$9.50", variant: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/waffles-strawberry-blueberries-ceramic-plate-tablecloth_23-2148075009.jpg"}, { - id: "6", - name: "Caramel Crunch", - price: "$7.50", - variant: "Popular", - imageSrc: "http://img.b2bpic.net/free-photo/closeup-belgian-waffles-with-fruits-covered-with-chocolate_169016-25731.jpg", - }, + id: "6", name: "Caramel Crunch", price: "$7.50", variant: "Popular", imageSrc: "http://img.b2bpic.net/free-photo/closeup-belgian-waffles-with-fruits-covered-with-chocolate_169016-25731.jpg"}, ]} title="Signature Menu" description="Indulge in our range of signature waffle creations, from classic syrups to modern gourmet toppings." @@ -233,29 +148,17 @@ export default function LandingPage() { useInvertedBackground={false} metrics={[ { - id: "m1", - icon: Coffee, - title: "Cups Served", - value: "50,000+", - }, + id: "m1", icon: Coffee, + title: "Cups Served", value: "50,000+"}, { - id: "m2", - icon: Award, - title: "Awards Won", - value: "12", - }, + id: "m2", icon: Award, + title: "Awards Won", value: "12"}, { - id: "m3", - icon: Smile, - title: "Happy Customers", - value: "100k+", - }, + id: "m3", icon: Smile, + title: "Happy Customers", value: "100k+"}, { - id: "m4", - icon: Zap, - title: "Years Active", - value: "5", - }, + id: "m4", icon: Zap, + title: "Years Active", value: "5"}, ]} title="Waffle Milestones" description="Numbers speak for our quality and community support." @@ -264,44 +167,20 @@ export default function LandingPage() {