From 0974ebaef0839b073c1f234737dd154970858ec5 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 19 Mar 2026 17:56:13 +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 3aafc78..0c54059 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -147,9 +147,9 @@ export default function LandingPage() { description="Featured in local food guides and trusted by neighborhood families for decades." textboxLayout="default" useInvertedBackground={true} - names=[ + names={[ "Local Food Guide Top Pick", "Family Business Award Winner", "5-Star Community Favorite", "Best Italian Sandwich 2024", "Neighborhood Heritage Restaurant", "Fresh Daily Recognition", "Community Impact Leader" - ] + ]} logos={[ "http://img.b2bpic.net/free-photo/side-view-chef-baking-delicious-pizza_23-2150134282.jpg", "http://img.b2bpic.net/free-photo/couple-with-cupcakes-hand_1170-54.jpg", "http://img.b2bpic.net/free-photo/picnic-basket-with-chicken-baguette-sandwich_1147-502.jpg", "http://img.b2bpic.net/free-photo/white-bread-table_140725-5614.jpg", "http://img.b2bpic.net/free-photo/top-view-chocolate-eclairs-white-oval-plate-fir-tree-branches-christmas-toys-slice-lemon-cup-tea-biscuits-cupcakes-dark-wooden-ground_140725-90888.jpg", "http://img.b2bpic.net/free-photo/beautiful-girls-buys-buns-bakery_1157-24661.jpg", "http://img.b2bpic.net/free-photo/woman-examines-fresh-homemade-bread-kitchen-bread-aroma_169016-71018.jpg" ]}