From 26f9135ee2f681718cf98394691dcf053a01c19d Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 21 Feb 2026 16:39:09 +0000 Subject: [PATCH 1/3] Update src/app/page.tsx --- src/app/page.tsx | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e52fcf0..9946c86 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -27,7 +27,7 @@ export default function LandingPage() { > @@ -36,8 +36,8 @@ export default function LandingPage() { @@ -57,7 +57,7 @@ export default function LandingPage() {
@@ -91,7 +91,7 @@ export default function LandingPage() {
-- 2.49.1 From 9aec85eb35aa89fde10871ea378f96f146d3685c Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 21 Feb 2026 16:39:09 +0000 Subject: [PATCH 2/3] Update src/app/shop/[id]/page.tsx --- src/app/shop/[id]/page.tsx | 43 +++++++++++++++++++++++++++++++------- 1 file changed, 36 insertions(+), 7 deletions(-) diff --git a/src/app/shop/[id]/page.tsx b/src/app/shop/[id]/page.tsx index 94abb98..48ab68b 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -75,10 +75,6 @@ function ProductPageContent({ params }: ProductPageProps) { await checkout(getCheckoutItems(), { successUrl: currentUrl.toString() }); }, [cartItems, checkout, getCheckoutItems]); - const themeProviderProps = { - defaultButtonVariant: "bounce-effect", defaultTextAnimation: "background-highlight", borderRadius: "soft", contentWidth: "compact", sizing: "largeSizeMediumTitles", background: "noiseDiagonalGradient", cardStyle: "glass-depth", primaryButtonStyle: "flat", secondaryButtonStyle: "layered", headingFontWeight: "extrabold" - }; - const navbarProps = { navItems: [ { name: "Home", id: "/" }, @@ -96,7 +92,18 @@ function ProductPageContent({ params }: ProductPageProps) { if (isLoading) { return ( - +