From 5386d4bd32b2cbcceb8b2141afd134c252e316b2 Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Sun, 22 Feb 2026 22:12:10 +0200 Subject: [PATCH] Bob AI: auto-fix build error (type_error) --- src/app/page.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ce390e8..ce39754 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -71,7 +71,6 @@ export default function LandingPage() { description="Discover a delightful array of traditional Ukrainian baked goods, from savory staples to sweet treats. Each item is a piece of our heritage, baked fresh daily." tag="Handcrafted Delights" products={[{'id':'1','name':'Golden Babka','price':'$18.00','imageSrc':'https://img.b2bpic.net/free-photo/close-up-view-delicious-sweet-bread-with-coffee_23-2148695040.jpg','imageAlt':'Ukrainian Babka, sweet braided bread'},{'id':'2','name':'Savory Pampushky','price':'$9.50','imageSrc':'https://img.b2bpic.net/free-photo/top-view-delicious-sweet-pastry-light-surface-tea-dessert-pie-sugar-fruit-biscuit-cookie-sweet-cake_179666-17705.jpg','imageAlt':'Ukrainian garlic buns, Pampushky'},{'id':'3','name':'Sweet Varenyky','price':'$12.00','imageSrc':'https://img.b2bpic.net/free-photo/side-view-gurza-lamb-dumplings-with-sour-cream-plate_141793-3646.jpg','imageAlt':'Ukrainian cherry Varenyky dumplings'}]} - useInvertedBackground={false} gridVariant="three-columns-all-equal-width" titleClassName="text-balance" descriptionClassName="max-w-xl"