Commit Graph

4 Commits

Author SHA1 Message Date
jacob-mathison f44909eca9 feat: socials grid, cookie consent (GDPR/CCPA/PIPEDA), privacy & terms pages, enhanced SEO meta tags
- index.tsx: full socials section (YouTube, X, Instagram, Facebook, TikTok, Patreon)
- index.tsx: enhanced meta description + keywords
- _document.tsx: global meta keywords, proper OG image dimensions, twitter:creator
- _app.tsx: cookie consent component mounted globally
- CookieConsent.tsx: GDPR/CCPA/PIPEDA compliant banner with accept/decline + localStorage + GA disable
- pages/privacy.tsx: full Privacy Policy (GDPR, CCPA/CPRA, PIPEDA sections)
- pages/terms.tsx: Terms & Conditions (IP, governing law NE, disclaimers)
- Home.module.css: socialGrid/socialBtn styles, footerLinks, legal page styles
- footer: Privacy Policy + Terms links on all pages
2026-04-11 08:43:19 -05:00
jacob-mathison e616b6efe5 feat: wire up BLBLogo and FBBanner as site icon and OG image
- favicon.ico, icon-192/512, apple-touch-icon → BLBLogo.png
- og:image + twitter:card image → FBBanner.png (OG image)
- Display BLBLogo in About section (replaces skull placeholder)
- Add Next/Image import and aboutLogo CSS class
2026-04-10 01:13:05 -05:00
jacob-mathison ecb1c55774 feat: BLB landing page — dark hero, about, characters, follow CTA 2026-04-08 13:44:34 -05:00
jacob-mathison d367c768e5 feat: init Next.js app with Pages Router + TypeScript 2026-04-08 12:23:24 -05:00