added logo

This commit is contained in:
Corey Blais
2026-04-08 21:09:16 -04:00
parent a1b046b6f0
commit a7d70cb177
4 changed files with 134 additions and 8 deletions
+10 -8
View File
@@ -1,4 +1,5 @@
import { useEffect, useMemo, useState } from 'react';
import flockPalLandingArt from './assets/flockpal-landing-art.png';
type BillingPlan = 'rescue_free' | 'household_basic' | 'household_plus';
type WorkspaceType = 'standard' | 'rescue';
@@ -1500,20 +1501,21 @@ function App() {
<main className="auth-shell">
<section className="panel auth-panel">
<div className="auth-copy">
<p className="eyebrow">FlockPal</p>
<h1>Bird care for households and rescues</h1>
<figure className="auth-illustration-card">
<img src={flockPalLandingArt} alt="FlockPal branding with a colorful trio of birds perched together." />
</figure>
<h1>A calmer way to care for every bird in your flock</h1>
<p className="muted">
Households can keep personal flocks in their own billed workspace, while rescue teams can share access to birds under a separate
rescue workspace at no charge.
Track weights, vet visits, hatchdays, gotcha days, and the little routines that help your birds thrive.
</p>
<div className="summary-grid">
<article className="summary-card">
<strong>Standard household</strong>
<span>Personal birds, optional collaborators, and household billing by workspace.</span>
<strong>Daily care, all together</strong>
<span>Keep reminders, records, and notes in one cheerful home for your flock.</span>
</article>
<article className="summary-card">
<strong>Rescue workspace</strong>
<span>Shared care for rescue birds with free access and team roles.</span>
<strong>Made for real bird people</strong>
<span>From one spoiled companion bird to a lively whole flock, FlockPal keeps the details easy to revisit.</span>
</article>
</div>
</div>