From d86ff092ca46356668c545b4b0180fc79dc76d42 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 15 Mar 2026 12:14:17 +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 49eb512..93e93e2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -142,9 +142,9 @@ export default function LandingPage() { tagAnimation="slide-up" textboxLayout="default" useInvertedBackground={false} - names=[ + names={[ "BassPro", "TackleDirect", "FishingDaily", "AnglersPro", "OutdoorGear", "WaterSports", "NatureOutfitters" - ] + ]} logos={[ "http://img.b2bpic.net/free-vector/fish-logo-design-template_742173-32111.jpg", "http://img.b2bpic.net/free-vector/hand-drawn-flat-design-fishing-logo_23-2149360969.jpg", "http://img.b2bpic.net/free-vector/fish-logo-design-template_742173-31663.jpg", "http://img.b2bpic.net/free-vector/detailed-vintage-fishing-badges_23-2148934281.jpg", "http://img.b2bpic.net/free-vector/detailed-vintage-fishing-badge-collection_23-2148920348.jpg", "http://img.b2bpic.net/free-vector/retro-badges-summer_23-2147626741.jpg", "http://img.b2bpic.net/free-vector/catfish-logo-template-design_23-2151084130.jpg" ]}