Merge version_1 into main #3

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

View File

@@ -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: "plain" }}
useInvertedBackground={false}
/>
</div>
@@ -244,4 +244,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}