diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 31d9e4e..4b78b55 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -99,28 +99,28 @@ export default function AboutPage() { id: 1, title: "Architecture Design", description: "Custom residential and commercial building designs that blend aesthetics with functionality", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-measuring-tools-desk-still-life_23-2150440921.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-measuring-tools-desk-still-life_23-2150440921.jpg?_wi=2", imageAlt: "Architect designer working on blueprints", }, { id: 2, title: "Interior Design", description: "Beautiful and functional interior spaces that reflect your style and enhance living", - imageSrc: "http://img.b2bpic.net/free-photo/still-life-fashion-designer-s-office_23-2151273092.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/still-life-fashion-designer-s-office_23-2151273092.jpg?_wi=2", imageAlt: "Interior designer working on space design", }, { id: 3, title: "3D Elevation Design", description: "Photorealistic 3D renderings and elevations to visualize your project before construction", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-multi-ethnic-women-working-together-design-construction-blueprints-building-model-colleagues-analyzing-layout-print-plan-designing-urban-architectural-project_482257-40263.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-multi-ethnic-women-working-together-design-construction-blueprints-building-model-colleagues-analyzing-layout-print-plan-designing-urban-architectural-project_482257-40263.jpg?_wi=2", imageAlt: "3D rendering software design visualization", }, { id: 4, title: "Structural Engineering", description: "Expert structural analysis and planning ensuring safety and durability", - imageSrc: "http://img.b2bpic.net/free-photo/site-engineer-construction-site_53876-16128.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/site-engineer-construction-site_53876-16128.jpg?_wi=2", imageAlt: "Structural engineer analyzing building plans", }, ]} @@ -141,7 +141,7 @@ export default function AboutPage() { name: "Rajesh Kumar", role: "Homeowner", testimonial: "Bhawanshilp Architects transformed our vision into reality. The attention to detail, professionalism, and timely delivery exceeded all our expectations. Highly recommended!", - imageSrc: "http://img.b2bpic.net/free-photo/businessman-dress-code-posing_114579-15921.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/businessman-dress-code-posing_114579-15921.jpg?_wi=2", imageAlt: "Professional man portrait business headshot", icon: Home, }, @@ -150,7 +150,7 @@ export default function AboutPage() { name: "Priya Singh", role: "Property Developer", testimonial: "Working with their team on our residential complex was seamless. Their architectural expertise and structural knowledge ensured a premium quality project that impressed all our clients.", - imageSrc: "http://img.b2bpic.net/free-photo/happy-female-office-workers-thumbing-up-smiling-two-cheerful-professional-businesswomen-standing-together-posing-meeting-room-teamwork-business-success-cooperation-concept_74855-7378.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-female-office-workers-thumbing-up-smiling-two-cheerful-professional-businesswomen-standing-together-posing-meeting-room-teamwork-business-success-cooperation-concept_74855-7378.jpg?_wi=2", imageAlt: "Professional woman business portrait headshot", icon: Building2, }, @@ -159,7 +159,7 @@ export default function AboutPage() { name: "Amit Patel", role: "Business Owner", testimonial: "The interior design team created an amazing office space that perfectly reflects our brand. The 3D visualizations they provided were incredibly accurate and helped us make confident decisions.", - imageSrc: "http://img.b2bpic.net/free-photo/black-businessman-happy-expression_1194-2551.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/black-businessman-happy-expression_1194-2551.jpg?_wi=2", imageAlt: "Professional businessman portrait headshot", icon: Briefcase, }, diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 4c2fa94..657ce57 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1427,6 +1427,1373 @@ export default function RootLayout({ window.parent.postMessage({ type: 'webild-editor-ready' }, '*'); })(); +` + }} + /> + +