Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-07 09:47:05 +00:00

View File

@@ -41,7 +41,7 @@ export default function LandingPage() {
borderRadius="pill"
contentWidth="medium"
sizing="medium"
background="aurora"
background="circleGradient"
cardStyle="layered-gradient"
primaryButtonStyle="gradient"
secondaryButtonStyle="glass"
@@ -65,7 +65,7 @@ export default function LandingPage() {
<HeroSplitKpi
title="Creative Digital Solutions for Modern Brands"
description="We craft exceptional web experiences that elevate your brand and drive real business results. From concept to launch, we deliver pixel-perfect design and cutting-edge technology."
background={{ variant: "aurora" }}
background={{ variant: "plain" }}
kpis={[
{ value: "150+", label: "Projects Delivered" },
{ value: "98%", label: "Client Satisfaction" },
@@ -251,7 +251,7 @@ export default function LandingPage() {
{ text: "Start Your Project", href: "mailto:hello@webild.com" },
{ text: "Schedule a Call", href: "#" },
]}
background={{ variant: "glowing-orb" }}
background={{ variant: "plain" }}
useInvertedBackground={false}
/>
</div>