Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 1c67ec5ac5 | |||
| 9b5bffdcbb |
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user