From 36fcf4edf6e5c2e1f43789c22edab0055d207d70 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 20 Feb 2026 17:18:36 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d8b0bd6..be233bf 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -46,7 +46,7 @@ export default function LandingPage() { logoText="Ninja Panda" description="Experience the art of sushi at Ninja Panda. Fresh ingredients, exquisite flavors, and a welcoming ambiance await you." buttons={[{ text: 'View Menu', href: '#menu' }, { text: 'Make a Reservation', href: '#contact' }]} - imageSrc="/blocks/hero/herologo.png" + imageSrc="https://img.b2bpic.net/free-photo/traditional-japanese-food-sushi-rolls-rice-with-shrimp-sauce-dark-background-top-view_2829-5257.jpg?id=6648164" imageAlt="Ninja Panda logo" background={{ variant: 'plain' }} mediaAnimation="none" -- 2.49.1