diff --git a/.env.example b/.env.example index 38eb1d0..41a4272 100644 --- a/.env.example +++ b/.env.example @@ -47,6 +47,11 @@ SMTP_FROM_NAME=Puffin Offset SMTP_FROM_EMAIL=noreply@puffinoffset.com ADMIN_EMAIL=matt@puffinoffset.com +# === Admin Portal Authentication === +ADMIN_USERNAME=your_admin_username_here +ADMIN_PASSWORD=your_admin_password_here +JWT_SECRET=your_jwt_secret_key_here + # ======================================== # NOTES # ======================================== diff --git a/app/admin/login/page.tsx b/app/admin/login/page.tsx index 1285f11..87b8e69 100644 --- a/app/admin/login/page.tsx +++ b/app/admin/login/page.tsx @@ -193,7 +193,7 @@ export default function AdminLogin() { transition={{ delay: 0.6, duration: 0.5 }} className="text-center mt-6 text-sm font-medium text-off-white/70" > - © 2024 Puffin Offset. Secure admin access. + © 2025 Puffin Offset. Secure admin access. diff --git a/src/components/Footer.tsx b/src/components/Footer.tsx index 2e4c590..c3144a7 100644 --- a/src/components/Footer.tsx +++ b/src/components/Footer.tsx @@ -68,7 +68,7 @@ export default function Footer() { viewport={{ once: true }} >

- © 2024 Puffin Offset. Luxury meets sustainability. + © 2025 Puffin Offset. Luxury meets sustainability.