diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index a714fba..26e9f69 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -78,19 +78,19 @@ export default function AboutPage() { id: 1, title: "Innovation", description: "We embrace modern design principles and sustainable building practices to create homes that are both beautiful and environmentally responsible.", - imageSrc: "http://img.b2bpic.net/free-photo/designer-table_1098-16482.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/designer-table_1098-16482.jpg?_wi=2" }, { id: 2, title: "Quality", description: "Every project is built with premium materials and meticulous attention to detail, ensuring structures that stand the test of time.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-with-helmet-back-view_23-2148269233.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-with-helmet-back-view_23-2148269233.jpg?_wi=2" }, { id: 3, title: "Client Focus", description: "We listen to your needs, communicate transparently throughout the project, and deliver results that exceed expectations every time.", - imageSrc: "http://img.b2bpic.net/free-photo/team-diverse-coworkers-modern-office-discuss-their-project-together_93675-133516.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/team-diverse-coworkers-modern-office-discuss-their-project-together_93675-133516.jpg?_wi=2" } ]} /> @@ -147,25 +147,25 @@ export default function AboutPage() { { id: "1", name: "Arif Rahman", - imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1576.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1576.jpg?_wi=2", imageAlt: "professional architect man portrait headshot" }, { id: "2", name: "Hendra Sutrisno", - imageSrc: "http://img.b2bpic.net/free-photo/handsome-business-man-engineer-hard-hat-building_1303-21147.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/handsome-business-man-engineer-hard-hat-building_1303-21147.jpg?_wi=2", imageAlt: "professional engineer portrait business headshot" }, { id: "3", name: "Iwan Setiawan", - imageSrc: "http://img.b2bpic.net/free-photo/friendly-handsome-business-leader-cafe_1262-3537.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/friendly-handsome-business-leader-cafe_1262-3537.jpg?_wi=2", imageAlt: "professional project manager man portrait" }, { id: "4", name: "Dina Wijaya", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-business-executive-standing-with-arms-crossed_107420-63906.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-business-executive-standing-with-arms-crossed_107420-63906.jpg?_wi=2", imageAlt: "professional designer woman portrait office" } ]} diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 44f245b..afd48ce 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1434,6 +1434,1373 @@ export default function RootLayout({ window.parent.postMessage({ type: 'webild-editor-ready' }, '*'); })(); +` + }} + /> + +