Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-04 07:17:41 +00:00

View File

@@ -20,7 +20,7 @@ export default function LandingPage() {
borderRadius="pill"
contentWidth="medium"
sizing="medium"
background="aurora"
background="circleGradient"
cardStyle="layered-gradient"
primaryButtonStyle="gradient"
secondaryButtonStyle="glass"
@@ -44,7 +44,7 @@ export default function LandingPage() {
<HeroSplitKpi
title="Elevate Your Digital Presence"
description="We craft exceptional digital experiences that transform brands and engage audiences. Strategic design meets cutting-edge technology."
background={{ variant: "aurora" }}
background={{ variant: "glowing-orb" }}
kpis={[
{ value: "150+", label: "Projects Delivered" },
{ value: "98%", label: "Client Satisfaction" },
@@ -225,7 +225,7 @@ export default function LandingPage() {
{ text: "Schedule Discovery Call", href: "#" },
{ text: "View Case Studies", href: "#features" }
]}
background={{ variant: "aurora" }}
background={{ variant: "glowing-orb" }}
useInvertedBackground={false}
/>
</div>