From e420c1f6a9656cb20b557495605f502312d9de7c Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 9 Apr 2026 08:45:29 +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 81b1340..a271137 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -85,22 +85,22 @@ export default function LandingPage() { { title: "Bespoke Residential", description: "Custom home design plans that cater to your comfort and aesthetic preferences.", icon: Sparkles, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/creative-fengshui-practice-bedroom-arrangement_23-2149135755.jpg", imageAlt: "Bedroom design" }, - { imageSrc: "http://img.b2bpic.net/free-photo/stylish-minimalistic-kitchen-with-plants_23-2148672856.jpg", imageAlt: "Kitchen design" } + { imageSrc: "http://img.b2bpic.net/free-photo/creative-fengshui-practice-bedroom-arrangement_23-2149135755.jpg?_wi=1", imageAlt: "Bedroom design" }, + { imageSrc: "http://img.b2bpic.net/free-photo/stylish-minimalistic-kitchen-with-plants_23-2148672856.jpg?_wi=1", imageAlt: "Kitchen design" } ] }, { title: "Kitchen & Dining", description: "Functional culinary spaces infused with modern, elegant touches.", icon: Zap, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/stylish-minimalistic-kitchen-with-plants_23-2148672856.jpg", imageAlt: "Kitchen design" }, - { imageSrc: "http://img.b2bpic.net/free-photo/dining-room-arrangement_23-2148893942.jpg", imageAlt: "Dining room" } + { imageSrc: "http://img.b2bpic.net/free-photo/stylish-minimalistic-kitchen-with-plants_23-2148672856.jpg?_wi=2", imageAlt: "Kitchen design" }, + { imageSrc: "http://img.b2bpic.net/free-photo/dining-room-arrangement_23-2148893942.jpg?_wi=1", imageAlt: "Dining room" } ] }, { title: "Conceptual Planning", description: "Strategic layouts and mood boards to visualize your future home interiors.", icon: Shield, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/dining-room-arrangement_23-2148893942.jpg", imageAlt: "Dining room" }, - { imageSrc: "http://img.b2bpic.net/free-photo/creative-fengshui-practice-bedroom-arrangement_23-2149135755.jpg", imageAlt: "Bedroom design" } + { imageSrc: "http://img.b2bpic.net/free-photo/dining-room-arrangement_23-2148893942.jpg?_wi=2", imageAlt: "Dining room" }, + { imageSrc: "http://img.b2bpic.net/free-photo/creative-fengshui-practice-bedroom-arrangement_23-2149135755.jpg?_wi=2", imageAlt: "Bedroom design" } ] } ]} -- 2.49.1