From 170894bde522b71c5d376e72f9a03ea75b41e943 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 10 May 2026 11:08:44 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4d20642..4ee75a3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -87,8 +87,8 @@ export default function LandingPage() { title="Engineering Insights" description="Latest industry news and technical articles." blogs={[ - { id: "1", category: "Sustainability", title: "Sustainable Doha", excerpt: "Exploring green building in Qatar", authorName: "Admin", authorAvatar: "", date: "2024-01-01", imageSrc: "http://img.b2bpic.net/free-photo/detail-shot-modern-architecture-facade_1359-831.jpg" }, - { id: "2", category: "Innovation", title: "Future of Design", excerpt: "The next generation of structural planning", authorName: "Admin", authorAvatar: "", date: "2024-01-02", imageSrc: "http://img.b2bpic.net/free-photo/detail-shot-modern-architecture-facade_1359-831.jpg" } + { id: "1", category: "Sustainability", title: "Sustainable Doha", excerpt: "Exploring green building in Qatar", authorName: "Admin", authorAvatar: "", date: "2024-01-01", imageSrc: "http://img.b2bpic.net/free-photo/detail-shot-modern-architecture-facade_1359-831.jpg?_wi=1" }, + { id: "2", category: "Innovation", title: "Future of Design", excerpt: "The next generation of structural planning", authorName: "Admin", authorAvatar: "", date: "2024-01-02", imageSrc: "http://img.b2bpic.net/free-photo/detail-shot-modern-architecture-facade_1359-831.jpg?_wi=2" } ]} />