From 85468ec238f6b4cc0610b37bf5bf992a3729f65a Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 29 Apr 2026 10:24:01 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ed62a71..ea2bead 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -75,12 +75,12 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={false} products={[ - { id: "p1", name: "Celebration Cakes", price: "Starting at $15", imageSrc: "http://img.b2bpic.net/free-photo/crop-woman-holding-palatable-cake_23-2147787097.jpg?_wi=1" }, - { id: "p2", name: "Daily Pastries", price: "$2", imageSrc: "http://img.b2bpic.net/free-photo/top-view-breakfast-set-with-croissant-plate-jam-bowl-cup-tea-tray-with-orange-lemon-slices-with-open-book-little-flower-book-cloth-black-background_141793-130438.jpg?_wi=1" }, - { id: "p3", name: "Mini Desserts", price: "$5", imageSrc: "http://img.b2bpic.net/free-photo/wooden-board-with-different-sweet-cookies-with-chocolate-syrup_114579-32127.jpg" }, - { id: "p4", name: "Oriental Sweets", price: "$8", imageSrc: "http://img.b2bpic.net/free-photo/top-view-different-little-cakes-with-sliced-fruits-candies-chocolate-bangles-berries-grey-cookie-biscuit-sweet-sugar-bake_140725-34237.jpg" }, - { id: "p5", name: "Birthday Special", price: "$25", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-hands-holding-cake_23-2150599044.jpg" }, - { id: "p6", name: "Bakery Classics", price: "$4", imageSrc: "http://img.b2bpic.net/free-photo/top-view-table-full-food_23-2149209211.jpg" }, + { id: "p1", name: "Celebration Cakes", price: "Starting at $15 (Rich Chocolate & Vanilla Bean)", imageSrc: "http://img.b2bpic.net/free-photo/crop-woman-holding-palatable-cake_23-2147787097.jpg?_wi=1" }, + { id: "p2", name: "Daily Pastries", price: "$2 (Buttery Flaky Layers)", imageSrc: "http://img.b2bpic.net/free-photo/top-view-breakfast-set-with-croissant-plate-jam-bowl-cup-tea-tray-with-orange-lemon-slices-with-open-book-little-flower-book-cloth-black-background_141793-130438.jpg?_wi=1" }, + { id: "p3", name: "Mini Desserts", price: "$5 (Artisanal Fruit Tarts)", imageSrc: "http://img.b2bpic.net/free-photo/wooden-board-with-different-sweet-cookies-with-chocolate-syrup_114579-32127.jpg" }, + { id: "p4", name: "Oriental Sweets", price: "$8 (Authentic Honey & Pistachio)", imageSrc: "http://img.b2bpic.net/free-photo/top-view-different-little-cakes-with-sliced-fruits-candies-chocolate-bangles-berries-grey-cookie-biscuit-sweet-sugar-bake_140725-34237.jpg" }, + { id: "p5", name: "Birthday Special", price: "$25 (Customizable Flavors)", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-hands-holding-cake_23-2150599044.jpg" }, + { id: "p6", name: "Bakery Classics", price: "$4 (Classic Cinnamon Swirls)", imageSrc: "http://img.b2bpic.net/free-photo/top-view-table-full-food_23-2149209211.jpg" }, ]} title="Best Sellers" description="Discover our most loved treats, hand-crafted daily just for you." -- 2.49.1