From dece214ab04d26b0d70d464f5e5e77bee8bec774 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 17:26:30 +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 4870e82..7c51f01 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,13 +47,13 @@ export default function LandingPage() { description="Build your dream home in weeks, not years. Sustainable, architecturally stunning modular homes designed for the modern lifestyle." slides={[ { - imageSrc: "http://img.b2bpic.net/free-photo/path-leads-white-building-green-hill_1304-3762.jpg", imageAlt: "Beautiful modular home in forest" + imageSrc: "http://img.b2bpic.net/free-photo/path-leads-white-building-green-hill_1304-3762.jpg?_wi=1", imageAlt: "Beautiful modular home in forest" }, { - imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-wooden-house-with-timber-structure_23-2151302616.jpg", imageAlt: "Modern modular home design" + imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-wooden-house-with-timber-structure_23-2151302616.jpg?_wi=1", imageAlt: "Modern modular home design" }, { - imageSrc: "http://img.b2bpic.net/free-photo/home-interior-with-decorative-items-wooden-table_169016-1693.jpg", imageAlt: "Luxurious modular interior" + imageSrc: "http://img.b2bpic.net/free-photo/home-interior-with-decorative-items-wooden-table_169016-1693.jpg?_wi=1", imageAlt: "Luxurious modular interior" } ]} buttons={[ @@ -101,7 +101,7 @@ export default function LandingPage() { tagIcon={Camera} features={[ { - id: "01", title: "Forest Escape", description: "Glass and timber blending seamlessly with nature. A sanctuary for modern living.", imageSrc: "http://img.b2bpic.net/free-photo/path-leads-white-building-green-hill_1304-3762.jpg", imageAlt: "Modern home in forest" + id: "01", title: "Forest Escape", description: "Glass and timber blending seamlessly with nature. A sanctuary for modern living.", imageSrc: "http://img.b2bpic.net/free-photo/path-leads-white-building-green-hill_1304-3762.jpg?_wi=2", imageAlt: "Modern home in forest" }, { id: "02", title: "Open Living", description: "Flowing spaces designed for connection. Light-filled interiors with zero-waste construction.", imageSrc: "http://img.b2bpic.net/free-photo/modern-interior-lobby-with-uncommon-furniture_1262-3576.jpg", imageAlt: "Open interior space" @@ -155,10 +155,10 @@ export default function LandingPage() { tagIcon={Home} products={[ { - id: "1", name: "Essential Home", price: "€185,000", imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-wooden-house-with-timber-structure_23-2151302616.jpg", imageAlt: "Essential modular home" + id: "1", name: "Essential Home", price: "€185,000", imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-wooden-house-with-timber-structure_23-2151302616.jpg?_wi=2", imageAlt: "Essential modular home" }, { - id: "2", name: "Comfort Plus", price: "€275,000", imageSrc: "http://img.b2bpic.net/free-photo/home-interior-with-decorative-items-wooden-table_169016-1693.jpg", imageAlt: "Comfort Plus modular home" + id: "2", name: "Comfort Plus", price: "€275,000", imageSrc: "http://img.b2bpic.net/free-photo/home-interior-with-decorative-items-wooden-table_169016-1693.jpg?_wi=2", imageAlt: "Comfort Plus modular home" }, { id: "3", name: "Luxury Estate", price: "€425,000", imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-house-with-wooden-architecture-timber-structure_23-2151302593.jpg", imageAlt: "Luxury Estate modular home" -- 2.49.1