diff --git a/src/app/page.tsx b/src/app/page.tsx
index fdfd987..199d35e 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -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" }}
/>
@@ -47,7 +46,7 @@ export default function LandingPage() {