diff --git a/src/app/page.tsx b/src/app/page.tsx index 11055f3..3bac2b4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -199,9 +199,9 @@ export default function LandingPage() { tagAnimation="slide-up" textboxLayout="default" useInvertedBackground={false} - names=[ + names={[ "Family Choice Award", "Verified Safe Space", "Community Partner", "Women-Owned Business", "Family Friendly Certified", "Best Local Park", "Community Excellence" - ] + ]} logos={[ "http://img.b2bpic.net/free-vector/different-badges-collection_1053-432.jpg", "http://img.b2bpic.net/free-vector/check-mark-shields-set_78370-8437.jpg", "http://img.b2bpic.net/free-vector/flat-design-outlet-stamp-collection_23-2149686618.jpg", "http://img.b2bpic.net/free-vector/women-s-day-label-collection_23-2148034346.jpg", "http://img.b2bpic.net/free-vector/flat-curly-hair-method-badge-collection_23-2148832661.jpg", "http://img.b2bpic.net/free-vector/flat-farm-logo-template-collection_52683-12480.jpg", "http://img.b2bpic.net/free-vector/social-media-hand-drawn-colored-logos-collection_23-2147530711.jpg" ]}