Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 787d8192d0 | |||
| 104449177e | |||
| c204a891b8 | |||
| 106d4368a5 | |||
| 60db5af2ff | |||
| 87df8473ac | |||
| f04273fa77 | |||
| f14387c2b3 |
@@ -35,6 +35,8 @@ export default function LandingPage() {
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "Menu", id: "menu" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Testimonials", id: "testimonials" },
|
||||
{ name: "FAQ", id: "faq" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Ideal Restaurant"
|
||||
@@ -93,7 +95,7 @@ export default function LandingPage() {
|
||||
<div id="menu" data-section="menu">
|
||||
<ProductCardFour
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
textboxLayout="split-actions"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
@@ -106,6 +108,7 @@ export default function LandingPage() {
|
||||
]}
|
||||
title="Signature Menu Selections"
|
||||
description="Discover our carefully curated selection of handcrafted culinary creations."
|
||||
buttons={[{ text: "Reserve Now", href: "#contact" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -171,7 +174,7 @@ export default function LandingPage() {
|
||||
background={{ variant: "plain" }}
|
||||
tag="Contact Us"
|
||||
title="Book Your Table Today"
|
||||
description="Join us for an unforgettable dining experience at Ideal Restaurant."
|
||||
description="Ground Floor, Kamal Mansion, Haji Niyaz Ahmed Azmi Marg, near Radio Club, Apollo Bandar, Colaba, Mumbai, Maharashtra 400005"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user