Rebrand from Casera/MyCrib to honeyDue
Total rebrand across all Go API source files: - Go module path: casera-api -> honeydue-api - All imports updated (130+ files) - Docker: containers, images, networks renamed - Email templates: support email, noreply, icon URL - Domains: casera.app/mycrib.treytartt.com -> honeyDue.treytartt.com - Bundle IDs: com.tt.casera -> com.tt.honeyDue - IAP product IDs updated - Landing page, admin panel, config defaults - Seeds, CI workflows, Makefile, docs - Database table names preserved (no migration needed) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -3,18 +3,18 @@
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Casera - Home Maintenance & Property Management App</title>
|
||||
<title>honeyDue - Home Maintenance & Property Management App</title>
|
||||
<meta name="description" content="Never miss home maintenance again. Manage properties, tasks, contractors, and costs all in one place. Free for iOS and Android.">
|
||||
|
||||
<!-- Open Graph -->
|
||||
<meta property="og:title" content="Casera - Home Maintenance Made Simple">
|
||||
<meta property="og:title" content="honeyDue - Home Maintenance Made Simple">
|
||||
<meta property="og:description" content="Manage properties, tasks, and costs all in one place.">
|
||||
<meta property="og:image" content="images/og-image.png">
|
||||
<meta property="og:type" content="website">
|
||||
|
||||
<!-- Twitter Card -->
|
||||
<meta name="twitter:card" content="summary_large_image">
|
||||
<meta name="twitter:title" content="Casera - Home Maintenance Made Simple">
|
||||
<meta name="twitter:title" content="honeyDue - Home Maintenance Made Simple">
|
||||
<meta name="twitter:description" content="Manage properties, tasks, and costs all in one place.">
|
||||
|
||||
<!-- Fonts -->
|
||||
@@ -33,7 +33,7 @@
|
||||
<nav class="nav" id="nav">
|
||||
<div class="nav-container">
|
||||
<a href="#" class="nav-logo">
|
||||
<span class="logo-text">Casera</span>
|
||||
<span class="logo-text">honeyDue</span>
|
||||
</a>
|
||||
|
||||
<div class="nav-links" id="nav-links">
|
||||
@@ -259,7 +259,7 @@
|
||||
|
||||
<div class="testimonials-grid">
|
||||
<div class="testimonial-card">
|
||||
<p class="testimonial-quote">"Finally, an app that makes home maintenance simple. I've tried dozens of apps, but Casera is the only one that stuck."</p>
|
||||
<p class="testimonial-quote">"Finally, an app that makes home maintenance simple. I've tried dozens of apps, but honeyDue is the only one that stuck."</p>
|
||||
<div class="testimonial-author">
|
||||
<div class="author-avatar"></div>
|
||||
<div class="author-info">
|
||||
@@ -270,7 +270,7 @@
|
||||
</div>
|
||||
|
||||
<div class="testimonial-card">
|
||||
<p class="testimonial-quote">"As a landlord with multiple properties, Casera has been a game changer. Everything I need is in one place."</p>
|
||||
<p class="testimonial-quote">"As a landlord with multiple properties, honeyDue has been a game changer. Everything I need is in one place."</p>
|
||||
<div class="testimonial-author">
|
||||
<div class="author-avatar"></div>
|
||||
<div class="author-info">
|
||||
@@ -327,7 +327,7 @@
|
||||
<div class="container">
|
||||
<div class="footer-content">
|
||||
<div class="footer-brand">
|
||||
<span class="logo-text">Casera</span>
|
||||
<span class="logo-text">honeyDue</span>
|
||||
<p class="footer-tagline">Never miss home maintenance again.</p>
|
||||
</div>
|
||||
|
||||
@@ -355,7 +355,7 @@
|
||||
</div>
|
||||
|
||||
<div class="footer-bottom">
|
||||
<p class="copyright">© 2024 Casera. All rights reserved.</p>
|
||||
<p class="copyright">© 2024 honeyDue. All rights reserved.</p>
|
||||
<p class="made-by">Made with care</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user