feat(branding): add GroomBook logo and demo pet images for demo site

- Generated professional GroomBook logo using brand colors (sage green & warm brown)
- Created 4 realistic test pet images (Golden Retriever, Labrador, Poodle, Mixed Breed)
- Updated demo seed to reference pet image in demo database
- Assets are reloaded with demo data going forward

Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
groombook-engineer[bot]
2026-04-02 11:49:34 +00:00
parent 5a09290d9f
commit 3d9021913d
6 changed files with 1 additions and 0 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 179 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 193 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 226 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 226 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 64 KiB

+1
View File
@@ -357,6 +357,7 @@ async function seedKnownUsers() {
breed: "Golden Retriever",
weightKg: "30.00",
dateOfBirth: new Date("2020-06-15T00:00:00Z"),
image: "/demo-pets/dog-golden-retriever.png",
});
console.log("✓ Created pet 'Demo Dog'");
}