From a6248a74d9226dd29adf57902cc711904f641e25 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 27 Mar 2026 09:32:14 +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 4941f3f..7f98049 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -83,9 +83,9 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={true} products={[ - { id: "p1", brand: "Pastry", name: "Madeline Rose Croissant", price: "₹295", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-delicious-cinnamon-rolls-concept_23-2148779671.jpg" }, - { id: "p2", brand: "Drink", name: "Lavender Infused Latte", price: "₹350", rating: 5, reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/delicious-organic-coffee-still-life_23-2151762334.jpg" }, - { id: "p3", brand: "Dessert", name: "Seasonal Fruit Tart", price: "₹420", rating: 5, reviewCount: "210", imageSrc: "http://img.b2bpic.net/free-photo/top-view-little-cake-with-cream-cranberries-inside-white-plate-bright-surface-tea_140725-27697.jpg" } + { id: "p1", brand: "Pastry", name: "Madeline Rose Croissant", price: "₹295", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-delicious-cinnamon-rolls-concept_23-2148779671.jpg?_wi=1" }, + { id: "p2", brand: "Drink", name: "Lavender Infused Latte", price: "₹350", rating: 5, reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/delicious-organic-coffee-still-life_23-2151762334.jpg?_wi=1" }, + { id: "p3", brand: "Dessert", name: "Seasonal Fruit Tart", price: "₹420", rating: 5, reviewCount: "210", imageSrc: "http://img.b2bpic.net/free-photo/top-view-little-cake-with-cream-cranberries-inside-white-plate-bright-surface-tea_140725-27697.jpg?_wi=1" } ]} title="Signature Delights" description="Curated selection of our finest boutique treats." @@ -99,9 +99,9 @@ export default function LandingPage() { gridVariant="four-items-2x2-equal-grid" useInvertedBackground={false} testimonials={[ - { id: "t1", name: "Sarah J.", role: "Patron", company: "Pune", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-delicious-cinnamon-rolls-concept_23-2148779671.jpg" }, - { id: "t2", name: "Michael C.", role: "Coffee Enthusiast", company: "Pune", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/delicious-organic-coffee-still-life_23-2151762334.jpg" }, - { id: "t3", name: "Emily R.", role: "Pastry Fan", company: "Pune", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/top-view-little-cake-with-cream-cranberries-inside-white-plate-bright-surface-tea_140725-27697.jpg" }, + { id: "t1", name: "Sarah J.", role: "Patron", company: "Pune", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-delicious-cinnamon-rolls-concept_23-2148779671.jpg?_wi=2" }, + { id: "t2", name: "Michael C.", role: "Coffee Enthusiast", company: "Pune", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/delicious-organic-coffee-still-life_23-2151762334.jpg?_wi=2" }, + { id: "t3", name: "Emily R.", role: "Pastry Fan", company: "Pune", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/top-view-little-cake-with-cream-cranberries-inside-white-plate-bright-surface-tea_140725-27697.jpg?_wi=2" }, { id: "t4", name: "David K.", role: "Daily Visitor", company: "Pune", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/top-view-colored-french-macarons-delicious-little-cakes-white-surface_140725-61839.jpg" } ]} title="Stories from Cafe Madeline" -- 2.49.1