From 59cbf315236c839bc4e1fdd04813e2f92b8c2f3b Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 16 Jun 2026 07:40:26 +0000 Subject: [PATCH] Update src/pages/HomePage.tsx --- src/pages/HomePage.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index e5d5f93..a069f16 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -21,7 +21,7 @@ export default function HomePage() { text: "View Our Portfolio", href: "#projects"}} secondaryButton={{ text: "Book Consultation", href: "#contact"}} - imageSrc="http://img.b2bpic.net/free-photo/vertical-picture-spiral-staircase-building-sunlight-huatulco-mexico_181624-26945.jpg" + imageSrc="http://img.b2bpic.net/free-photo/vertical-picture-spiral-staircase-building-sunlight-huatulco-mexico_181624-26945.jpg?_wi=1" /> @@ -33,7 +33,7 @@ export default function HomePage() { quote="Aarna Architects turns abstract dreams into architectural reality. We believe that true luxury is found in transparent processes and sustainable precision." author="Ananya Reddy" role="Founder & Principal Architect" - imageSrc="http://img.b2bpic.net/free-photo/close-up-art-tools-table-creative-workshop-studio_482257-27220.jpg" + imageSrc="http://img.b2bpic.net/free-photo/close-up-art-tools-table-creative-workshop-studio_482257-27220.jpg?_wi=1" /> @@ -102,11 +102,11 @@ export default function HomePage() { { title: "Interior Planning", tags: [ "Bespoke Interiors", "Space Optimization"], - imageSrc: "http://img.b2bpic.net/free-photo/vertical-picture-spiral-staircase-building-sunlight-huatulco-mexico_181624-26945.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/vertical-picture-spiral-staircase-building-sunlight-huatulco-mexico_181624-26945.jpg?_wi=2"}, { title: "Sustainable Design", tags: [ "Eco-Materials", "Energy Efficiency"], - imageSrc: "http://img.b2bpic.net/free-photo/close-up-art-tools-table-creative-workshop-studio_482257-27220.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-art-tools-table-creative-workshop-studio_482257-27220.jpg?_wi=2"}, ]} /> -- 2.49.1