diff --git a/src/app/page.tsx b/src/app/page.tsx index d77f293..4e0ccb2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -80,19 +80,22 @@ export default function LandingPage() { features={[ { id: 1, - title: "Riverside Residence", description: "A contemporary family home showcasing clean lines and natural material integration with panoramic views.", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-perspective-tree-with-beautiful-canopy_23-2151305164.jpg", imageAlt: "modern riverside house architecture minimalist design"}, + title: "Riverside Residence", description: "A contemporary family home showcasing clean lines and natural material integration with panoramic views.", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-perspective-tree-with-beautiful-canopy_23-2151305164.jpg", imageAlt: "modern riverside house architecture minimalist design" + }, { id: 2, - title: "Urban Office Complex", description: "Mixed-use development emphasizing open spaces, natural light, and sustainable building practices.", imageSrc: "http://img.b2bpic.net/free-photo/panoramic-sauna-view-organic-wooden-columns-resort-style-wellness_169016-68883.jpg", imageAlt: "modern office building urban architecture sustainable"}, + title: "Urban Office Complex", description: "Mixed-use development emphasizing open spaces, natural light, and sustainable building practices.", imageSrc: "http://img.b2bpic.net/free-photo/panoramic-sauna-view-organic-wooden-columns-resort-style-wellness_169016-68883.jpg", imageAlt: "modern office building urban architecture sustainable" + }, { id: 3, - title: "Gallery & Cultural Hub", description: "Modern gallery space with neutral palette, allowing artworks to command attention in carefully designed exhibition rooms.", imageSrc: "http://img.b2bpic.net/free-photo/square-blank-frames-attached-wall-room_181624-11561.jpg", imageAlt: "modern art gallery interior minimalist white walls"}, + title: "Gallery & Cultural Hub", description: "Modern gallery space with neutral palette, allowing artworks to command attention in carefully designed exhibition rooms.", imageSrc: "http://img.b2bpic.net/free-photo/square-blank-frames-attached-wall-room_181624-11561.jpg", imageAlt: "modern art gallery interior minimalist white walls" + }, { id: 4, - title: "Wellness Retreat Center", description: "Serene sanctuary blending architecture with landscape, creating spaces for reflection and rejuvenation.", imageSrc: "http://img.b2bpic.net/free-photo/woman-beauty-clinic-beauty-treatment_23-2148878941.jpg", imageAlt: "wellness retreat center modern architecture nature"}, + title: "Wellness Retreat Center", description: "Serene sanctuary blending architecture with landscape, creating spaces for reflection and rejuvenation.", imageSrc: "http://img.b2bpic.net/free-photo/woman-beauty-clinic-beauty-treatment_23-2148878941.jpg", imageAlt: "wellness retreat center modern architecture nature" + }, ]} tagAnimation="slide-up" - mediaAnimation="slide-up" /> @@ -127,19 +130,22 @@ export default function LandingPage() { features={[ { id: 1, - title: "Conceptualization", description: "Deep analysis of site, context, and client vision. We immerse ourselves in understanding the essence of what should be built.", imageSrc: "http://img.b2bpic.net/free-photo/woman-with-blueprints-working_23-2148890062.jpg", imageAlt: "architect sketching design concepts workspace planning"}, + title: "Conceptualization", description: "Deep analysis of site, context, and client vision. We immerse ourselves in understanding the essence of what should be built.", imageSrc: "http://img.b2bpic.net/free-photo/woman-with-blueprints-working_23-2148890062.jpg", imageAlt: "architect sketching design concepts workspace planning" + }, { id: 2, - title: "Design Development", description: "Iterative sketching and modeling, refining forms until minimalist perfection meets practical requirements.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-man-working-late-night_23-2150280993.jpg", imageAlt: "architectural model design development modern studio"}, + title: "Design Development", description: "Iterative sketching and modeling, refining forms until minimalist perfection meets practical requirements.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-man-working-late-night_23-2150280993.jpg", imageAlt: "architectural model design development modern studio" + }, { id: 3, - title: "Material Selection", description: "Thoughtful curation of sustainable materials that age gracefully and complement the architectural vision.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-boards-mdf-material_23-2149418523.jpg", imageAlt: "natural materials palette wood stone concrete selection"}, + title: "Material Selection", description: "Thoughtful curation of sustainable materials that age gracefully and complement the architectural vision.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-boards-mdf-material_23-2149418523.jpg", imageAlt: "natural materials palette wood stone concrete selection" + }, { id: 4, - title: "Execution & Refinement", description: "Meticulous project management ensuring design integrity throughout construction and final finishing.", imageSrc: "http://img.b2bpic.net/free-photo/shocked-constructors-looking-draft_23-2147710740.jpg", imageAlt: "construction site modern building project management"}, + title: "Execution & Refinement", description: "Meticulous project management ensuring design integrity throughout construction and final finishing.", imageSrc: "http://img.b2bpic.net/free-photo/shocked-constructors-looking-draft_23-2147710740.jpg", imageAlt: "construction site modern building project management" + }, ]} tagAnimation="slide-up" - mediaAnimation="slide-up" />