From 723ec0f6dab7dfdf9f60411e3849c058c902b7f8 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 21 Mar 2026 05:22:38 +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 3e88cec..6678a09 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -56,7 +56,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/fried-fish-with-cream-vegetables_140725-2091.jpg", imageAlt: "Delicious restaurant food with elegant plating" }, { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-people-kitchen_23-2148903558.jpg?_wi=1", imageAlt: "Omika Restaurant warm and inviting interior" + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BF1Pn8EsLsFOMwFPnB5smeUsEb/uploaded-1774070550552-chcie76a.png", imageAlt: "Omika Restaurant warm and inviting interior" } ]} ariaLabel="Omika Restaurant - Hero Section" @@ -70,12 +70,12 @@ export default function LandingPage() { tag="Our Values" tagIcon={Heart} tagAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/close-up-people-kitchen_23-2148903558.jpg?_wi=2" + imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BF1Pn8EsLsFOMwFPnB5smeUsEb/uploaded-1774070474818-6gemr3iv.png" imageAlt="Omika Restaurant welcoming interior ambiance" mediaAnimation="slide-up" metrics={[ - { value: "10+", title: "Years of Excellence" }, - { value: "5000+", title: "Happy Customers" }, + { value: "5+", title: "Years of Excellence" }, + { value: "1000+", title: "Happy Customers" }, { value: "4.6★", title: "Average Rating" } ]} metricsAnimation="slide-up" -- 2.49.1