From f590db18b0252d029872a2c6b1741e0b369cc484 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 12:30:36 +0000 Subject: [PATCH] Update src/app/projects/page.tsx --- src/app/projects/page.tsx | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/src/app/projects/page.tsx b/src/app/projects/page.tsx index 6e239ca..d1bd476 100644 --- a/src/app/projects/page.tsx +++ b/src/app/projects/page.tsx @@ -42,13 +42,16 @@ 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" + }, { 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" + }, { id: 3, - title: "Downtown Premium Towers", description: "75 penthouse villas in the heart of Dubai's vibrant downtown with world-class amenities", imageSrc: "http://img.b2bpic.net/free-photo/futuristic-cityspace-night_116348-69.jpg"}, + title: "Downtown Premium Towers", description: "75 penthouse villas in the heart of Dubai's vibrant downtown with world-class amenities", imageSrc: "http://img.b2bpic.net/free-photo/futuristic-cityspace-night_116348-69.jpg" + }, ]} textboxLayout="default" useInvertedBackground={true} @@ -63,6 +66,7 @@ export default function ProjectsPage() { subdescription="Premium Real Estate Innovation" icon={Building2} videoSrc="/videos/project-showcase.mp4" + mediaAnimation="none" useInvertedBackground={false} /> -- 2.49.1