From bb27e5eae69c70328dbb67604a61b0e0b2779ae3 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 14:40:48 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2c195a8..f09aba0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -81,15 +81,15 @@ export default function LandingPage() { }, { id: 2, - title: "Living Urban Ecosystem", description: "Not a gated site. A safe, vibrant, socially connected neighborhood with private courtyards and semi-public landscaped spaces.", imageSrc: "http://img.b2bpic.net/free-photo/breakfast-friends_1098-14058.jpg?_wi=1" + title: "Living Urban Ecosystem", description: "Not a gated site. A safe, vibrant, socially connected neighborhood with private courtyards and semi-public landscaped spaces.", imageSrc: "http://img.b2bpic.net/free-photo/breakfast-friends_1098-14058.jpg" }, { id: 3, - title: "Architectural Innovation", description: "Radye Jeneral foundation and tunnel form system ensuring earthquake resistance, heat and sound insulation, and energy compliance.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-contemporary-modern-design-apartment-with-natural-light-fron-bir-window-white-curtain_609648-70.jpg?_wi=1" + title: "Architectural Innovation", description: "Radye Jeneral foundation and tunnel form system ensuring earthquake resistance, heat and sound insulation, and energy compliance.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-contemporary-modern-design-apartment-with-natural-light-fron-bir-window-white-curtain_609648-70.jpg" }, { id: 4, - title: "Future-Forward Infrastructure", description: "Smart waste recycling, electric vehicle charging, energy performance certification, and intelligent urban systems.", imageSrc: "http://img.b2bpic.net/free-vector/eco-life-poster-with-modern-house-with-solar-panels-trash-bins-recycle_107791-5650.jpg?_wi=1" + title: "Future-Forward Infrastructure", description: "Smart waste recycling, electric vehicle charging, energy performance certification, and intelligent urban systems.", imageSrc: "http://img.b2bpic.net/free-vector/eco-life-poster-with-modern-house-with-solar-panels-trash-bins-recycle_107791-5650.jpg" } ]} textboxLayout="default" @@ -103,16 +103,16 @@ export default function LandingPage() {