diff --git a/src/app/page.tsx b/src/app/page.tsx index 9410e33..2d65888 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -86,8 +86,8 @@ export default function LandingPage() { useInvertedBackground={false} title="Engineering Insights" blogs={[ - { 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" } + { id: "1", 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", 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" } ]} />