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" } ] } ]}