Merge version_1 into main #4

Merged
bender merged 1 commits from version_1 into main 2026-03-07 18:50:39 +00:00

View File

@@ -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"
},
]}
/>