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:
2025-11-07 16:25:43 +01:00
parent a61267944d
commit 4b6c8d8327
4 changed files with 155 additions and 354 deletions

View File

@@ -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 />