From 8687e75e87e9790e74edd7bd7178489b2fd85407 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 10 Apr 2026 01:48:56 +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 0ed73a0..42050d5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,7 +47,7 @@ export default function LandingPage() { { text: "Call (712) 838-4337", href: "tel:7128384337" }, { text: "Request a Quote", href: "/contact" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/semi-truck-highway-sunset_23-2152009008.jpg" + imageSrc="http://img.b2bpic.net/free-photo/semi-truck-highway-sunset_23-2152009008.jpg?_wi=1" mediaAnimation="slide-up" /> @@ -103,7 +103,7 @@ 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.", 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", category: "Logistics" }, + { 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?_wi=2", authorName: "Admin", authorAvatar: "http://img.b2bpic.net/free-photo/full-shot-men-wearing-helmets-vests_23-2149426477.jpg", category: "Logistics" }, { 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", category: "Safety" } ]} animationType="slide-up"