From 4b5940ddb4bb1bf013db4bff302ed29e066e8b4f Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 18:50:34 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index dda327b..190a972 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -82,16 +82,20 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - id: "1", title: "Research & Immersion", description: "Deep analysis of site context, client values, and environmental factors to inform every design decision.", imageSrc: "http://img.b2bpic.net/free-photo/coworkers-office-with-architecture-plans-computer_329181-12026.jpg", imageAlt: "architectural planning design studio meeting" + id: 1, + title: "Research & Immersion", description: "Deep analysis of site context, client values, and environmental factors to inform every design decision.", imageSrc: "http://img.b2bpic.net/free-photo/coworkers-office-with-architecture-plans-computer_329181-12026.jpg", imageAlt: "architectural planning design studio meeting" }, { - id: "2", title: "Conceptual Design", description: "Developing innovative design concepts that balance aesthetics, functionality, and sustainability principles.", imageSrc: "http://img.b2bpic.net/free-photo/blue-metal-cubical-structures-blue-sky_181624-6449.jpg", imageAlt: "architect sketching building concept design" + id: 2, + title: "Conceptual Design", description: "Developing innovative design concepts that balance aesthetics, functionality, and sustainability principles.", imageSrc: "http://img.b2bpic.net/free-photo/blue-metal-cubical-structures-blue-sky_181624-6449.jpg", imageAlt: "architect sketching building concept design" }, { - id: "3", title: "Detailed Development", description: "Refining architectural details with precision engineering and material selection for optimal results.", imageSrc: "http://img.b2bpic.net/free-photo/decorative-vinyls-arrangement_23-2149728632.jpg", imageAlt: "detailed architectural blueprint engineering design" + id: 3, + title: "Detailed Development", description: "Refining architectural details with precision engineering and material selection for optimal results.", imageSrc: "http://img.b2bpic.net/free-photo/decorative-vinyls-arrangement_23-2149728632.jpg", imageAlt: "detailed architectural blueprint engineering design" }, { - id: "4", title: "Realization & Oversight", description: "Managing construction with meticulous oversight to ensure every detail matches our architectural vision.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-with-red-helmet-brick_1187-3227.jpg", imageAlt: "construction site modern building architecture" + id: 4, + title: "Realization & Oversight", description: "Managing construction with meticulous oversight to ensure every detail matches our architectural vision.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-with-red-helmet-brick_1187-3227.jpg", imageAlt: "construction site modern building architecture" }, ]} /> -- 2.49.1