Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 524ef00f14 | |||
| f07d4344d5 | |||
| 6043ee1030 | |||
| 58abe0b9a3 |
@@ -121,6 +121,10 @@ export default function LandingPage() {
|
|||||||
]}
|
]}
|
||||||
title="Menu Highlights"
|
title="Menu Highlights"
|
||||||
description="Discover our most-loved dishes, crafted with tradition and care."
|
description="Discover our most-loved dishes, crafted with tradition and care."
|
||||||
|
buttons={[
|
||||||
|
{
|
||||||
|
text: "View Full Menu", href: "#"},
|
||||||
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -174,6 +178,8 @@ export default function LandingPage() {
|
|||||||
id: "f2", title: "Do you offer delivery?", content: "Yes, through our online platform."},
|
id: "f2", title: "Do you offer delivery?", content: "Yes, through our online platform."},
|
||||||
{
|
{
|
||||||
id: "f3", title: "Is seating available?", content: "Yes, we offer clean, comfortable dine-in seating."},
|
id: "f3", title: "Is seating available?", content: "Yes, we offer clean, comfortable dine-in seating."},
|
||||||
|
{
|
||||||
|
id: "f4", title: "Where can I park?", content: "We have a large private parking lot located directly behind the restaurant, with easy access from Whittier Blvd."},
|
||||||
]}
|
]}
|
||||||
title="Common Questions"
|
title="Common Questions"
|
||||||
faqsAnimation="slide-up"
|
faqsAnimation="slide-up"
|
||||||
@@ -219,4 +225,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user