improve: text and design for the imprint

This commit is contained in:
2026-05-14 14:14:20 +02:00
parent afcee10431
commit 3bc31ec45f
6 changed files with 105 additions and 35 deletions
+1
View File
@@ -3,6 +3,7 @@ export interface ImprintData {
houseNumber: number;
zip: number;
city: string;
state: string;
country: string;
}