From 7b5286cf04623acf7e5dd685769d08c2f92f2153 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 18:20:05 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4331c57..e55f84a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -64,11 +64,7 @@ export default function LandingPage() { title="Industry Trusted & Certified" description="Safety-certified operations trusted by leading mining operations and construction companies." logos={[ - { - src: "http://img.b2bpic.net/free-vector/iso-certification-badge-collection_23-2148684269.jpg", alt: "Safety Certified Badge"}, - { - src: "http://img.b2bpic.net/free-vector/flat-labour-day-label-collection_23-2148896776.jpg", alt: "Industry Partners"}, - ]} + "http://img.b2bpic.net/free-vector/iso-certification-badge-collection_23-2148684269.jpg", "http://img.b2bpic.net/free-vector/flat-labour-day-label-collection_23-2148896776.jpg"]} textboxLayout="default" useInvertedBackground={false} speed={40} -- 2.49.1