From 32026c2f5c60dbc53298f58b06538541be3df66e Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 20 Mar 2026 05:46:08 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e64d9da..a659624 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -88,10 +88,10 @@ export default function LandingPage() { tagIcon={Flame} tagAnimation="slide-up" products={[ - { id: "1", brand: "Artisan Bakery", name: "Sourdough Loaf", price: "$6.99", rating: 5, reviewCount: "128", imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-bread-loaves-chopping-board-wooden-table_23-2147872705.jpg", imageAlt: "Fresh sourdough bread loaf" }, - { id: "2", brand: "Artisan Bakery", name: "Butter Croissant", price: "$4.49", rating: 5, reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/top-view-french-croissants-plates_23-2148654588.jpg", imageAlt: "Golden butter croissant" }, - { id: "3", brand: "Artisan Bakery", name: "Chocolate Cake", price: "$8.99", rating: 5, reviewCount: "87", imageSrc: "http://img.b2bpic.net/free-photo/delicious-cake-plate_23-2148536814.jpg", imageAlt: "Elegant chocolate layer cake" }, - { id: "4", brand: "Artisan Bakery", name: "Assorted Cookies", price: "$5.99", rating: 5, reviewCount: "142", imageSrc: "http://img.b2bpic.net/free-photo/close-up-chocolate-cookies_23-2148628375.jpg", imageAlt: "Fresh baked assorted cookies" } + { id: "1", brand: "Artisan Bakery", name: "Sourdough Loaf", price: "$6.99", rating: 5, reviewCount: "128", imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-bread-loaves-chopping-board-wooden-table_23-2147872705.jpg?_wi=1", imageAlt: "Fresh sourdough bread loaf" }, + { id: "2", brand: "Artisan Bakery", name: "Butter Croissant", price: "$4.49", rating: 5, reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/top-view-french-croissants-plates_23-2148654588.jpg?_wi=1", imageAlt: "Golden butter croissant" }, + { id: "3", brand: "Artisan Bakery", name: "Chocolate Cake", price: "$8.99", rating: 5, reviewCount: "87", imageSrc: "http://img.b2bpic.net/free-photo/delicious-cake-plate_23-2148536814.jpg?_wi=1", imageAlt: "Elegant chocolate layer cake" }, + { id: "4", brand: "Artisan Bakery", name: "Assorted Cookies", price: "$5.99", rating: 5, reviewCount: "142", imageSrc: "http://img.b2bpic.net/free-photo/close-up-chocolate-cookies_23-2148628375.jpg?_wi=1", imageAlt: "Fresh baked assorted cookies" } ]} gridVariant="bento-grid" animationType="slide-up" @@ -112,10 +112,10 @@ export default function LandingPage() { tagIcon={TrendingUp} tagAnimation="slide-up" metrics={[ - { id: "1", value: "2,500+", title: "Loaves Baked Weekly", description: "Fresh artisan bread produced every single week", imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-bread-loaves-chopping-board-wooden-table_23-2147872705.jpg", imageAlt: "Fresh artisan bread" }, - { id: "2", value: "98%", title: "Customer Satisfaction", description: "Consistently high ratings from our loyal customers", imageSrc: "http://img.b2bpic.net/free-photo/top-view-french-croissants-plates_23-2148654588.jpg", imageAlt: "Golden croissant pastry" }, - { id: "3", value: "12", title: "Awards Won", description: "Recognition for excellence in baking and service", imageSrc: "http://img.b2bpic.net/free-photo/delicious-cake-plate_23-2148536814.jpg", imageAlt: "Elegant layered cake" }, - { id: "4", value: "100%", title: "Organic Ingredients", description: "All ingredients sourced from trusted local suppliers", imageSrc: "http://img.b2bpic.net/free-photo/close-up-chocolate-cookies_23-2148628375.jpg", imageAlt: "Fresh baked cookies" } + { id: "1", value: "2,500+", title: "Loaves Baked Weekly", description: "Fresh artisan bread produced every single week", imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-bread-loaves-chopping-board-wooden-table_23-2147872705.jpg?_wi=2", imageAlt: "Fresh artisan bread" }, + { id: "2", value: "98%", title: "Customer Satisfaction", description: "Consistently high ratings from our loyal customers", imageSrc: "http://img.b2bpic.net/free-photo/top-view-french-croissants-plates_23-2148654588.jpg?_wi=2", imageAlt: "Golden croissant pastry" }, + { id: "3", value: "12", title: "Awards Won", description: "Recognition for excellence in baking and service", imageSrc: "http://img.b2bpic.net/free-photo/delicious-cake-plate_23-2148536814.jpg?_wi=2", imageAlt: "Elegant layered cake" }, + { id: "4", value: "100%", title: "Organic Ingredients", description: "All ingredients sourced from trusted local suppliers", imageSrc: "http://img.b2bpic.net/free-photo/close-up-chocolate-cookies_23-2148628375.jpg?_wi=2", imageAlt: "Fresh baked cookies" } ]} animationType="slide-up" textboxLayout="default" -- 2.49.1