Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-12 19:55:33 +00:00

View File

@@ -48,16 +48,16 @@ export default function LandingPage() {
tagAnimation="slide-up"
background={{ variant: "plain" }}
leftCarouselItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-composition-flowers-with-copyspace_23-2148134797.jpg", imageAlt: "Bouquet de roses roses et blanches" },
{ imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-composition-flowers-with-copyspace_23-2148134797.jpg?_wi=1", imageAlt: "Bouquet de roses roses et blanches" },
{ imageSrc: "http://img.b2bpic.net/free-photo/couple-altar_1157-791.jpg", imageAlt: "Fleurs de mariage élégantes" },
{ imageSrc: "http://img.b2bpic.net/free-photo/people-building-their-own-dried-arrangement_23-2149697750.jpg", imageAlt: "Arrangement de fleurs printanières" },
{ imageSrc: "http://img.b2bpic.net/free-photo/people-building-their-own-dried-arrangement_23-2149697750.jpg?_wi=1", imageAlt: "Arrangement de fleurs printanières" },
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-beautiful-wedding-bouquet_1153-629.jpg", imageAlt: "Arrangements floraux professionnels" }
]}
rightCarouselItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/young-woman-looking-bouquet-flowers_23-2148463250.jpg", imageAlt: "Livraison de fleurs à domicile" },
{ imageSrc: "http://img.b2bpic.net/free-photo/decorative-flowers-vase_23-2148187020.jpg", imageAlt: "Composition florale haut de gamme" },
{ imageSrc: "http://img.b2bpic.net/free-photo/decorative-flowers-vase_23-2148187020.jpg?_wi=1", imageAlt: "Composition florale haut de gamme" },
{ imageSrc: "http://img.b2bpic.net/free-photo/fresh-white-flowers-vase-marble-table_114579-65965.jpg", imageAlt: "Fleurs de condoléances respectueuses" },
{ imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-composition-flowers-with-copyspace_23-2148134797.jpg", imageAlt: "Bouquet artisanal signature" }
{ imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-composition-flowers-with-copyspace_23-2148134797.jpg?_wi=2", imageAlt: "Bouquet artisanal signature" }
]}
buttons={[
{ text: "Commander", href: "contact-cta" },
@@ -90,9 +90,9 @@ export default function LandingPage() {
tagIcon={Flower2}
tagAnimation="slide-up"
products={[
{ id: "1", name: "Bouquet Romance Rose", price: "À partir de 45€", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-composition-flowers-with-copyspace_23-2148134797.jpg", imageAlt: "Bouquet de roses roses et blanches" },
{ id: "2", name: "Composition Printemps", price: "À partir de 55€", imageSrc: "http://img.b2bpic.net/free-photo/people-building-their-own-dried-arrangement_23-2149697750.jpg", imageAlt: "Arrangement de fleurs printanières" },
{ id: "3", name: "Création Signature", price: "À partir de 65€", imageSrc: "http://img.b2bpic.net/free-photo/decorative-flowers-vase_23-2148187020.jpg", imageAlt: "Composition florale haut de gamme" }
{ id: "1", name: "Bouquet Romance Rose", price: "À partir de 45€", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-composition-flowers-with-copyspace_23-2148134797.jpg?_wi=3", imageAlt: "Bouquet de roses roses et blanches" },
{ id: "2", name: "Composition Printemps", price: "À partir de 55€", imageSrc: "http://img.b2bpic.net/free-photo/people-building-their-own-dried-arrangement_23-2149697750.jpg?_wi=2", imageAlt: "Arrangement de fleurs printanières" },
{ id: "3", name: "Création Signature", price: "À partir de 65€", imageSrc: "http://img.b2bpic.net/free-photo/decorative-flowers-vase_23-2148187020.jpg?_wi=2", imageAlt: "Composition florale haut de gamme" }
]}
gridVariant="three-columns-all-equal-width"
animationType="slide-up"