diff --git a/src/app/page.tsx b/src/app/page.tsx index 16624d5..abaeca4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -195,9 +195,9 @@ export default function LandingPage() { tagAnimation="slide-up" textboxLayout="default" useInvertedBackground={false} - names=[ + names={[ "International Franchise Association", "National Restaurant Association", "Food Safety Council", "Entrepreneur's Network", "Premium Food Brands", "Business Excellence Forum", "Regional Growth Partners" - ] + ]} logos={[ "http://img.b2bpic.net/free-vector/ranked-no-1-business-label-design_1017-12401.jpg", "http://img.b2bpic.net/free-vector/pack-flat-labels-with-organic-food_23-2147633883.jpg", "http://img.b2bpic.net/free-vector/pack-flat-design-catering-logos_23-2149006747.jpg", "http://img.b2bpic.net/free-vector/sales-badges-labels_23-2147720678.jpg", "http://img.b2bpic.net/free-vector/gradient-glass-logo-template_23-2149007183.jpg", "http://img.b2bpic.net/free-vector/organic-food_1114-197.jpg", "http://img.b2bpic.net/free-vector/gradient-patented-label-collection_23-2149724659.jpg" ]}