File tree Expand file tree Collapse file tree 3 files changed +415
-686
lines changed
Expand file tree Collapse file tree 3 files changed +415
-686
lines changed Original file line number Diff line number Diff line change 11import { Footer } from '@/components/footer' ;
22import { Description } from '@/components/landing/description' ;
33import FAQ from '@/components/landing/faq' ;
4+ import { FeaturesBento } from '@/components/landing/features-bento' ;
45import { GridCards } from '@/components/landing/grid-cards' ;
56import Hero from '@/components/landing/hero' ;
67import Section from '@/components/landing/section' ;
@@ -75,6 +76,16 @@ export default function HomePage() {
7576 </ div >
7677 </ Section >
7778
79+ { /* Features Bento Grid Section */ }
80+ < Section
81+ className = "border-border border-b bg-background/30 py-16 lg:py-24"
82+ id = "features"
83+ >
84+ < div className = "mx-auto w-full max-w-7xl px-4 sm:px-6 lg:px-8" >
85+ < FeaturesBento />
86+ </ div >
87+ </ Section >
88+
7889 { /* Grid Cards Section */ }
7990 < Section className = "border-border border-b py-16 lg:py-24" id = "cards" >
8091 < div className = "mx-auto w-full max-w-7xl px-4 sm:px-6 lg:px-8" >
You can’t perform that action at this time.
0 commit comments