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" ]}