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"