diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 572859f..d8380e4 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -84,7 +84,7 @@ export default function AboutPage() { "Luxury apartments, villas, and residential communities featuring modern architecture", tag: "Residential", imageSrc: - "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111480.jpg", + "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111480.jpg?_wi=2", imageAlt: "Luxury residential complex", }, { @@ -94,7 +94,7 @@ export default function AboutPage() { "Office spaces, retail centers, and business parks designed for enterprise growth", tag: "Commercial", imageSrc: - "http://img.b2bpic.net/free-photo/female-architect-walking-front-building_23-2147702500.jpg", + "http://img.b2bpic.net/free-photo/female-architect-walking-front-building_23-2147702500.jpg?_wi=4", imageAlt: "Commercial office building", }, { @@ -104,7 +104,7 @@ export default function AboutPage() { "Integrated projects combining residential, retail, and entertainment spaces", tag: "Mixed-Use", imageSrc: - "http://img.b2bpic.net/free-photo/modern-skyscrapers-business-district_23-2148836789.jpg", + "http://img.b2bpic.net/free-photo/modern-skyscrapers-business-district_23-2148836789.jpg?_wi=4", imageAlt: "Modern mixed-use development", }, ]} @@ -114,7 +114,7 @@ export default function AboutPage() { {/* Footer */}