replace HomeAbout with Ventures and Foundation components, add green button variant, create PS text component, and adjust About section padding

This commit is contained in:
2025-12-05 17:23:59 +01:00
parent d1b5b286f5
commit 307aa8006c
16 changed files with 261 additions and 6 deletions

View File

@@ -102,6 +102,13 @@ export const P = createTextComponent(
'text-base lg:text-xl leading-relaxed',
{ font: 'sans' }
)
export const PS = createTextComponent(
'p',
'text-base lg:text-lg leading-relaxed',
{ font: 'sans' }
)
export const Small = createTextComponent(
'small',
'text-sm font-medium leading-normal tracking-normal'