Update src/app/page.tsx

This commit is contained in:
2026-05-10 11:08:18 +00:00
parent feb3ce97ef
commit 693c3c6359

View File

@@ -85,6 +85,7 @@ export default function LandingPage() {
textboxLayout="default" textboxLayout="default"
useInvertedBackground={false} useInvertedBackground={false}
title="Engineering Insights" title="Engineering Insights"
description="Latest industry news and technical articles."
blogs={[ 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: "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: "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" }