diff --git a/src/app/page.tsx b/src/app/page.tsx index f02551e..2f56fb9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -46,7 +46,7 @@ export default function LandingPage() { testimonials={[ { name: "Sarah", handle: "@fika_lover", testimonial: "Finally, a café that feels like home. The manakish is perfection.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/phone-woman-coffee-female-using_1303-2059.jpg", imageAlt: "happy cafe customer portrait smiling" + imageSrc: "http://img.b2bpic.net/free-photo/phone-woman-coffee-female-using_1303-2059.jpg?_wi=1", imageAlt: "happy cafe customer portrait smiling" }, { name: "Emma", handle: "@helsinki_foodie", testimonial: "The carrot cake here is unmatched. Worth the trip every time.", rating: 5, @@ -54,7 +54,7 @@ export default function LandingPage() { }, { name: "Marcus", handle: "@café_explorer", testimonial: "A beautiful escape from the ordinary. This is how café culture should be.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/business-people-teamwork_23-2148826978.jpg", imageAlt: "man customer cafe satisfied smiling" + imageSrc: "http://img.b2bpic.net/free-photo/business-people-teamwork_23-2148826978.jpg?_wi=1", imageAlt: "man customer cafe satisfied smiling" }, { name: "Lisa", handle: "@malmi_resident", testimonial: "The vibe, the service, the food—everything is just right.", rating: 5, @@ -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.", imageSrc: "http://img.b2bpic.net/free-photo/phone-woman-coffee-female-using_1303-2059.jpg", imageAlt: "happy cafe customer portrait smiling" + 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?_wi=2", 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.", 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.", imageSrc: "http://img.b2bpic.net/free-photo/business-people-teamwork_23-2148826978.jpg", imageAlt: "man customer cafe satisfied smiling" + 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?_wi=2", imageAlt: "man customer cafe satisfied smiling" } ]} animationType="slide-up"