diff --git a/src/app/page.tsx b/src/app/page.tsx index 72faf7e..61b8ff3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -5,7 +5,7 @@ import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarS import HeroBillboard from '@/components/sections/hero/HeroBillboard'; import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; import FeatureCardTen from '@/components/sections/feature/FeatureCardTen'; -import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; +import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; import ContactCenter from '@/components/sections/contact/ContactCenter'; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; import { CheckCircle } from 'lucide-react'; @@ -50,7 +50,6 @@ export default function LandingPage() { { text: "Voir le menu", href: "menu" }, { text: "Itinéraire", href: "contact" } ]} - imageSrc="http://img.b2bpic.net/free-photo/happy-couple-lovely-date_23-2148422309.jpg" imageAlt="Intérieur élégant de la brasserie La Boul'Mich" /> @@ -115,34 +114,24 @@ export default function LandingPage() {
-
@@ -210,4 +199,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file