From c0f94330afaf82a4f4e1b72c538aff500d5fc8a5 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 14:15:21 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 813b3d0..3a6a45f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -64,7 +64,7 @@ export default function LandingPage() { handle: "@project1", testimonial: "The design process was collaborative and the result is truly a masterpiece of spatial flow.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-modern-white-building-facade_181624-29733.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-modern-white-building-facade_181624-29733.jpg?_wi=1", imageAlt: "luxury villa exterior modern architectural design", }, { @@ -72,7 +72,7 @@ export default function LandingPage() { handle: "@rev", testimonial: "Innovative use of the 600sqm envelope, pushing boundaries of residential comfort.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-holding-plans_23-2148819905.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-holding-plans_23-2148819905.jpg?_wi=1", imageAlt: "architectural sketch modern residence", }, { @@ -80,7 +80,7 @@ export default function LandingPage() { handle: "@dig", testimonial: "A breathtaking personal project that defines quiet luxury.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/relax-sofa-window_1150-12924.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/relax-sofa-window_1150-12924.jpg?_wi=1", imageAlt: "modern sustainable home eco friendly features", }, { @@ -88,7 +88,7 @@ export default function LandingPage() { handle: "@lead", testimonial: "The most professional approach to a bespoke house design I have ever seen.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-modern-house-kitchen_181624-4007.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-modern-house-kitchen_181624-4007.jpg?_wi=1", imageAlt: "open concept living room modern house", }, { @@ -96,11 +96,11 @@ export default function LandingPage() { handle: "@owner", testimonial: "Everything I imagined for my dream home, realized with absolute precision.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/cozy-lively-home-interior-design_23-2151119019.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cozy-lively-home-interior-design_23-2151119019.jpg?_wi=1", imageAlt: "modern luxury bedroom house design", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/vertical-shot-modern-white-building-facade_181624-29733.jpg" + imageSrc="http://img.b2bpic.net/free-photo/vertical-shot-modern-white-building-facade_181624-29733.jpg?_wi=2" imageAlt="Luxury residence exterior" mediaAnimation="blur-reveal" avatars={[ @@ -175,7 +175,7 @@ export default function LandingPage() { title: "Sustainable Integration", description: "Maximizing natural light and passive airflow across all 600 sqm.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/relax-sofa-window_1150-12924.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/relax-sofa-window_1150-12924.jpg?_wi=2", imageAlt: "Sustainable architecture", }, items: [ @@ -193,14 +193,14 @@ export default function LandingPage() { }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/facade-modern-urban-building_122409-5.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/facade-modern-urban-building_122409-5.jpg?_wi=1", imageAlt: "modern home architectural detail texture", }, { title: "Fluid Spatial Flow", description: "Connected living spaces that bridge indoor comfort and exterior landscape.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-modern-house-kitchen_181624-4007.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-modern-house-kitchen_181624-4007.jpg?_wi=2", imageAlt: "Open concept layout", }, items: [ @@ -218,14 +218,14 @@ export default function LandingPage() { }, ], reverse: true, - imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-modern-white-building-facade_181624-29733.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-modern-white-building-facade_181624-29733.jpg?_wi=3", imageAlt: "luxury villa exterior modern architectural design", }, { title: "Curated Materiality", description: "High-quality finishes designed for longevity and sensory enjoyment.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/cozy-lively-home-interior-design_23-2151119019.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cozy-lively-home-interior-design_23-2151119019.jpg?_wi=2", imageAlt: "High-end interior detail", }, items: [ @@ -243,7 +243,7 @@ export default function LandingPage() { }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-holding-plans_23-2148819905.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-holding-plans_23-2148819905.jpg?_wi=2", imageAlt: "architectural sketch modern residence", }, ]} @@ -318,7 +318,7 @@ export default function LandingPage() { rows: 4, required: true, }} - imageSrc="http://img.b2bpic.net/free-photo/facade-modern-urban-building_122409-5.jpg" + imageSrc="http://img.b2bpic.net/free-photo/facade-modern-urban-building_122409-5.jpg?_wi=2" /> -- 2.49.1