From 0e63ad2d1de938c589604b82da89b622b9d40e34 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 20 Feb 2026 17:00:47 +0000 Subject: [PATCH 1/4] Update src/app/blog/page.tsx --- src/app/blog/page.tsx | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index 85c3f98..a44f642 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -28,10 +28,10 @@ export default function BlogPage() { -- 2.49.1 From 2394839da33aaa9b6d2222a2dab9356a907b2247 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 20 Feb 2026 17:00:47 +0000 Subject: [PATCH 2/4] Update src/app/page.tsx --- src/app/page.tsx | 26 +++++++++++--------------- 1 file changed, 11 insertions(+), 15 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index bffffce..934ea10 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,7 +31,7 @@ export default function SitePage() { @@ -71,7 +71,7 @@ export default function SitePage() {
Date: Fri, 20 Feb 2026 17:00:48 +0000 Subject: [PATCH 3/4] Update src/app/shop/[id]/page.tsx --- src/app/shop/[id]/page.tsx | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/app/shop/[id]/page.tsx b/src/app/shop/[id]/page.tsx index d466745..e25b742 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -1,4 +1,4 @@ -use client"; +"use client"; import { use, useCallback } from "react"; import { useRouter } from "next/navigation"; @@ -68,13 +68,11 @@ export default function ProductPage({ params }: ProductPageProps) { const navbarProps = { navItems: [{ "name": "Home", "id": "/" }, { "name": "Shop", "id": "/shop" }], - brandName: "Superkot", bottomLeftText: "The Legend, The Myth", bottomRightText: "superkot@flashbang.gg", button: { text: "Cart", onClick: () => setCartOpen(true) }, - }; + brandName: "Superkot", bottomLeftText: "The Legend, The Myth", bottomRightText: "superkot@flashbang.gg"}; const footerProps = { logoText: "Superkot Fan Club", leftLink: { text: "Privacy Policy", href: "/privacy" }, rightLink: { text: "Terms of Service", href: "/terms" }, - useInvertedBackground: false, }; if (isLoading) { -- 2.49.1 From 2a92f8569465111e37bec12ad7353248324e5421 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 20 Feb 2026 17:00:48 +0000 Subject: [PATCH 4/4] Update src/app/shop/page.tsx --- src/app/shop/page.tsx | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index 9ea69d3..fe73585 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -1,4 +1,4 @@ -use client"; +"use client"; import { useCallback } from "react"; import ReactLenis from "lenis/react"; @@ -43,13 +43,11 @@ export default function ShopPage() { const navbarProps = { navItems: [{ "name": "Home", "id": "/" }, { "name": "Shop", "id": "/shop" }], - brandName: "Superkot", bottomLeftText: "The Legend, The Myth", bottomRightText: "superkot@flashbang.gg", button: { text: "Cart", onClick: () => setCartOpen(true) }, - }; + brandName: "Superkot", bottomLeftText: "The Legend, The Myth", bottomRightText: "superkot@flashbang.gg"}; const footerProps = { logoText: "Superkot Fan Club", leftLink: { text: "Privacy Policy", href: "/privacy" }, rightLink: { text: "Terms of Service", href: "/terms" }, - useInvertedBackground: false, }; if (isLoading) { -- 2.49.1