From 2c598834824d64b1ee556868013d34974aad2bfb Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 19 Mar 2026 07:28:50 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index bc6b4f9..ea184b9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -166,16 +166,16 @@ export default function LandingPage() { tagAnimation="slide-up" metrics={[ { - id: "1", value: "4.7", title: "Star Rating", description: "Consistently rated as one of Vienna's best Asian restaurants" + id: "1", value: "4.7", title: "Star Rating", description: "Consistently rated as one of Vienna's best Asian restaurants", imageSrc: "http://img.b2bpic.net/free-photo/top-view-nori-sushi-rolls-served-with-ginger-wasabi_140725-1677.jpg", imageAlt: "fresh sushi platter asian cuisine premium" }, { - id: "2", value: "1,700+", title: "Happy Guests", description: "Thousands of satisfied customers enjoying Nara every month" + id: "2", value: "1,700+", title: "Happy Guests", description: "Thousands of satisfied customers enjoying Nara every month", imageSrc: "http://img.b2bpic.net/free-photo/top-view-nori-sushi-rolls-served-with-ginger-wasabi_140725-1677.jpg", imageAlt: "fresh sushi platter asian cuisine premium" }, { - id: "3", value: "€10-20", title: "Price Range", description: "Premium quality at affordable prices for everyone" + id: "3", value: "€10-20", title: "Price Range", description: "Premium quality at affordable prices for everyone", imageSrc: "http://img.b2bpic.net/free-photo/top-view-nori-sushi-rolls-served-with-ginger-wasabi_140725-1677.jpg", imageAlt: "fresh sushi platter asian cuisine premium" }, { - id: "4", value: "30min", title: "Delivery Time", description: "Fast, reliable delivery service across Vienna" + id: "4", value: "30min", title: "Delivery Time", description: "Fast, reliable delivery service across Vienna", imageSrc: "http://img.b2bpic.net/free-photo/top-view-nori-sushi-rolls-served-with-ginger-wasabi_140725-1677.jpg", imageAlt: "fresh sushi platter asian cuisine premium" } ]} animationType="slide-up"