From a95ed0ac48c00e10df5e28cb1179323a3aaf9924 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 2 Apr 2026 05:02:12 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 112 ++++++++++------------------------------------- 1 file changed, 24 insertions(+), 88 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9984848..e4f6664 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,21 +30,13 @@ export default function LandingPage() { @@ -53,41 +45,26 @@ export default function LandingPage() {
@@ -114,23 +91,11 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "p1", - name: "Classic Butter Croissant", - price: "$4.50", - imageSrc: "http://img.b2bpic.net/free-photo/croissants-with-cup-coffee-plaster-piece-sack_176474-8244.jpg", - }, + id: "p1", name: "Classic Butter Croissant", price: "$4.50", imageSrc: "http://img.b2bpic.net/free-photo/croissants-with-cup-coffee-plaster-piece-sack_176474-8244.jpg"}, { - id: "p2", - name: "Strawberry Cream Cake", - price: "$28.00", - imageSrc: "http://img.b2bpic.net/free-photo/sweet-vanilla-cupcakes-with-berry-jam-filling-cheese-cream-decorated-with-summer-berries_114579-1298.jpg", - }, + id: "p2", name: "Strawberry Cream Cake", price: "$28.00", imageSrc: "http://img.b2bpic.net/free-photo/sweet-vanilla-cupcakes-with-berry-jam-filling-cheese-cream-decorated-with-summer-berries_114579-1298.jpg"}, { - id: "p3", - name: "Rustic Sourdough Loaf", - price: "$7.00", - imageSrc: "http://img.b2bpic.net/free-photo/baker-holds-homemade-craft-bread-his-hands_166373-749.jpg", - }, + id: "p3", name: "Rustic Sourdough Loaf", price: "$7.00", imageSrc: "http://img.b2bpic.net/free-photo/baker-holds-homemade-craft-bread-his-hands_166373-749.jpg"}, ]} title="Our Daily Bakes" description="From crispy croissants to decadent cakes, explore our range of handcrafted delicacies." @@ -139,44 +104,20 @@ export default function LandingPage() {
@@ -197,13 +137,9 @@ export default function LandingPage() { -- 2.49.1