|
|
|
|
@@ -5,7 +5,7 @@ import ReactLenis from "lenis/react";
|
|
|
|
|
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
|
|
|
|
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
|
|
|
|
import FeatureCardTwentyOne from '@/components/sections/feature/FeatureCardTwentyOne';
|
|
|
|
|
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
|
|
|
|
import FooterBase from '@/components/sections/footer/FooterBase';
|
|
|
|
|
import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi';
|
|
|
|
|
import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen';
|
|
|
|
|
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
|
|
|
|
@@ -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)}
|
|
|
|
|
@@ -182,7 +182,7 @@ export default function LandingPage() {
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="footer" data-section="footer">
|
|
|
|
|
<FooterBaseReveal
|
|
|
|
|
<FooterBase
|
|
|
|
|
logoText="Omar's Mediterranean Cuisine"
|
|
|
|
|
columns={[
|
|
|
|
|
{
|
|
|
|
|
@@ -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="© 2024 Omar's Mediterranean Cuisine. All rights reserved."
|
|
|
|
|
copyrightText="© 2025 Le Bardo. All rights reserved."
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
</ReactLenis>
|
|
|
|
|
|