Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 2eaf716e2b | |||
| 7f0ab43c33 | |||
| 85a484a6ad |
@@ -137,6 +137,14 @@ export default function LandingPage() {
|
||||
title="Delightful Dishes for Every Palate"
|
||||
description="Explore our diverse menu featuring gourmet pizzas, classic fast-food favorites, and refreshing beverages, all crafted with passion."
|
||||
tag="Our Menu"
|
||||
buttons={[
|
||||
{
|
||||
text: "Order Online", href: "#"
|
||||
},
|
||||
{
|
||||
text: "Dine With Us", href: "#location"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -236,4 +244,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user