Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ba6ced8749 | |||
| d5a8759a87 | |||
| 3429ed0fdb | |||
| cb087d72ae | |||
| a2404a69f1 | |||
| b5be62ce41 | |||
| bef0cc1abf |
@@ -81,7 +81,7 @@ export default function LandingPage() {
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "View Menu", href: "#menu"},
|
||||
text: "Order Now & View Menu", href: "#menu"},
|
||||
]}
|
||||
avatars={[
|
||||
{
|
||||
@@ -240,6 +240,11 @@ export default function LandingPage() {
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqSplitText
|
||||
useInvertedBackground={true}
|
||||
buttons={[
|
||||
{
|
||||
text: "Contact Us", href: "#contact"
|
||||
}
|
||||
]}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1", title: "Are you open on weekends?", content: "Yes, we are open daily to serve you!"},
|
||||
@@ -297,4 +302,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user