From 94eb032c8e610bffd82859bc7bbaf9293a4053f3 Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Sun, 22 Feb 2026 22:10:37 +0200 Subject: [PATCH 1/7] 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" /> -- 2.49.1 From 5386d4bd32b2cbcceb8b2141afd134c252e316b2 Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Sun, 22 Feb 2026 22:12:10 +0200 Subject: [PATCH 2/7] 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" -- 2.49.1 From 91c80e1a078ac28a6fc06bf5aa0c833978831efe Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Sun, 22 Feb 2026 22:13:44 +0200 Subject: [PATCH 3/7] 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 ce39754..5ceadf4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -69,7 +69,6 @@ export default function LandingPage() { Date: Sun, 22 Feb 2026 20:16:17 +0000 Subject: [PATCH 4/7] Update src/app/blog/page.tsx --- src/app/blog/page.tsx | 34 ++++++++++++++++++---------------- 1 file changed, 18 insertions(+), 16 deletions(-) diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index 32ff210..9c98f68 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -10,6 +10,15 @@ import FooterMedia from '@/components/sections/footer/FooterMedia'; export default function BlogPage() { const { posts, isLoading } = useBlogPosts(); + const navItems = [ + { name: "Home", id: "/" }, + { name: "About Us", id: "/#about" }, + { name: "Menu", id: "/#products" }, + { name: "Testimonials", id: "/#testimonials" }, + { name: "FAQ", id: "/#faq" }, + { name: "Contact", id: "/#contact" }, + ]; + return (
@@ -87,8 +93,8 @@ export default function LandingPage() { useInvertedBackground={false} tagAnimation="slide-up" buttonAnimation="slide-up" - titleClassName="text-balance" - descriptionClassName="max-w-xl" + textBoxTitleClassName="text-balance" + textBoxDescriptionClassName="max-w-xl" />
@@ -103,8 +109,8 @@ export default function LandingPage() { animationType="smooth" tagAnimation="slide-up" buttonAnimation="slide-up" - titleClassName="text-balance" - descriptionClassName="max-w-xl" + textBoxTitleClassName="text-balance" + textBoxDescriptionClassName="max-w-xl" />
@@ -115,7 +121,7 @@ export default function LandingPage() { textarea={{'name':'message','placeholder':'Your Message or Order Details...','rows':5,'required':true}} buttonText="Send Message" useInvertedBackground={false} - imageSrc="https://img.b2bpic.net/free-photo/white-cheese-bread-with-eggs_140725-3991.jpg?_wi=2" + imageSrc="https://img.b2bpic.net/free-photo/white-cheese-bread-with-eggs_140725-3991.jpg" imageAlt="Exterior of a traditional Ukrainian bakery" mediaAnimation="slide-up" mediaPosition="right" @@ -127,7 +133,7 @@ export default function LandingPage() { Date: Sun, 22 Feb 2026 20:16:19 +0000 Subject: [PATCH 6/7] Update src/app/shop/[id]/page.tsx --- src/app/shop/[id]/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/shop/[id]/page.tsx b/src/app/shop/[id]/page.tsx index 4c5e240..99aceb8 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -74,7 +74,7 @@ function ProductPageContent({ params }: ProductPageProps) { await checkout(getCheckoutItems(), { successUrl: currentUrl.toString() }); }, [cartItems, checkout, getCheckoutItems]); - const navItems = [{"name":"Home","id":"/"},{"name":"About Us","id":"about"},{"name":"Menu","id":"products"},{"name":"Testimonials","id":"testimonials"},{"name":"FAQ","id":"faq"},{"name":"Contact","id":"contact"},{"name":"Shop","id":"/shop"}].filter(item => item.id.startsWith('/')); + const navItems = [{"name":"Home","id":"/"},{"name":"About Us","id":"/#about"},{"name":"Menu","id":"/#products"},{"name":"Testimonials","id":"/#testimonials"},{"name":"FAQ","id":"/#faq"},{"name":"Contact","id":"/#contact"},{"name":"Shop","id":"/shop"}].filter(item => item.id.startsWith('/')); if (isLoading) { return ( @@ -107,9 +107,9 @@ function ProductPageContent({ params }: ProductPageProps) { Date: Sun, 22 Feb 2026 20:16:19 +0000 Subject: [PATCH 7/7] Update src/app/shop/page.tsx --- src/app/shop/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index b387310..c8d298b 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -39,7 +39,7 @@ function ShopPageContent() { await checkout(getCheckoutItems(), { successUrl: currentUrl.toString() }); }, [cartItems, checkout, getCheckoutItems]); - const navItems = [{"name":"Home","id":"/"},{"name":"About Us","id":"about"},{"name":"Menu","id":"products"},{"name":"Testimonials","id":"testimonials"},{"name":"FAQ","id":"faq"},{"name":"Contact","id":"contact"},{"name":"Shop","id":"/shop"}].filter(item => item.id.startsWith('/')); + const navItems = [{"name":"Home","id":"/"},{"name":"About Us","id":"/#about"},{"name":"Menu","id":"/#products"},{"name":"Testimonials","id":"/#testimonials"},{"name":"FAQ","id":"/#faq"},{"name":"Contact","id":"/#contact"},{"name":"Shop","id":"/shop"}].filter(item => item.id.startsWith('/')); if (isLoading) { return ( @@ -72,9 +72,9 @@ function ShopPageContent() {