diff --git a/src/app/page.tsx b/src/app/page.tsx index 56cc465..e64d9da 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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" }, - { id: "2", value: "98%", title: "Customer Satisfaction", description: "Consistently high ratings from our loyal customers" }, - { id: "3", value: "12", title: "Awards Won", description: "Recognition for excellence in baking and service" }, - { id: "4", value: "100%", title: "Organic Ingredients", description: "All ingredients sourced from trusted local suppliers" } + { 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" } ]} animationType="slide-up" textboxLayout="default"