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() { 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() {
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) { 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) {