forked from emre/www_projectmycelium_com
refactor: simplify benefits section layout and styling
- Replaced complex grid layout with centered 4-column design - Switched from images to Heroicons for consistent iconography - Removed unused animation components and dependencies (cobe, motion)
This commit is contained in:
@@ -7,7 +7,7 @@ import { CallToAction } from './CallToAction'
|
||||
import { HomeHosting } from './HomeHosting'
|
||||
import { HomeAurora } from './HomeAurora'
|
||||
import { HomeTab } from './HomeTab'
|
||||
|
||||
import { HomeBenefits } from './HomeBenefits'
|
||||
|
||||
|
||||
export default function HomePage() {
|
||||
@@ -37,6 +37,9 @@ export default function HomePage() {
|
||||
<AnimatedSection>
|
||||
<HomeTab />
|
||||
</AnimatedSection>
|
||||
<AnimatedSection>
|
||||
<HomeBenefits />
|
||||
</AnimatedSection>
|
||||
|
||||
<AnimatedSection>
|
||||
<CallToAction />
|
||||
|
||||
Reference in New Issue
Block a user