8 Commits

Author SHA1 Message Date
2ecd69b622 Update src/app/page.tsx 2026-05-07 12:58:16 +00:00
43e984e4e8 Merge version_2 into main
Merge version_2 into main
2026-05-07 12:55:34 +00:00
a10e2ed504 Update src/app/styles/variables.css 2026-05-07 12:55:28 +00:00
015f27c642 Update src/app/page.tsx 2026-05-07 12:55:28 +00:00
3c117caab2 Merge version_1 into main
Merge version_1 into main
2026-05-07 12:48:48 +00:00
547cce33c4 Merge version_1 into main
Merge version_1 into main
2026-05-07 12:48:21 +00:00
fa327e4383 Merge version_1 into main
Merge version_1 into main
2026-05-07 12:47:45 +00:00
6229796e6f Merge version_1 into main
Merge version_1 into main
2026-05-07 12:47:17 +00:00
2 changed files with 16 additions and 16 deletions

View File

@@ -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>

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #f6f0e9;
--card: #efe7dd;
--foreground: #2b180a;
--primary-cta: #2b180a;
--background: #fbfaf7;
--card: #f2eee9;
--foreground: #1a1816;
--primary-cta: #7a5c43;
--primary-cta-text: #f6f0e9;
--secondary-cta: #efe7dd;
--secondary-cta: #e8e3dc;
--secondary-cta-text: #2b180a;
--accent: #94877c;
--background-accent: #afa094;
--accent: #b8a38a;
--background-accent: #efebe5;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);