feat: update blog structure and content for balodeplao.com

This commit is contained in:
2026-03-10 12:36:58 +09:00
committed by Thuan Bui
parent a300564d0a
commit e14ce351e1
17 changed files with 132 additions and 763 deletions
+1
View File
@@ -46,6 +46,7 @@ export interface HeroProps extends HeadlineProps {
description?: string; // override or additional? Hero has description, Headline has subtitle. Hero has actions.
actions?: string | CallToAction[];
image?: ImageMetadata | string; // Just in case, though checked Hero.astro and it uses slots mostly or props.
bgImage?: string;
}
export interface FeaturesProps extends HeadlineProps {