Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 77019cabdb | |||
| 22dd90573a | |||
| 88dfa40178 | |||
| bc3c854791 | |||
| adf2c22dd0 |
@@ -51,9 +51,9 @@ export default function LandingPage() {
|
|||||||
description="Rouh Restaurant & Café offers a premium dining experience in the heart of Dokki with exceptional food, relaxing vibes, and unforgettable moments."
|
description="Rouh Restaurant & Café offers a premium dining experience in the heart of Dokki with exceptional food, relaxing vibes, and unforgettable moments."
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Book a Table", href: "#contact"},
|
text: "Book a Table", href: "contact"},
|
||||||
{
|
{
|
||||||
text: "View Menu", href: "#menu"},
|
text: "View Menu", href: "menu"},
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/top-view-golden-cutlery-with-leaves-plate_23-2148347411.jpg?_wi=1"
|
imageSrc="http://img.b2bpic.net/free-photo/top-view-golden-cutlery-with-leaves-plate_23-2148347411.jpg?_wi=1"
|
||||||
mediaAnimation="blur-reveal"
|
mediaAnimation="blur-reveal"
|
||||||
@@ -228,11 +228,11 @@ export default function LandingPage() {
|
|||||||
{
|
{
|
||||||
items: [
|
items: [
|
||||||
{
|
{
|
||||||
label: "Home", href: "#hero"},
|
label: "Home", href: "hero"},
|
||||||
{
|
{
|
||||||
label: "About", href: "#about"},
|
label: "About", href: "about"},
|
||||||
{
|
{
|
||||||
label: "Menu", href: "#menu"},
|
label: "Menu", href: "menu"},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user