Update src/app/page.tsx

This commit is contained in:
2026-05-10 11:06:44 +00:00
parent 067784ad7a
commit 41f5317232

View File

@@ -85,10 +85,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
title="Engineering Insights"
description="Latest trends and structural methodologies."
blogs={[
{ title: "Sustainable Doha", description: "Green building practices.", imageSrc: "http://img.b2bpic.net/free-photo/detail-shot-modern-architecture-facade_1359-831.jpg" },
{ title: "Future of Design", description: "Innovation in engineering.", imageSrc: "http://img.b2bpic.net/free-photo/detail-shot-modern-architecture-facade_1359-831.jpg" }
{ title: "Sustainable Doha", imageSrc: "http://img.b2bpic.net/free-photo/detail-shot-modern-architecture-facade_1359-831.jpg" },
{ title: "Future of Design", imageSrc: "http://img.b2bpic.net/free-photo/detail-shot-modern-architecture-facade_1359-831.jpg" }
]}
/>
</div>