add About component with three-column feature grid, adjust heading and paragraph font sizes, and define color utility classes for ivory, green, and void

This commit is contained in:
2025-12-05 16:40:14 +01:00
parent 726382e041
commit d1b5b286f5
4 changed files with 87 additions and 4 deletions

View File

@@ -9,6 +9,7 @@ import { HomeVentures } from '@/components/home/HomeVentures'
import { Quote } from '@/components/Quote'
import { HomeStickyHeader } from '@/components/home/HomeStickyHeader'
import { FadeInOnView } from '@/components/UI/FadeInOnView'
import { About } from '@/components/home/About'
export default function Home() {
return (
@@ -19,6 +20,10 @@ export default function Home() {
<Hero className="-mt-20" />
</section>
<FadeInOnView>
<About />
</FadeInOnView>
<FadeInOnView>
<HomeAbout />
</FadeInOnView>