From f61592667b22a83c1ab604f1cd7124734f36bd30 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 12 May 2026 16:41:20 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 233 +++++++++++------------------------------------ 1 file changed, 51 insertions(+), 182 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a9f4310..2aa5ed5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,21 +32,13 @@ export default function LandingPage() { @@ -56,98 +48,55 @@ export default function LandingPage() { @@ -170,47 +119,17 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "1", - name: "Signature Macarons", - price: "$15", - variant: "Box of 6", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-french-macarons-yummy-round-inside-plate-pink-table-biscuit-cake-sweet-sugar_140725-28588.jpg", - }, + id: "1", name: "Signature Macarons", price: "$15", variant: "Box of 6", imageSrc: "http://img.b2bpic.net/free-photo/top-view-french-macarons-yummy-round-inside-plate-pink-table-biscuit-cake-sweet-sugar_140725-28588.jpg"}, { - id: "2", - name: "Choco Sprinkle Donut", - price: "$4", - variant: "Single", - imageSrc: "http://img.b2bpic.net/free-photo/cozy-composition-with-donut-cup-tea_169016-27115.jpg", - }, + id: "2", name: "Choco Sprinkle Donut", price: "$4", variant: "Single", imageSrc: "http://img.b2bpic.net/free-photo/cozy-composition-with-donut-cup-tea_169016-27115.jpg"}, { - id: "3", - name: "Classic Croissant", - price: "$6", - variant: "Freshly Baked", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-cutting-swiss-roll-with-whipped-cream-raspberry-jam-black-board-rustic-background_141793-3586.jpg", - }, + id: "3", name: "Classic Croissant", price: "$6", variant: "Freshly Baked", imageSrc: "http://img.b2bpic.net/free-photo/top-view-cutting-swiss-roll-with-whipped-cream-raspberry-jam-black-board-rustic-background_141793-3586.jpg"}, { - id: "4", - name: "Rose Petal Donut", - price: "$5", - variant: "Limited", - imageSrc: "http://img.b2bpic.net/free-photo/stack-homemade-baked-chocolate-donuts_661915-586.jpg", - }, + id: "4", name: "Rose Petal Donut", price: "$5", variant: "Limited", imageSrc: "http://img.b2bpic.net/free-photo/stack-homemade-baked-chocolate-donuts_661915-586.jpg"}, { - id: "5", - name: "Filled Macaron", - price: "$3", - variant: "Single", - imageSrc: "http://img.b2bpic.net/free-photo/editorial-style-valentine-s-day-celebration_23-2151922572.jpg", - }, + id: "5", name: "Filled Macaron", price: "$3", variant: "Single", imageSrc: "http://img.b2bpic.net/free-photo/editorial-style-valentine-s-day-celebration_23-2151922572.jpg"}, { - id: "6", - name: "Laminated Tart", - price: "$8", - variant: "Seasonal", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-croissants-tray_23-2148933370.jpg", - }, + id: "6", name: "Laminated Tart", price: "$8", variant: "Seasonal", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-croissants-tray_23-2148933370.jpg"}, ]} title="Pastry Collection" description="Indulge in our carefully curated selection of French treats." @@ -219,25 +138,17 @@ export default function LandingPage() {
@@ -346,8 +216,7 @@ export default function LandingPage() {