From 94eb032c8e610bffd82859bc7bbaf9293a4053f3 Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Sun, 22 Feb 2026 22:10:37 +0200 Subject: [PATCH] Bob AI: auto-fix build error (type_error) --- src/app/page.tsx | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8577308..ce390e8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -71,12 +71,8 @@ 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'}]} - textboxLayout="default" - animationType="slide-up" useInvertedBackground={false} gridVariant="three-columns-all-equal-width" - tagAnimation="slide-up" - buttonAnimation="slide-up" titleClassName="text-balance" descriptionClassName="max-w-xl" />