New blog and homepage focus
All checks were successful
Docker Deploy / build-and-push (push) Successful in 4m43s

This commit is contained in:
2025-10-16 10:52:20 -06:00
parent 0d474804ec
commit 50a4ff1332
6 changed files with 283 additions and 183 deletions

View File

@@ -105,9 +105,25 @@ export interface PersonalInfo {
};
tagline: string;
description?: string;
currentFocus?: {
label: string;
style:
| "primary"
| "secondary"
| "accent"
| "neutral"
| "info"
| "success"
| "warning"
| "error";
}[];
}
export interface HomepageSections {
currentFocus: {
title: string;
description?: string;
};
socialLinks: {
title: string;
description?: string;