diff --git a/src/app/page.tsx b/src/app/page.tsx index 5519cfb..c56528f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -129,8 +129,8 @@ export default function LandingPage() { title="Latest Insights" description="Stay updated on industry trends and company news." blogs={[ - { id: "1", title: "Optimizing Supply Chains", date: "2024-05-01", excerpt: "How logistics is evolving in the Midwest." }, - { id: "2", title: "Safety First Protocols", date: "2024-05-15", excerpt: "Prioritizing cargo safety on every haul." } + { id: "1", title: "Optimizing Supply Chains", date: "2024-05-01", excerpt: "How logistics is evolving in the Midwest.", imageSrc: "http://img.b2bpic.net/free-photo/semi-truck-highway-sunset_23-2152009008.jpg", authorName: "Admin", authorAvatar: "http://img.b2bpic.net/free-photo/full-shot-men-wearing-helmets-vests_23-2149426477.jpg" }, + { id: "2", title: "Safety First Protocols", date: "2024-05-15", excerpt: "Prioritizing cargo safety on every haul.", imageSrc: "http://img.b2bpic.net/free-photo/big-rusty-truck-field_23-2148573811.jpg", authorName: "Admin", authorAvatar: "http://img.b2bpic.net/free-photo/full-shot-men-wearing-helmets-vests_23-2149426477.jpg" } ]} animationType="slide-up" textboxLayout="default"