From f5a95e5b5f48c1696daab4b62115f7e266374e14 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 22 Feb 2026 02:38:39 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e852f5b..6601fef 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -39,7 +39,7 @@ export default function SitePage() { Date: Sun, 22 Feb 2026 02:38:40 +0000 Subject: [PATCH 2/2] Update src/app/shop/[id]/page.tsx --- src/app/shop/[id]/page.tsx | 42 ++++++++++++++++++++++++++++++++------ 1 file changed, 36 insertions(+), 6 deletions(-) diff --git a/src/app/shop/[id]/page.tsx b/src/app/shop/[id]/page.tsx index 5e4e8f0..efab33e 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -74,9 +74,6 @@ function ProductPageContent({ params }: ProductPageProps) { await checkout(getCheckoutItems(), { successUrl: currentUrl.toString() }); }, [cartItems, checkout, getCheckoutItems]); - const themeProviderProps = { - defaultButtonVariant: "elastic-effect", defaultTextAnimation: "background-highlight", borderRadius: "pill", contentWidth: "small", sizing: "largeSmallSizeLargeTitles", background: "noiseDiagonalGradient", cardStyle: "subtle-shadow", primaryButtonStyle: "flat", secondaryButtonStyle: "layered", headingFontWeight: "light"}; - const navbarProps = { navItems: [{ name: "Home", id: "/" }, { name: "Shop", id: "/shop" }], brandName: "bb.q chicken", className: "py-4 px-6", navItemClassName: "font-medium", buttonClassName: "px-5 py-2", buttonTextClassName: "text-lg", button: { text: "Cart", onClick: () => setCartOpen(true) }, @@ -88,7 +85,18 @@ function ProductPageContent({ params }: ProductPageProps) { if (isLoading) { return ( - +