2 Commits

Author SHA1 Message Date
1c67ec5ac5 Switch to version 2: modified src/app/page.tsx 2026-05-02 09:13:18 +00:00
9b5bffdcbb Merge version_3 into main
Merge version_3 into main
2026-05-02 09:12:38 +00:00

View File

@@ -10,6 +10,7 @@ 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() {
@@ -37,7 +38,7 @@ export default function LandingPage() {
{
name: "Contact", id: "contact"},
]}
brandName="Le Claire du Verger"
brandName="L'Essence"
button={{ text: "Réserver", href: "#contact" }}
/>
</div>
@@ -46,7 +47,7 @@ export default function LandingPage() {
<HeroBillboardScroll
background={{
variant: "radial-gradient"}}
title="Le Claire du Verger - Restaurant"
title="L'Essence - Restaurant"
description="Une expérience culinaire unique. Ouvert du mardi au dimanche de 12h à 14h et de 19h à 22h."
buttons={[
{
@@ -139,7 +140,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 Le Claire du Verger."
description="Toutes les informations pour bien préparer votre visite chez L'Essence."
faqsAnimation="slide-up"
/>
</div>
@@ -163,7 +164,7 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterLogoReveal
logoText="Le Claire du Verger"
logoText="L'Essence"
leftLink={{
text: "Mentions légales", href: "#"}}
rightLink={{
@@ -173,4 +174,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}