From c956d4144a5bb180e9a7a3687efa3471af6e89f5 Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Sun, 22 Feb 2026 23:12:07 +0200 Subject: [PATCH 1/8] Bob AI: batch-fix 1 file(s) with build errors --- src/app/page.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6cdde13..debbc77 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -88,7 +88,6 @@ export default function LandingPage() { titleClassName="text-6xl text-foreground font-normal" descriptionClassName="text-foreground/90" cardNameClassName="text-foreground font-semibold" - cardPriceClassName="text-primary-cta text-2xl" /> -- 2.49.1 From 5bb3ae93977ec359338752943cf2995ee4dd8bca Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Sun, 22 Feb 2026 23:14:09 +0200 Subject: [PATCH 2/8] Bob AI: batch-fix 1 file(s) with build errors --- src/app/page.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index debbc77..caa5a9a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -87,7 +87,6 @@ export default function LandingPage() { cardClassName="bg-card rounded-pill border border-card/80 transition-transform duration-300 hover:scale-[1.02]" titleClassName="text-6xl text-foreground font-normal" descriptionClassName="text-foreground/90" - cardNameClassName="text-foreground font-semibold" /> -- 2.49.1 From 02ebce3667ce8452fde818a7f8b21f807f22bae9 Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Sun, 22 Feb 2026 23:16:11 +0200 Subject: [PATCH 3/8] Bob AI: batch-fix 1 file(s) with build errors --- src/app/page.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index caa5a9a..b449ff8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -81,7 +81,6 @@ export default function LandingPage() { products={[{id:"1",name:"Paska (Easter Bread)",price:"$18.00",imageSrc:"https://img.b2bpic.net/free-photo/side-close-up-view-cupcakes-cake-appetizing-cupcakes-cake-cutting-board_140725-122889.jpg",imageAlt:"Traditional Ukrainian Easter bread, Paska"},{id:"2",name:"Pirozhki (Savory Buns)",price:"$4.50 ea",imageSrc:"https://img.b2bpic.net/free-photo/mini-casserole-with-side-salad_140725-4052.jpg?_wi=1",imageAlt:"Assortment of freshly baked Pirozhki"},{id:"3",name:"Medivnyk (Honey Cake)",price:"$7.00/slice",imageSrc:"https://img.b2bpic.net/free-photo/slice-homemade-honey-cake_658428-129.jpg?_wi=1",imageAlt:"Slice of Ukrainian Honey Cake, Medivnyk"},{id:"4",name:"Deruny (Potato Pancakes)",price:"$6.00",imageSrc:"https://img.b2bpic.net/free-photo/mini-casserole-with-side-salad_140725-4052.jpg?_wi=2",imageAlt:"Traditional Ukrainian potato pancakes, Deruny"},{id:"5",name:"Syrnyky (Cheese Pancakes)",price:"$5.50",imageSrc:"https://img.b2bpic.net/free-photo/slice-homemade-honey-cake_658428-129.jpg?_wi=2",imageAlt:"Sweet Ukrainian cheese pancakes, Syrnyky"}]} gridVariant="three-columns-all-equal-width" animationType="slide-up" - textboxLayout="default" useInvertedBackground={true} ariaLabel="Products section displaying Ukrainian baked goods" cardClassName="bg-card rounded-pill border border-card/80 transition-transform duration-300 hover:scale-[1.02]" -- 2.49.1 From 9ae1196975a5e0809b30774d9ac5193e55970285 Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Sun, 22 Feb 2026 23:18:12 +0200 Subject: [PATCH 4/8] Bob AI: batch-fix 1 file(s) with build errors --- src/app/page.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b449ff8..d15fd0b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -85,7 +85,6 @@ export default function LandingPage() { ariaLabel="Products section displaying Ukrainian baked goods" cardClassName="bg-card rounded-pill border border-card/80 transition-transform duration-300 hover:scale-[1.02]" titleClassName="text-6xl text-foreground font-normal" - descriptionClassName="text-foreground/90" /> -- 2.49.1 From e961aba59e2f42db166e67cafe3c90377f66ad46 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 22 Feb 2026 21:23:36 +0000 Subject: [PATCH 5/8] Update src/app/blog/page.tsx --- src/app/blog/page.tsx | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index 5f6af36..460f3fb 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -35,13 +35,13 @@ export default function BlogPage() { brandName="Lviv Bakery" navItems={[ { name: "Home", id: "/" }, - { name: "Menu", id: "products" }, - { name: "About Us", id: "about" }, - { name: "Reviews", id: "testimonials" }, - { name: "FAQ", id: "faq" }, - { name: "Contact", id: "contact" }, + { name: "Menu", id: "/#products" }, + { name: "About Us", id: "/#about" }, + { name: "Reviews", id: "/#testimonials" }, + { name: "FAQ", id: "/#faq" }, + { name: "Contact", id: "/#contact" }, ]} - button={{ text: "Order Now", href: "#contact" }} + button={{ text: "Order Now", href: "/#contact" }} className="py-4 px-6" buttonClassName="px-5 py-2" buttonTextClassName="font-semibold" @@ -69,19 +69,19 @@ export default function BlogPage() { @@ -148,7 +152,7 @@ export default function LandingPage() {