From f2abb117ad5bb5b375d782b0c5a65b4e2c34c791 Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Tue, 24 Feb 2026 10:12:44 +0000 Subject: [PATCH 1/7] Bob AI: fix build errors (attempt 1) --- src/app/shop/[id]/page.tsx | 2 +- src/app/shop/page.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/shop/[id]/page.tsx b/src/app/shop/[id]/page.tsx index b47a7cf..053c4ac 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -1,4 +1,4 @@ -use client"; +"use client"; import { Suspense, use, useCallback } from "react"; import { useRouter } from "next/navigation"; diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index 36db16d..51c00e3 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -1,4 +1,4 @@ -use client"; +"use client"; import { Suspense, useCallback } from "react"; import ReactLenis from "lenis/react"; -- 2.49.1 From 7f43118f54bf4efd2a1315be8ef795f39f8d8f16 Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Tue, 24 Feb 2026 10:13:30 +0000 Subject: [PATCH 2/7] Bob AI: fix build errors (attempt 1) --- src/app/shop/[id]/page.tsx | 12 +++++++++++- src/app/shop/page.tsx | 38 +++++++++++++++++++++++++++++++++++--- 2 files changed, 46 insertions(+), 4 deletions(-) diff --git a/src/app/shop/[id]/page.tsx b/src/app/shop/[id]/page.tsx index 053c4ac..1bc24ea 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -75,7 +75,17 @@ function ProductPageContent({ params }: ProductPageProps) { }, [cartItems, checkout, getCheckoutItems]); const themeProviderProps = { - defaultButtonVariant: "shift-hover", defaultTextAnimation: "entrance-slide", borderRadius: "rounded", contentWidth: "smallMedium", sizing: "mediumLarge", background: "aurora", cardStyle: "layered-gradient", primaryButtonStyle: "inset-glow", secondaryButtonStyle: "radial-glow", headingFontWeight: "normal" + children: null as any, + defaultButtonVariant: "shift-hover" as const, + defaultTextAnimation: "entrance-slide", + borderRadius: "rounded", + contentWidth: "smallMedium", + sizing: "mediumLarge", + background: "aurora", + cardStyle: "layered-gradient", + primaryButtonStyle: "inset-glow", + secondaryButtonStyle: "radial-glow", + headingFontWeight: "normal" }; const navbarProps = { diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index 51c00e3..bfecbc9 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -42,7 +42,17 @@ function ShopPageContent() { }, [cartItems, checkout, getCheckoutItems]); const themeProviderProps = { - defaultButtonVariant: "shift-hover", defaultTextAnimation: "entrance-slide", borderRadius: "rounded", contentWidth: "smallMedium", sizing: "mediumLarge", background: "aurora", cardStyle: "layered-gradient", primaryButtonStyle: "inset-glow", secondaryButtonStyle: "radial-glow", headingFontWeight: "normal" + children: null as any, + defaultButtonVariant: "shift-hover" as const, + defaultTextAnimation: "entrance-slide" as const, + borderRadius: "rounded" as const, + contentWidth: "smallMedium" as const, + sizing: "mediumLarge" as const, + background: "aurora" as const, + cardStyle: "layered-gradient" as const, + primaryButtonStyle: "inset-glow" as const, + secondaryButtonStyle: "radial-glow" as const, + headingFontWeight: "normal" as const }; const navbarProps = { @@ -61,7 +71,18 @@ function ShopPageContent() { if (isLoading) { return ( - +