Update src/app/page.tsx
This commit is contained in:
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user