From 4a5ec41ddbcbeac5728c1482107449de3be0cc2c Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 28 Apr 2026 11:36:59 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 26 +++++++++++++++++--------- 1 file changed, 17 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d0dd758..11dc328 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarS import ProductCardThree from '@/components/sections/product/ProductCardThree'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; -import { Award, ShoppingBag, Utensils } from "lucide-react"; +import { Award } from "lucide-react"; export default function LandingPage() { return ( @@ -67,6 +67,8 @@ export default function LandingPage() { animationType="slide-up" title="Comment souhaitez-vous manger ?" description="Choisissez le mode de commande qui vous convient le mieux aujourd'hui." + textboxLayout="default" + useInvertedBackground={false} features={[ { id: "delivery", title: "Livraison à domicile", description: "Recevez vos plats préférés directement chez vous, encore chauds.", tag: "Rapide & Pratique", imageSrc: "http://img.b2bpic.net/free-photo/delivery-service-food_23-2149129523.jpg", buttons: [{ text: "Commander en livraison", href: "#" }] @@ -84,10 +86,10 @@ export default function LandingPage() { title="La philosophie Panda" description="Nous sélectionnons les meilleures adresses pour garantir une expérience culinaire authentique." subdescription="Chaque repas est une opportunité de découvrir de nouveaux saveurs dans une ambiance détendue." - imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=a07r4n" - imageAlt="Panda philosophe" + videoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-video.mp4" mediaAnimation="slide-up" icon={Award} + useInvertedBackground={false} /> @@ -96,6 +98,8 @@ export default function LandingPage() { animationType="slide-up" title="Pourquoi PandaEats ?" description="Des outils intuitifs pour les gourmets modernes." + textboxLayout="default" + useInvertedBackground={false} features={[ { id: "f1", title: "Critiques honnêtes", description: "Lisez des avis fiables et transparents.", tag: "Transparence", imageSrc: "http://img.b2bpic.net/free-photo/view-half-robot-half-panda-bear-with-futuristic-parts_23-2151741493.jpg" }, { id: "f2", title: "Livraison éclair", description: "Commandez et recevez vos plats rapidement.", tag: "Vitesse", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-holding-device_23-2149177874.jpg" }, @@ -108,6 +112,7 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="default" gridVariant="uniform-all-items-equal" + useInvertedBackground={false} products={[ { id: "1", name: "Ramen Impérial", price: "18€", imageSrc: "http://img.b2bpic.net/free-photo/raw-two-beef-chops-white-plate-with-lemon-slices-green_114579-14728.jpg" }, { id: "2", name: "Plateau Sashimi", price: "24€", imageSrc: "http://img.b2bpic.net/free-photo/plate-salmon-hot-sushi-rolls-placed-marble-table_114579-65916.jpg" }, @@ -122,20 +127,21 @@ export default function LandingPage() {