Update src/app/page.tsx

This commit is contained in:
2026-05-09 07:28:23 +00:00
parent 3d106b6343
commit 6e157ad9b4

View File

@@ -66,6 +66,7 @@ export default function LandingPage() {
icon={Utensils}
imageSrc="http://img.b2bpic.net/free-photo/lifestyle-people-learning-make-sushi_23-2149865318.jpg"
mediaAnimation="slide-up"
buttons={[{ text: "View Our Menu", href: "#products" }]}
/>
</div>
@@ -100,6 +101,7 @@ export default function LandingPage() {
]}
title="Signature Dishes"
description="Our most beloved creations."
buttons={[{ text: "Explore All", href: "#products" }]}
/>
</div>
@@ -159,4 +161,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}