Merge version_1 into main #6

Merged
bender merged 1 commits from version_1 into main 2026-03-03 09:01:33 +00:00

View File

@@ -46,7 +46,7 @@ export default function LandingPage() {
<HeroSplitKpi
title="Transform Your Vision Into Digital Reality"
description="We craft exceptional digital experiences that captivate audiences, drive engagement, and accelerate business growth through strategic design and innovative technology."
background={{ variant: "glowing-orb" }}
background={{ variant: "circleGradient" }}
kpis={[
{ value: "250+", label: "Projects Delivered" },
{ value: "98%", label: "Client Satisfaction" },
@@ -231,7 +231,7 @@ export default function LandingPage() {
{ text: "Start Your Project", href: "#" },
{ text: "Schedule Call", href: "#" }
]}
background={{ variant: "glowing-orb" }}
background={{ variant: "circleGradient" }}
useInvertedBackground={false}
/>
</div>