Remove focus
All checks were successful
Docker Deploy / build-and-push (push) Successful in 8m23s

This commit is contained in:
2025-11-22 17:11:01 -07:00
parent a09a2faa32
commit 3b1f9ae02c
5 changed files with 785 additions and 791 deletions

View File

@@ -105,25 +105,9 @@ 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;