Rebrand from Casera/MyCrib to honeyDue

Total rebrand across Web project:
- Package name: casera-web -> honeydue-web
- Cookie: casera-token -> honeydue-token
- Theme store: casera-theme -> honeydue-theme
- File sharing: .casera -> .honeydue, component/function renames
- casera-file-handler.tsx -> honeydue-file-handler.tsx
- All UI text, metadata, OG tags updated
- Domains: casera.treytartt.com -> honeyDue.treytartt.com
- Demo data emails updated
- All documentation updated

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Trey t
2026-03-07 06:33:59 -06:00
parent 4b8c10d768
commit e2172c20f2
57 changed files with 192 additions and 192 deletions
+4 -4
View File
@@ -1,13 +1,13 @@
import type { Metadata } from "next";
export const metadata: Metadata = {
title: "Try Casera — Free Demo",
title: "Try honeyDue — Free Demo",
description:
"Try Casera without an account. Manage tasks, contractors, and documents in a live demo.",
"Try honeyDue without an account. Manage tasks, contractors, and documents in a live demo.",
openGraph: {
title: "Try Casera — Free Demo",
title: "Try honeyDue — Free Demo",
description:
"Try Casera without an account. Manage tasks, contractors, and documents in a live demo.",
"Try honeyDue without an account. Manage tasks, contractors, and documents in a live demo.",
type: "website",
},
};