Update src/app/page.tsx
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user