Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-03-16 00:56:22 +00:00

View File

@@ -93,19 +93,19 @@ export default function LandingPage() {
features={[
{
id: "1", title: "Bouquets de Fleurs", tags: ["Anniversaires", "Amour", "Célébrations"],
imageSrc: "http://img.b2bpic.net/free-photo/top-view-white-surface-with-pink-flowers-book_23-2147609445.jpg", imageAlt: "romantic red rose bouquet gift"
imageSrc: "http://img.b2bpic.net/free-photo/top-view-white-surface-with-pink-flowers-book_23-2147609445.jpg?_wi=1", imageAlt: "romantic red rose bouquet gift"
},
{
id: "2", title: "Livraison Express", tags: ["24h", "Marrakesh", "Fiable"],
imageSrc: "http://img.b2bpic.net/free-photo/side-view-flowers-florist-process-making-bouquet_176420-16675.jpg", imageAlt: "colorful celebration flower bouquet birthday"
imageSrc: "http://img.b2bpic.net/free-photo/side-view-flowers-florist-process-making-bouquet_176420-16675.jpg?_wi=1", imageAlt: "colorful celebration flower bouquet birthday"
},
{
id: "3", title: "Fleurs de Mariage", tags: ["Élégant", "Sur mesure", "Professionnel"],
imageSrc: "http://img.b2bpic.net/free-photo/front-view-bride-posing-indoors_23-2150264552.jpg", imageAlt: "wedding bridal bouquet white flowers"
imageSrc: "http://img.b2bpic.net/free-photo/front-view-bride-posing-indoors_23-2150264552.jpg?_wi=1", imageAlt: "wedding bridal bouquet white flowers"
},
{
id: "4", title: "Cadeaux Surprise", tags: ["Romantique", "Parfait", "Mémorable"],
imageSrc: "http://img.b2bpic.net/free-photo/top-view-white-surface-with-pink-flowers-book_23-2147609445.jpg", imageAlt: "romantic red rose bouquet gift"
imageSrc: "http://img.b2bpic.net/free-photo/top-view-white-surface-with-pink-flowers-book_23-2147609445.jpg?_wi=2", imageAlt: "romantic red rose bouquet gift"
}
]}
animationType="slide-up"
@@ -127,13 +127,13 @@ export default function LandingPage() {
tagAnimation="slide-up"
products={[
{
id: "1", name: "Bouquet Romantique", price: "350 DH", imageSrc: "http://img.b2bpic.net/free-photo/top-view-white-surface-with-pink-flowers-book_23-2147609445.jpg", imageAlt: "romantic red rose bouquet gift"
id: "1", name: "Bouquet Romantique", price: "350 DH", imageSrc: "http://img.b2bpic.net/free-photo/top-view-white-surface-with-pink-flowers-book_23-2147609445.jpg?_wi=3", imageAlt: "romantic red rose bouquet gift"
},
{
id: "2", name: "Bouquet Mariage Luxe", price: "1200 DH", imageSrc: "http://img.b2bpic.net/free-photo/front-view-bride-posing-indoors_23-2150264552.jpg", imageAlt: "wedding bridal bouquet white flowers"
id: "2", name: "Bouquet Mariage Luxe", price: "1200 DH", imageSrc: "http://img.b2bpic.net/free-photo/front-view-bride-posing-indoors_23-2150264552.jpg?_wi=2", imageAlt: "wedding bridal bouquet white flowers"
},
{
id: "3", name: "Bouquet Célébration", price: "400 DH", imageSrc: "http://img.b2bpic.net/free-photo/side-view-flowers-florist-process-making-bouquet_176420-16675.jpg", imageAlt: "colorful celebration flower bouquet birthday"
id: "3", name: "Bouquet Célébration", price: "400 DH", imageSrc: "http://img.b2bpic.net/free-photo/side-view-flowers-florist-process-making-bouquet_176420-16675.jpg?_wi=2", imageAlt: "colorful celebration flower bouquet birthday"
}
]}
gridVariant="three-columns-all-equal-width"