From f02eb2ad38156a976276d2df8c006aaff9620e2b Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 12:31:27 +0000 Subject: [PATCH] Update src/app/projects/page.tsx --- src/app/projects/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/projects/page.tsx b/src/app/projects/page.tsx index d1bd476..dc58e2b 100644 --- a/src/app/projects/page.tsx +++ b/src/app/projects/page.tsx @@ -42,11 +42,11 @@ export default function ProjectsPage() { features={[ { id: 1, - title: "Waterfront Residences Phase 1", description: "50 exclusive villas along Dubai's pristine coastline with private beach access and marina facilities", imageSrc: "http://img.b2bpic.net/free-photo/city-sea-coast-mountains-sky-is-reflected-water_169016-9944.jpg" + title: "Waterfront Residences Phase 1", description: "50 exclusive villas along Dubai's pristine coastline with private beach access and marina facilities", imageSrc: "http://img.b2bpic.net/free-photo/city-sea-coast-mountains-sky-is-reflected-water_169016-9944.jpg?_wi=1" }, { id: 2, - title: "Desert Heights Collection", description: "30 ultra-luxury villas positioned in the serene desert landscape with panoramic views", imageSrc: "http://img.b2bpic.net/free-photo/city-sea-coast-mountains-sky-is-reflected-water_169016-9944.jpg" + title: "Desert Heights Collection", description: "30 ultra-luxury villas positioned in the serene desert landscape with panoramic views", imageSrc: "http://img.b2bpic.net/free-photo/city-sea-coast-mountains-sky-is-reflected-water_169016-9944.jpg?_wi=2" }, { id: 3, -- 2.49.1