9 Commits

Author SHA1 Message Date
c10a933120 Merge version_2 into main
Merge version_2 into main
2026-02-20 13:58:28 +00:00
3943d211b2 Update src/app/styles/variables.css 2026-02-20 13:58:24 +00:00
5695343857 Update src/app/shop/page.tsx 2026-02-20 13:58:23 +00:00
90441e5ddc Update src/app/shop/[id]/page.tsx 2026-02-20 13:58:23 +00:00
b3290af04d Update src/app/page.tsx 2026-02-20 13:58:22 +00:00
eeffd31872 Update src/app/layout.tsx 2026-02-20 13:58:21 +00:00
83eae37b41 Update src/app/blog/page.tsx 2026-02-20 13:58:20 +00:00
2f37e4ea2a Merge version_1 into main
Merge version_1 into main
2026-02-20 13:52:55 +00:00
0d5704135c Merge version_1 into main
Merge version_1 into main
2026-02-20 13:50:26 +00:00
6 changed files with 20 additions and 20 deletions

View File

@@ -64,4 +64,4 @@ export default function BlogPage() {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -14,7 +14,7 @@ export const metadata: Metadata = {
openGraph: {
title: "Garry Potter Fun Club - Your Magical Community", description: "Join the official Garry Potter Fun Club! Connect with fans, explore magical content, and participate in enchanting events. Your wizarding adventure starts here.", url: "https://www.garrypotterclub.com", siteName: "Garry Potter Fun Club", images: [
{
url: "https://img.b2bpic.net/free-photo/international-day-education-scene-with-fantasy-style_23-2151040335.jpg", alt: "A mystical wizardry school castle"},
url: "https://img.b2bpic.net/free-photo/international-day-education-scene-with-fantasy-style_23-2151040335.jpg", alt: "A mystical wizardry school castle"}
],
type: "website"},
twitter: {
@@ -1410,4 +1410,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -181,4 +181,4 @@ export default function SitePage() {
</div>
</ThemeProvider>
);
}
}

View File

@@ -206,4 +206,4 @@ export default function ProductPage({ params }: ProductPageProps) {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -94,4 +94,4 @@ export default function ShopPage() {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -2,21 +2,21 @@
/* Base units */
/* --vw is set by ThemeProvider */
/* --background: #f5faff;;
--card: #f1f8ff;;
--foreground: #001122;;
--primary-cta: #15479c;;
--secondary-cta: #ffffff;;
--accent: #a8cce8;;
--background-accent: #7ba3cf;; */
/* --background: #000802;;
--card: #0b1a0b;;
--foreground: #e6ffe6;;
--primary-cta: #80da9b;;
--secondary-cta: #07170b;;
--accent: #38714a;;
--background-accent: #2c6541;; */
--background: #f5faff;;
--card: #f1f8ff;;
--foreground: #001122;;
--primary-cta: #15479c;;
--secondary-cta: #ffffff;;
--accent: #a8cce8;;
--background-accent: #7ba3cf;;
--background: #000802;;
--card: #0b1a0b;;
--foreground: #e6ffe6;;
--primary-cta: #80da9b;;
--secondary-cta: #07170b;;
--accent: #38714a;;
--background-accent: #2c6541;;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);