From 4d966436203e8f84eb7e81f5a0cfaac253dbbac1 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 05:50:03 +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 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" ]} -- 2.49.1