Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 8543b3576d | |||
| d39dfa3ca9 | |||
| dce0a062e6 | |||
| e42abcae0e | |||
| ab157e63b9 | |||
| 977a76a714 | |||
| 959874a0b7 |
@@ -54,7 +54,7 @@ export default function LandingPage() {
|
|||||||
description="A refined culinary escape with breathtaking waterfront views."
|
description="A refined culinary escape with breathtaking waterfront views."
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Reserve a Table", href: "#contact"},
|
text: "Book Your Reservation", href: "#contact"},
|
||||||
{
|
{
|
||||||
text: "View Menu", href: "#menu"},
|
text: "View Menu", href: "#menu"},
|
||||||
]}
|
]}
|
||||||
@@ -144,7 +144,7 @@ export default function LandingPage() {
|
|||||||
{
|
{
|
||||||
id: "p6", name: "Curated Wine Pairings", price: "$25", imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-little-cake-with-red-icing-inside-plate-dark-background-tea-sweet-biscuit-pie-cookies-sugar_140725-115642.jpg"},
|
id: "p6", name: "Curated Wine Pairings", price: "$25", imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-little-cake-with-red-icing-inside-plate-dark-background-tea-sweet-biscuit-pie-cookies-sugar_140725-115642.jpg"},
|
||||||
]}
|
]}
|
||||||
title="Menu Highlights"
|
title="Signature Culinary Creations"
|
||||||
description="A glimpse into our seasonal culinary creations."
|
description="A glimpse into our seasonal culinary creations."
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -199,6 +199,7 @@ export default function LandingPage() {
|
|||||||
tag="Reservations"
|
tag="Reservations"
|
||||||
title="Book Your Table Now"
|
title="Book Your Table Now"
|
||||||
description="Secure your spot at Douala's finest riverside kitchen."
|
description="Secure your spot at Douala's finest riverside kitchen."
|
||||||
|
buttonText="Confirm Reservation"
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/young-woman-using-looking-smartphone-with-feeling-happy_1150-4009.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/young-woman-using-looking-smartphone-with-feeling-happy_1150-4009.jpg"
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
/>
|
/>
|
||||||
@@ -233,4 +234,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user