Update src/app/page.tsx

This commit is contained in:
2026-05-07 12:58:16 +00:00
parent 43e984e4e8
commit 2ecd69b622

View File

@@ -156,7 +156,7 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{ id: "q1", title: "Do you offer delivery?", content: "Yes, we offer no-contact delivery and takeaway services." },
{ id: "q2", title: "Where are you located?", content: "We are at 15 Ann St, New York, NY, inside the Park Row Building." },
{ id: "q2", title: "Where are you located?", content: "We are at 135 Rue Didouche Mourad, Algiers." },
{ id: "q3", title: "Are your dishes halal?", content: "Yes, we offer a variety of high-quality halal Mediterranean options." },
]}
title="Frequently Asked Questions"
@@ -173,7 +173,7 @@ export default function LandingPage() {
background={{ variant: "rotated-rays-static" }}
tag="Get in Touch"
title="Visit or Order Today"
description="We are located at 15 Ann St, New York. Come visit us for a fresh meal or place an order for delivery."
description="We are located at 135 Rue Didouche Mourad, Algiers. Come visit us for a fresh meal or place an order for delivery."
imageSrc="http://img.b2bpic.net/free-photo/event-hall-wooden-table-with-rustic-chairs_114579-2233.jpg"
buttonText="Place Order"
onSubmit={(email) => console.log(email)}
@@ -194,10 +194,10 @@ export default function LandingPage() {
],
},
{
title: "Services", items: [
{ label: "Dine-in", href: "#" },
{ label: "Takeaway", href: "#" },
{ label: "Delivery", href: "#" },
title: "Contact Us", items: [
{ label: "135 Rue Didouche Mourad", href: "#" },
{ label: "+213 21 00 00 00", href: "tel:+21321000000" },
{ label: "info@lebardo.dz", href: "mailto:info@lebardo.dz" },
],
},
{
@@ -207,7 +207,7 @@ export default function LandingPage() {
],
},
]}
copyrightText="© 2025 Omar's Mediterranean Cuisine. All rights reserved."
copyrightText="© 2025 Le Bardo. All rights reserved."
/>
</div>
</ReactLenis>