From 2392c6fb51c7eb8d63e1e9ab07cb9f42a168df0a Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 06:55:23 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index bb6a6bf..e494488 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -75,15 +75,15 @@ export default function LandingPage() { features={[ { id: 1, - title: "Meridian Residence", description="A contemporary family home that embraces clean lines and natural light. Featuring open-plan living spaces with strategic material transitions.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-contemporary-modern-design-apartment-with-natural-light-fron-bir-window-white-curtain_609648-50.jpg", imageAlt: "Meridian Residence minimalist home" + title: "Meridian Residence", description: "A contemporary family home that embraces clean lines and natural light. Featuring open-plan living spaces with strategic material transitions.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-contemporary-modern-design-apartment-with-natural-light-fron-bir-window-white-curtain_609648-50.jpg", imageAlt: "Meridian Residence minimalist home" }, { id: 2, - title: "Corporate Nexus", description="A landmark office building that prioritizes employee wellness through thoughtful spatial design and minimal visual complexity.", imageSrc: "http://img.b2bpic.net/free-photo/skyscrapers-from-low-angle-view_1359-573.jpg", imageAlt: "Corporate Nexus office building" + title: "Corporate Nexus", description: "A landmark office building that prioritizes employee wellness through thoughtful spatial design and minimal visual complexity.", imageSrc: "http://img.b2bpic.net/free-photo/skyscrapers-from-low-angle-view_1359-573.jpg", imageAlt: "Corporate Nexus office building" }, { id: 3, - title: "Retreat Studios", description="An intimate residential complex that reinterprets minimalism through material honesty and architectural restraint.", imageSrc: "http://img.b2bpic.net/free-photo/comfortable-modern-living-room-with-elegant-decor-generated-by-ai_188544-45634.jpg", imageAlt: "Retreat Studios residential complex" + title: "Retreat Studios", description: "An intimate residential complex that reinterprets minimalism through material honesty and architectural restraint.", imageSrc: "http://img.b2bpic.net/free-photo/comfortable-modern-living-room-with-elegant-decor-generated-by-ai_188544-45634.jpg", imageAlt: "Retreat Studios residential complex" } ]} /> -- 2.49.1