From 8b1c8dcb299ce2403b9192cbb3a5415acd95b027 Mon Sep 17 00:00:00 2001 From: josh Date: Sat, 4 Apr 2026 12:18:22 -0400 Subject: [PATCH] chore: rebrand to Thoosie Calendar, add favicon - Rename app title and header from "Six Flags Calendar" to "Thoosie Calendar" - Update layout metadata title and description - Update README title - Add app/icon.svg favicon: amber T on dark background, picked up automatically by Next.js App Router Co-Authored-By: Claude Sonnet 4.6 --- README.md | 2 +- app/icon.svg | 8 ++++++++ app/layout.tsx | 4 ++-- app/page.tsx | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) create mode 100644 app/icon.svg diff --git a/README.md b/README.md index 0ab213e..f08769c 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Six Flags Super Calendar +# Thoosie Calendar A week-by-week calendar showing operating hours for all Six Flags Entertainment Group theme parks — including the former Cedar Fair parks. Data is scraped from the Six Flags internal API and stored locally in SQLite. Click any park to see its full month calendar and live ride status with current wait times. diff --git a/app/icon.svg b/app/icon.svg new file mode 100644 index 0000000..cfc7eee --- /dev/null +++ b/app/icon.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/app/layout.tsx b/app/layout.tsx index 574cdd6..9e70dbf 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -2,8 +2,8 @@ import type { Metadata } from "next"; import "./globals.css"; export const metadata: Metadata = { - title: "Six Flags Calendar", - description: "Theme park operating calendars at a glance", + title: "Thoosie Calendar", + description: "Theme park operating hours and live ride status at a glance", }; export default function RootLayout({ children }: { children: React.ReactNode }) { diff --git a/app/page.tsx b/app/page.tsx index 9a1b3fa..63eed42 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -84,7 +84,7 @@ export default async function HomePage({ searchParams }: PageProps) { color: "var(--color-text)", letterSpacing: "-0.02em", }}> - Six Flags Calendar + Thoosie Calendar