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