From 95854e1837ee4f2d027225f903698ca7ed574fb2 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 20 May 2026 17:35:22 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2896b99..23069a9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,11 +52,11 @@ export default function MoroccanLandscapingPage() { background={{ variant: "rotated-rays-animated" }} carouselItems={[ { id: "1", imageSrc: "http://img.b2bpic.net/free-photo/empty-outside-way-path-foliage_1253-513.jpg" }, - { id: "2", imageSrc: "http://img.b2bpic.net/free-photo/glass-windows-reflect-formal-garden-peacefulness-night-generated-by-ai_188544-9837.jpg" }, - { id: "3", imageSrc: "http://img.b2bpic.net/free-photo/greenhouse-still-life_23-2148127862.jpg" }, - { id: "4", imageSrc: "http://img.b2bpic.net/free-photo/young-male-gardener-harvesting-flower-garden_23-2148165347.jpg" }, - { id: "5", imageSrc: "http://img.b2bpic.net/free-photo/cute-garden_23-2147695739.jpg" }, - { id: "6", imageSrc: "http://img.b2bpic.net/free-photo/dirt-road-countryside_1112-871.jpg" } + { id: "2", imageSrc: "http://img.b2bpic.net/free-photo/glass-windows-reflect-formal-garden-peacefulness-night-generated-by-ai_188544-9837.jpg?_wi=1" }, + { id: "3", imageSrc: "http://img.b2bpic.net/free-photo/greenhouse-still-life_23-2148127862.jpg?_wi=1" }, + { id: "4", imageSrc: "http://img.b2bpic.net/free-photo/young-male-gardener-harvesting-flower-garden_23-2148165347.jpg?_wi=1" }, + { id: "5", imageSrc: "http://img.b2bpic.net/free-photo/cute-garden_23-2147695739.jpg?_wi=1" }, + { id: "6", imageSrc: "http://img.b2bpic.net/free-photo/dirt-road-countryside_1112-871.jpg?_wi=1" } ]} /> @@ -70,7 +70,7 @@ export default function MoroccanLandscapingPage() { description="Lead Project Consultant" subdescription="Providing world-class landscape solutions across Casablanca, Marrakech, and Rabat since 2012." icon={TreePine} - imageSrc="http://img.b2bpic.net/free-photo/cute-garden_23-2147695739.jpg" + imageSrc="http://img.b2bpic.net/free-photo/cute-garden_23-2147695739.jpg?_wi=2" mediaAnimation="slide-up" useInvertedBackground={false} /> @@ -85,9 +85,9 @@ export default function MoroccanLandscapingPage() { textboxLayout="default" useInvertedBackground={false} features={[ - { id: "1", title: "Architectural Design", descriptions: ["Expert 3D renderings and custom landscape plans for Moroccan estates."], imageSrc: "http://img.b2bpic.net/free-photo/glass-windows-reflect-formal-garden-peacefulness-night-generated-by-ai_188544-9837.jpg" }, - { id: "2", title: "Smart Irrigation", descriptions: ["Water-saving, automated drip systems designed for arid environments."], imageSrc: "http://img.b2bpic.net/free-photo/greenhouse-still-life_23-2148127862.jpg" }, - { id: "3", title: "Full Maintenance", descriptions: ["Monthly professional grooming for all plants, turf, and hardscapes."], imageSrc: "http://img.b2bpic.net/free-photo/young-male-gardener-harvesting-flower-garden_23-2148165347.jpg" }, + { id: "1", title: "Architectural Design", descriptions: ["Expert 3D renderings and custom landscape plans for Moroccan estates."], imageSrc: "http://img.b2bpic.net/free-photo/glass-windows-reflect-formal-garden-peacefulness-night-generated-by-ai_188544-9837.jpg?_wi=2" }, + { id: "2", title: "Smart Irrigation", descriptions: ["Water-saving, automated drip systems designed for arid environments."], imageSrc: "http://img.b2bpic.net/free-photo/greenhouse-still-life_23-2148127862.jpg?_wi=2" }, + { id: "3", title: "Full Maintenance", descriptions: ["Monthly professional grooming for all plants, turf, and hardscapes."], imageSrc: "http://img.b2bpic.net/free-photo/young-male-gardener-harvesting-flower-garden_23-2148165347.jpg?_wi=2" }, ]} /> @@ -167,7 +167,7 @@ export default function MoroccanLandscapingPage() { ]} multiSelect={{ name: "service", label: "Select Service", options: ["Residential Design", "Commercial Maintenance", "Smart Irrigation"] }} textarea={{ name: "message", placeholder: "Tell us about your requirements...", required: true }} - imageSrc="http://img.b2bpic.net/free-photo/dirt-road-countryside_1112-871.jpg" + imageSrc="http://img.b2bpic.net/free-photo/dirt-road-countryside_1112-871.jpg?_wi=2" /> -- 2.49.1