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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user