5 Commits

Author SHA1 Message Date
cf6a78f054 Update src/app/page.tsx 2026-03-03 11:05:04 +00:00
3b9cf02210 Update src/app/page.tsx 2026-03-03 11:04:09 +00:00
22041c807c Merge version_1 into main
Merge version_1 into main
2026-03-03 10:54:57 +00:00
d670e4c60d Merge version_1 into main
Merge version_1 into main
2026-03-03 10:53:49 +00:00
83c30c040d Merge version_1 into main
Merge version_1 into main
2026-03-03 10:53:00 +00:00

View File

@@ -67,7 +67,7 @@ export default function LandingPage() {
<HeroSplitKpi <HeroSplitKpi
title="Elevate Your Digital Presence" title="Elevate Your Digital Presence"
description="We transform bold ideas into stunning digital experiences. Expert design, seamless development, and results-driven strategy for agencies that demand excellence." description="We transform bold ideas into stunning digital experiences. Expert design, seamless development, and results-driven strategy for agencies that demand excellence."
background={{ variant: "aurora" }} background={{ variant: "glowing-orb" }}
kpis={[ kpis={[
{ value: "250+", label: "Projects Delivered" }, { value: "250+", label: "Projects Delivered" },
{ value: "98%", label: "Client Satisfaction" }, { value: "98%", label: "Client Satisfaction" },
@@ -78,7 +78,7 @@ export default function LandingPage() {
tagIcon={Sparkles} tagIcon={Sparkles}
tagAnimation="slide-up" tagAnimation="slide-up"
buttons={[ buttons={[
{ text: "Start Your Project", href: "#contact" }, { text: "Get Your Free Consultation", href: "#contact" },
{ text: "View Our Work", href: "#testimonials" }, { text: "View Our Work", href: "#testimonials" },
]} ]}
buttonAnimation="slide-up" buttonAnimation="slide-up"