From 555ac76d432cee5100c34b712fd2695efe00621c Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 11 Apr 2026 21:48:37 +0000 Subject: [PATCH 1/2] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 2 ++ 1 file changed, 2 insertions(+) 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="" /> -- 2.49.1 From faf45c37aea59be4f8c9a48e5d75b74d0785e650 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 11 Apr 2026 21:48:37 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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="" /> -- 2.49.1