diff --git a/src/app/page.tsx b/src/app/page.tsx index e2e2afb..b93e9aa 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -76,19 +76,19 @@ export default function LandingPage() { features={[ { id: 1, - title: "Research & Discovery", description: "We begin by deeply understanding your vision, context, and constraints. Through site analysis and collaborative dialogue, we uncover the essence of what your space should become.", imageSrc: "http://img.b2bpic.net/free-photo/businessmen-hands-white-table-with-documents-drafts_176420-346.jpg", imageAlt: "Architect analyzing design concepts and site research" + title: "Research & Discovery", description: "We begin by deeply understanding your vision, context, and constraints. Through site analysis and collaborative dialogue, we uncover the essence of what your space should become.", imageSrc: "http://img.b2bpic.net/free-photo/businessmen-hands-white-table-with-documents-drafts_176420-346.jpg?_wi=1", imageAlt: "Architect analyzing design concepts and site research" }, { id: 2, - title: "Design Development", description: "Translating insights into refined concepts. We create detailed designs that balance form and function, exploring how every element serves purpose and beauty.", imageSrc: "http://img.b2bpic.net/free-photo/man-reading-blueprint-near-colleagues_23-2147808039.jpg", imageAlt: "Digital architectural design and 3D modeling visualization" + title: "Design Development", description: "Translating insights into refined concepts. We create detailed designs that balance form and function, exploring how every element serves purpose and beauty.", imageSrc: "http://img.b2bpic.net/free-photo/man-reading-blueprint-near-colleagues_23-2147808039.jpg?_wi=1", imageAlt: "Digital architectural design and 3D modeling visualization" }, { id: 3, - title: "Execution & Refinement", description: "Bringing design to life with precision. Our team manages construction, coordinates details, and ensures quality at every stage of realization.", imageSrc: "http://img.b2bpic.net/free-photo/construction-site-with-tower-crane-apartments-urban-modern-architecture_169016-69092.jpg", imageAlt: "Modern building construction with architectural quality control" + title: "Execution & Refinement", description: "Bringing design to life with precision. Our team manages construction, coordinates details, and ensures quality at every stage of realization.", imageSrc: "http://img.b2bpic.net/free-photo/construction-site-with-tower-crane-apartments-urban-modern-architecture_169016-69092.jpg?_wi=1", imageAlt: "Modern building construction with architectural quality control" }, { id: 4, - title: "Legacy", description: "The completed space becomes part of your story. We measure success by how spaces inspire and endure, creating environments that grow more meaningful with time.", imageSrc: "http://img.b2bpic.net/free-photo/abstract-landscape-with-photorealistic-view-moon_23-2151158652.jpg", imageAlt: "Completed architectural project showcasing final design vision" + title: "Legacy", description: "The completed space becomes part of your story. We measure success by how spaces inspire and endure, creating environments that grow more meaningful with time.", imageSrc: "http://img.b2bpic.net/free-photo/abstract-landscape-with-photorealistic-view-moon_23-2151158652.jpg?_wi=1", imageAlt: "Completed architectural project showcasing final design vision" } ]} /> diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 895f411..8804986 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -77,19 +77,19 @@ export default function ServicesPage() { features={[ { id: 1, - title: "Aerial Photography", description: "Stunning high-resolution aerial imagery capturing expansive landscapes, properties, and events from unique perspectives. Perfect for real estate marketing, tourism promotion, and architectural documentation.", imageSrc: "http://img.b2bpic.net/free-photo/businessmen-hands-white-table-with-documents-drafts_176420-346.jpg", imageAlt: "Aerial photography of landscape and properties" + title: "Aerial Photography", description: "Stunning high-resolution aerial imagery capturing expansive landscapes, properties, and events from unique perspectives. Perfect for real estate marketing, tourism promotion, and architectural documentation.", imageSrc: "http://img.b2bpic.net/free-photo/businessmen-hands-white-table-with-documents-drafts_176420-346.jpg?_wi=2", imageAlt: "Aerial photography of landscape and properties" }, { id: 2, - title: "Real Estate Videos", description: "Cinematic property showcases that highlight architectural features, layout, and potential. Our professional videography brings properties to life, increasing buyer interest and accelerating sales.", imageSrc: "http://img.b2bpic.net/free-photo/man-reading-blueprint-near-colleagues_23-2147808039.jpg", imageAlt: "Professional real estate video production" + title: "Real Estate Videos", description: "Cinematic property showcases that highlight architectural features, layout, and potential. Our professional videography brings properties to life, increasing buyer interest and accelerating sales.", imageSrc: "http://img.b2bpic.net/free-photo/man-reading-blueprint-near-colleagues_23-2147808039.jpg?_wi=2", imageAlt: "Professional real estate video production" }, { id: 3, - title: "Event Coverage", description: "Complete event documentation capturing the essence and energy of your occasion. From corporate functions to celebrations, we provide professional videography and photography that preserves your memories.", imageSrc: "http://img.b2bpic.net/free-photo/construction-site-with-tower-crane-apartments-urban-modern-architecture_169016-69092.jpg", imageAlt: "Professional event coverage and documentation" + title: "Event Coverage", description: "Complete event documentation capturing the essence and energy of your occasion. From corporate functions to celebrations, we provide professional videography and photography that preserves your memories.", imageSrc: "http://img.b2bpic.net/free-photo/construction-site-with-tower-crane-apartments-urban-modern-architecture_169016-69092.jpg?_wi=2", imageAlt: "Professional event coverage and documentation" }, { id: 4, - title: "Inspections & Documentation", description: "Detailed visual inspections for properties, infrastructure, and projects. We provide comprehensive documentation for assessment, insurance, maintenance tracking, and compliance purposes.", imageSrc: "http://img.b2bpic.net/free-photo/abstract-landscape-with-photorealistic-view-moon_23-2151158652.jpg", imageAlt: "Professional inspection and documentation services" + title: "Inspections & Documentation", description: "Detailed visual inspections for properties, infrastructure, and projects. We provide comprehensive documentation for assessment, insurance, maintenance tracking, and compliance purposes.", imageSrc: "http://img.b2bpic.net/free-photo/abstract-landscape-with-photorealistic-view-moon_23-2151158652.jpg?_wi=2", imageAlt: "Professional inspection and documentation services" } ]} />