Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-06-08 16:08:13 +00:00

View File

@@ -11,6 +11,7 @@ import TeamCardTwo from '@/components/sections/team/TeamCardTwo';
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
import ContactCTA from '@/components/sections/contact/ContactCTA';
import FooterCard from '@/components/sections/footer/FooterCard';
import { Facebook, Instagram, Twitter } from 'lucide-react';
export default function LandingPage() {
return (
@@ -52,7 +53,6 @@ export default function LandingPage() {
]}
showBlur={true}
textPosition="bottom"
useInvertedBackground={false}
/>
</div>
@@ -60,7 +60,6 @@ export default function LandingPage() {
<TextAbout
tag="Our Story"
title="A Taste of Paris in Your City"
description="Le BISTROT was founded with a passion for authentic French culinary traditions and a desire to create a warm, inviting space for our community. Every dish is crafted with the freshest seasonal ingredients, bringing you a memorable dining experience."
buttons={[
{ text: "Learn More" }
]}
@@ -175,9 +174,9 @@ export default function LandingPage() {
logoText="Le BISTROT"
copyrightText="© 2024 Le BISTROT. All rights reserved."
socialLinks={[
{ icon: "Facebook", href: "https://facebook.com/lebistrot", ariaLabel: "Facebook" },
{ icon: "Instagram", href: "https://instagram.com/lebistrot", ariaLabel: "Instagram" },
{ icon: "Twitter", href: "https://twitter.com/lebistrot", ariaLabel: "Twitter" }
{ icon: Facebook, href: "https://facebook.com/lebistrot", ariaLabel: "Facebook" },
{ icon: Instagram, href: "https://instagram.com/lebistrot", ariaLabel: "Instagram" },
{ icon: Twitter, href: "https://twitter.com/lebistrot", ariaLabel: "Twitter" }
]}
/>
</div>