From 789d2609cfda3e7009ecb54858e4d236fc51006b Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 20 Mar 2026 14:52:18 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ff1d427..f02551e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -185,13 +185,13 @@ export default function LandingPage() { description="Our impact on Helsinki's café culture." metrics={[ { - id: "loyal-customers", value: "2000+", title: "Loyal Regulars", description: "Customers who return week after week for the experience." + id: "loyal-customers", value: "2000+", title: "Loyal Regulars", description: "Customers who return week after week for the experience.", imageSrc: "http://img.b2bpic.net/free-photo/phone-woman-coffee-female-using_1303-2059.jpg", imageAlt: "happy cafe customer portrait smiling" }, { - id: "daily-bakes", value: "500+", title: "Items Baked Daily", description: "Fresh pastries, manakish, and cakes made every single morning." + id: "daily-bakes", value: "500+", title: "Items Baked Daily", description: "Fresh pastries, manakish, and cakes made every single morning.", imageSrc: "http://img.b2bpic.net/free-photo/sous-chef-pressing-knife-cloves-make-crushed-garlic-cutting-board_482257-121114.jpg", imageAlt: "fresh ingredients daily baking concept" }, { - id: "reviews", value: "4.9★", title: "Average Rating", description: "Consistently praised for quality, service, and atmosphere." + id: "reviews", value: "4.9★", title: "Average Rating", description: "Consistently praised for quality, service, and atmosphere.", imageSrc: "http://img.b2bpic.net/free-photo/business-people-teamwork_23-2148826978.jpg", imageAlt: "man customer cafe satisfied smiling" } ]} animationType="slide-up" -- 2.49.1