Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-20 05:46:12 +00:00

View File

@@ -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"