diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 144c755..0bb6679 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -33,6 +33,7 @@ export default function ContactPage() { @@ -42,6 +43,7 @@ export default function ContactPage() { { title: "Liens", items: [{ label: "Accueil", href: "/" }, { label: "Contact", href: "/contact" }] } ]} bottomLeftText="© 2024 Palace du Prince. Tous droits réservés." + bottomRightText="" /> diff --git a/src/app/page.tsx b/src/app/page.tsx index 80f0fc3..0de47be 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,7 +8,6 @@ import HeroOverlay from '@/components/sections/hero/HeroOverlay'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import ProductCardThree from '@/components/sections/product/ProductCardThree'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; -import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; import { Crown } from "lucide-react"; export default function LandingPage() { @@ -68,6 +67,7 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="split-description" gridVariant="three-columns-all-equal-width" + useInvertedBackground={false} products={[ { id: "1", name: "Dibi traditionnel revisité", price: "12 000 FCFA", imageSrc: "http://img.b2bpic.net/free-photo/delicious-black-jelly-dessert-plate_23-2148238723.jpg" }, { id: "2", name: "Poulet Royal aux épices", price: "9 500 FCFA", imageSrc: "http://img.b2bpic.net/free-photo/purple-rice-berries-cooked-with-grilled-chicken-breast-pumpkin-carrots-mint-leaves-dish-clean-food_1150-20159.jpg" }, @@ -85,6 +85,7 @@ export default function LandingPage() { { title: "Navigation", items: [{ label: "Accueil", href: "/" }, { label: "Contact", href: "/contact" }] } ]} bottomLeftText="© 2024 Palace du Prince. Tous droits réservés." + bottomRightText="" />