Merge version_3 into main #5

Merged
bender merged 1 commits from version_3 into main 2026-05-02 09:12:39 +00:00

View File

@@ -10,7 +10,6 @@ import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll'
import MediaAbout from '@/components/sections/about/MediaAbout';
import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen';
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import ProductCardOne from '@/components/sections/product/ProductCardOne';
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
export default function LandingPage() {
@@ -38,7 +37,7 @@ export default function LandingPage() {
{
name: "Contact", id: "contact"},
]}
brandName="L'Essence"
brandName="Le Claire du Verger"
button={{ text: "Réserver", href: "#contact" }}
/>
</div>
@@ -47,7 +46,7 @@ export default function LandingPage() {
<HeroBillboardScroll
background={{
variant: "radial-gradient"}}
title="L'Essence - Restaurant"
title="Le Claire du Verger - Restaurant"
description="Une expérience culinaire unique. Ouvert du mardi au dimanche de 12h à 14h et de 19h à 22h."
buttons={[
{
@@ -140,7 +139,7 @@ export default function LandingPage() {
]}
imageSrc="http://img.b2bpic.net/free-photo/portrait-handsome-successful-bearded-south-asian-young-indian-freelancer-blue-jeans-shirt-sitting-night-club-against-bar-counter-with-cocktail-having-rest_627829-5102.jpg"
title="Informations Pratiques"
description="Toutes les informations pour bien préparer votre visite chez L'Essence."
description="Toutes les informations pour bien préparer votre visite chez Le Claire du Verger."
faqsAnimation="slide-up"
/>
</div>
@@ -164,7 +163,7 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterLogoReveal
logoText="L'Essence"
logoText="Le Claire du Verger"
leftLink={{
text: "Mentions légales", href: "#"}}
rightLink={{
@@ -174,4 +173,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}