Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-03 05:13:55 +00:00

View File

@@ -20,7 +20,7 @@ export default function LandingPage() {
borderRadius="soft"
contentWidth="compact"
sizing="large"
background="fluid"
background="circleGradient"
cardStyle="solid"
primaryButtonStyle="shadow"
secondaryButtonStyle="solid"
@@ -43,7 +43,7 @@ export default function LandingPage() {
<HeroSplitKpi
title="Transform Your Vision Into Digital Reality"
description="We are a creative agency specializing in digital transformation, brand strategy, and innovative solutions that drive measurable growth for ambitious brands."
background={{ variant: "fluid" }}
background={{ variant: "glowing-orb" }}
kpis={[
{ value: "200+", label: "Projects Delivered" },
{ value: "98%", label: "Client Satisfaction" },
@@ -187,7 +187,7 @@ export default function LandingPage() {
{ text: "View Our Portfolio", href: "#testimonials" }
]}
buttonAnimation="slide-up"
background={{ variant: "fluid" }}
background={{ variant: "glowing-orb" }}
useInvertedBackground={false}
/>
</div>