refactor: update homepage layout and enhance feature card styling with improved shadows

This commit is contained in:
2025-10-23 14:56:45 +02:00
parent 73832e2686
commit 758a004ce9
7 changed files with 859 additions and 5 deletions

View File

@@ -6,6 +6,8 @@ import { HomeCloud } from './HomeCloud'
import { HomeAgent } from './HomeAgent'
import { StackSectionLight } from './StackSection'
import { WorldMap } from './HomeGlobe'
import { HomeBenefits } from './HomeBenefits'
import { CallToAction } from './CallToAction'
export default function HomePage() {
@@ -29,13 +31,12 @@ export default function HomePage() {
</AnimatedSection>
<AnimatedSection>
<HomeCloud />
<HomeBenefits />
</AnimatedSection>
<AnimatedSection>
<HomeAgent />
<CallToAction />
</AnimatedSection>
</div>
)
}