Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 4f3dd3c58d | |||
| b341c9f82f | |||
| 319615af0c | |||
| 022f892db0 | |||
| ec7769f8ab |
@@ -47,7 +47,7 @@ export default function LandingPage() {
|
|||||||
description="Experience gourmet dining that satisfies your deepest cravings at Hungry Point."
|
description="Experience gourmet dining that satisfies your deepest cravings at Hungry Point."
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "View Menu", href: "#menu" },
|
{ text: "View Menu", href: "#menu" },
|
||||||
{ text: "Order Now", href: "#" }
|
{ text: "Browse Delivery Options", href: "#" }
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/gourmet-bacon-cheeseburger-with-arugula-tomato_84443-82005.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/gourmet-bacon-cheeseburger-with-arugula-tomato_84443-82005.jpg"
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
@@ -129,6 +129,7 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
title="Our Signature Dishes"
|
title="Our Signature Dishes"
|
||||||
description="Explore our carefully curated selection of signature dishes."
|
description="Explore our carefully curated selection of signature dishes."
|
||||||
|
buttons={[{ text: "Order Now", href: "#contact" }]}
|
||||||
products={[
|
products={[
|
||||||
{ id: "p1", name: "Gourmet Margherita Pizza", price: "$18", variant: "Classic", imageSrc: "http://img.b2bpic.net/free-photo/pizza-with-peppers-olives-cheese_501050-821.jpg" },
|
{ id: "p1", name: "Gourmet Margherita Pizza", price: "$18", variant: "Classic", imageSrc: "http://img.b2bpic.net/free-photo/pizza-with-peppers-olives-cheese_501050-821.jpg" },
|
||||||
{ id: "p2", name: "Truffle Mushroom Pasta", price: "$22", variant: "Signature", imageSrc: "http://img.b2bpic.net/free-photo/top-view-pasta-with-mussel-sauce-round-plate_176474-3413.jpg" },
|
{ id: "p2", name: "Truffle Mushroom Pasta", price: "$22", variant: "Signature", imageSrc: "http://img.b2bpic.net/free-photo/top-view-pasta-with-mussel-sauce-round-plate_176474-3413.jpg" },
|
||||||
@@ -193,4 +194,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user