From 9797be2c3fae3bdef3aef0783cd30cbc4b399302 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 16:53:54 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index aa09c07..bf08530 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -169,12 +169,12 @@ export default function LandingPage() { tag="Industry Certified" tagIcon={CheckCircle} tagAnimation="slide-up" - names=[ + names={[ "Kuwait Ministry Certified", "EPA Refrigerant Certified", "Professional Service Award", "Fast Response Guarantee", "Skilled Technician Network", "Warranty Protection", "24/7 Customer Support" - ] - logos=[ + ]} + logos={[ "http://img.b2bpic.net/free-photo/business-coworkers-discussing-new-ideas-brainstorming-together-looking-new-project-document_1150-3046.jpg", "http://img.b2bpic.net/free-vector/premium-quality_1034-286.jpg", "http://img.b2bpic.net/free-vector/open-house-label_23-2148456689.jpg", "http://img.b2bpic.net/free-vector/creative-watch-logo-templates_23-2148956617.jpg", "http://img.b2bpic.net/free-photo/distance-learning-online-education-webpage_53876-125084.jpg", "http://img.b2bpic.net/free-vector/flat-design-employee-month_23-2149487241.jpg", "http://img.b2bpic.net/free-vector/gradient-how-it-works-labels_23-2149529076.jpg" - ] + ]} textboxLayout="default" useInvertedBackground={false} speed={40} -- 2.49.1