4 Commits

Author SHA1 Message Date
75aa81ddb6 Update src/app/page.tsx 2026-05-07 12:18:18 +00:00
ded325e910 Merge version_2 into main
Merge version_2 into main
2026-05-07 12:16:32 +00:00
705d8ee06a Update src/app/page.tsx 2026-05-07 12:16:29 +00:00
b126fb45a9 Merge version_1 into main
Merge version_1 into main
2026-05-07 12:13:48 +00:00

View File

@@ -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>
);
}
}