Add GroomBook logo and demo pet images #209

Merged
groombook-engineer[bot] merged 12 commits from feat/gro-395-demo-assets into main 2026-04-02 17:10:54 +00:00
6 changed files with 1 additions and 0 deletions
Showing only changes of commit 3d9021913d - Show all commits
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'");
}