From 888e367f45289feb714ff42c27dd9db5531bf41d Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 14:16:50 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 96e042c..7809511 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,21 +52,21 @@ export default function LandingPage() { testimonials={[ { name: "Client A", 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", imageAlt: "luxury villa exterior modern architectural design"}, + 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"}, { name: "Architectural Review", 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", imageAlt: "architectural sketch modern residence"}, { name: "Design Digest", 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", imageAlt: "modern sustainable home eco friendly features"}, + imageSrc: "http://img.b2bpic.net/free-photo/relax-sofa-window_1150-12924.jpg?_wi=1", imageAlt: "modern sustainable home eco friendly features"}, { name: "Local Lead", 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", imageAlt: "open concept living room modern house"}, + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-modern-house-kitchen_181624-4007.jpg?_wi=1", imageAlt: "open concept living room modern house"}, { name: "Home Owner", 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", imageAlt: "modern luxury bedroom house design"}, + 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={[ @@ -119,7 +119,7 @@ export default function LandingPage() { features={[ { 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", imageAlt: "Sustainable architecture"}, + imageSrc: "http://img.b2bpic.net/free-photo/relax-sofa-window_1150-12924.jpg?_wi=2", imageAlt: "Sustainable architecture"}, items: [ { icon: Sun, @@ -135,7 +135,7 @@ export default function LandingPage() { }, { 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", imageAlt: "Open concept layout"}, + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-modern-house-kitchen_181624-4007.jpg?_wi=2", imageAlt: "Open concept layout"}, items: [ { icon: Layout, @@ -151,7 +151,7 @@ export default function LandingPage() { }, { 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", imageAlt: "High-end interior detail"}, + imageSrc: "http://img.b2bpic.net/free-photo/cozy-lively-home-interior-design_23-2151119019.jpg?_wi=2", imageAlt: "High-end interior detail"}, items: [ { icon: Palette, -- 2.49.1