From 1a8c5e7961dc40a5564d3f94417c32494a9c22b5 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 10 Apr 2026 01:47:59 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" -- 2.49.1