From 7a1526861fe334a3925bb2d15804dbef349e2711 Mon Sep 17 00:00:00 2001 From: Cursor Agent Date: Thu, 31 Jul 2025 01:17:16 +0000 Subject: [PATCH] Update store URL from .store to .shop domain Co-authored-by: jobs --- src/app/links/page.tsx | 2 +- src/components/Footer.tsx | 2 +- src/components/Header.tsx | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/links/page.tsx b/src/app/links/page.tsx index 6ce3f5f..d60432d 100644 --- a/src/app/links/page.tsx +++ b/src/app/links/page.tsx @@ -107,7 +107,7 @@ const supportLinks: LinkItem[] = [ const shopLinks: LinkItem[] = [ { name: 'Sticky Spells Store', - url: 'https://www.pythoness.store', + url: 'https://www.pythoness.shop', color: 'bg-brand-green-accent text-brand-green-dark hover:bg-brand-green-accent/90' } ] diff --git a/src/components/Footer.tsx b/src/components/Footer.tsx index 01ffd56..6ef65cc 100644 --- a/src/components/Footer.tsx +++ b/src/components/Footer.tsx @@ -34,7 +34,7 @@ export default function Footer() {
  • About
  • Services
  • Resources
  • -
  • Shop - Sticky Spells
  • +
  • Shop - Sticky Spells
  • {/* Social Links */} diff --git a/src/components/Header.tsx b/src/components/Header.tsx index 850549f..fb15c31 100644 --- a/src/components/Header.tsx +++ b/src/components/Header.tsx @@ -63,7 +63,7 @@ export default function Header() { Blog