Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 79d5cec4cd | |||
| 75aa81ddb6 | |||
| ded325e910 | |||
| 705d8ee06a | |||
| b126fb45a9 |
@@ -127,7 +127,7 @@ export default function LandingPage() {
|
||||
faqs={[
|
||||
{ id: "1", title: "What are your opening hours?", content: "We are open daily from 11:00 AM to 11:00 PM." },
|
||||
{ id: "2", title: "Do you offer reservations?", content: "Yes, we highly recommend making a reservation, especially on weekends." },
|
||||
{ id: "3", title: "Where is the restaurant located?", content: "We are located at a central site in Lebanon. See our map link." },
|
||||
{ id: "3", title: "Where is the restaurant located?", content: "We are located in Jnah, Lebanon." },
|
||||
]}
|
||||
title="Common Questions"
|
||||
description="Information about our hours, location, and services."
|
||||
@@ -138,7 +138,7 @@ export default function LandingPage() {
|
||||
<ContactSplitForm
|
||||
useInvertedBackground={false}
|
||||
title="Book Your Table"
|
||||
description="Contact us at +961 3 456 854 to make a reservation."
|
||||
description="Contact us at +961 3 456 854 to make a reservation (or call +961 3 456 854)."
|
||||
inputs={[
|
||||
{ name: "name", type: "text", placeholder: "Your Name", required: true },
|
||||
{ name: "email", type: "email", placeholder: "Your Email", required: true },
|
||||
@@ -152,11 +152,11 @@ export default function LandingPage() {
|
||||
logoText="Aljawad Dining"
|
||||
columns={[
|
||||
{ items: [{ label: "Home", href: "#hero" }, { label: "Menu", href: "#menu" }] },
|
||||
{ items: [{ label: "Contact", href: "#contact" }, { label: "Privacy", href: "#" }] },
|
||||
{ items: [{ label: "Contact (+961 3 456 854)", href: "#contact" }, { label: "Privacy", href: "#" }] },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user