feat(wip homepage with new design)

This commit is contained in:
2026-03-28 17:35:28 +01:00
parent 72721adaff
commit 8766552707
37 changed files with 684 additions and 204 deletions

View File

@@ -59,6 +59,16 @@ export interface Plans {
}
export interface Service {
title: string;
colorTitle: string;
bgTitle: string;
bgColor: string;
description: string;
link: string;
illustration: string;
}
export interface PageProps {
flash?: FlashMessages;
auth?: Auth;