From a104701064a4448ed6f1a5a26b5665cff6240452 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 21:04:34 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a3d580b..30fa647 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,10 +52,10 @@ export default function LandingPage() { background={{ variant: "radial-gradient" }} mediaItems={[ { imageSrc: "http://img.b2bpic.net/free-photo/terrace-exterior-building_1203-3258.jpg", imageAlt: "Luxury vertical green wall installation" }, - { imageSrc: "http://img.b2bpic.net/free-photo/woman-standing-outside-flower-shop_53876-71005.jpg", imageAlt: "Modern green wall interior design" }, - { imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-wall-with-moss-plants-growing_181624-23259.jpg", imageAlt: "Premium moss wall installation" }, + { imageSrc: "http://img.b2bpic.net/free-photo/woman-standing-outside-flower-shop_53876-71005.jpg?_wi=1", imageAlt: "Modern green wall interior design" }, + { imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-wall-with-moss-plants-growing_181624-23259.jpg?_wi=1", imageAlt: "Premium moss wall installation" }, { imageSrc: "http://img.b2bpic.net/free-vector/vintage-botanical-leaf-collection_23-2148090281.jpg", imageAlt: "Exotic plants luxury display" }, - { imageSrc: "http://img.b2bpic.net/free-photo/grass-background_1127-3418.jpg", imageAlt: "Luxury landscaping villa garden" } + { imageSrc: "http://img.b2bpic.net/free-photo/grass-background_1127-3418.jpg?_wi=1", imageAlt: "Luxury landscaping villa garden" } ]} mediaAnimation="slide-up" buttons={[ @@ -124,9 +124,9 @@ export default function LandingPage() { animationType="slide-up" useInvertedBackground={false} products={[ - { id: "1", name: "Luxury Villa Green Wall", price: "Premium Installation", imageSrc: "http://img.b2bpic.net/free-photo/woman-standing-outside-flower-shop_53876-71005.jpg", imageAlt: "Luxury villa green wall installation" }, - { id: "2", name: "Restaurant Vertical Garden", price: "Custom Design", imageSrc: "http://img.b2bpic.net/free-photo/grass-background_1127-3418.jpg", imageAlt: "Restaurant vertical garden design" }, - { id: "3", name: "Office Moss Wall", price: "Corporate Installation", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-wall-with-moss-plants-growing_181624-23259.jpg", imageAlt: "Office moss wall installation" } + { id: "1", name: "Luxury Villa Green Wall", price: "Premium Installation", imageSrc: "http://img.b2bpic.net/free-photo/woman-standing-outside-flower-shop_53876-71005.jpg?_wi=2", imageAlt: "Luxury villa green wall installation" }, + { id: "2", name: "Restaurant Vertical Garden", price: "Custom Design", imageSrc: "http://img.b2bpic.net/free-photo/grass-background_1127-3418.jpg?_wi=2", imageAlt: "Restaurant vertical garden design" }, + { id: "3", name: "Office Moss Wall", price: "Corporate Installation", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-wall-with-moss-plants-growing_181624-23259.jpg?_wi=2", imageAlt: "Office moss wall installation" } ]} gridVariant="three-columns-all-equal-width" carouselMode="buttons" -- 2.49.1