From 6c2e98ff0bf41f418301d7bba34c5c7e285a0a98 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 08:42:23 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4606aa5..87648ff 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,7 +50,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/transport-logistics-concept_23-2151541923.jpg", imageAlt: "Professional cargo truck on highway delivering freight" }, { - imageSrc: "http://img.b2bpic.net/free-photo/cargo-ship-sailing-through-ocean_23-2151989582.jpg?_wi=1", imageAlt: "Modern cargo ship transporting containers internationally" + imageSrc: "http://img.b2bpic.net/free-photo/cargo-ship-sailing-through-ocean_23-2151989582.jpg", imageAlt: "Modern cargo ship transporting containers internationally" } ]} autoplayDelay={4000} @@ -111,7 +111,7 @@ export default function LandingPage() { }, { id: "feature-2", title: "Fast International Delivery", author: "Global Network", description: "Expedited international shipping with partnerships across 50+ countries and optimized customs handling.", tags: ["Global", "Express", "International"], - imageSrc: "http://img.b2bpic.net/free-photo/cargo-ship-sailing-through-ocean_23-2151989582.jpg?_wi=2", imageAlt: "International cargo shipping network" + imageSrc: "http://img.b2bpic.net/free-photo/cargo-ship-sailing-through-ocean_23-2151989582.jpg", imageAlt: "International cargo shipping network" }, { id: "feature-3", title: "Dedicated Logistics Experts", author: "Expert Team", description: "Experienced professionals providing personalized logistics solutions tailored to your business needs.", tags: ["Professional", "Expert", "Dedicated"], @@ -151,7 +151,6 @@ export default function LandingPage() { description="Trusted by leading enterprises for consistent, reliable logistics solutions." tag="Real Client Feedback" tagIcon={Star} - animationType="blur-reveal" textboxLayout="default" useInvertedBackground={false} testimonials={[ -- 2.49.1