Update src/app/page.tsx

This commit is contained in:
2026-03-13 09:41:49 +00:00
parent e937c16b5d
commit e5c8ebee06

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="Crafting Digital Experiences That Inspire"
description="We design and build extraordinary digital products for ambitious brands. Transform your vision into reality with our expertise in web design, development, and creative strategy."
background={{ variant: "aurora" }}
background={{ variant: "glowing-orb" }}
kpis={[
{ value: "250+", label: "Projects Delivered" },
{ value: "15+", label: "Years Experience" },
@@ -61,7 +61,7 @@ export default function LandingPage() {
buttonAnimation="slide-up"
tag="Award-Winning Agency"
tagIcon={Sparkles}
tagAnimation="fade-in"
tagAnimation="slide-up"
/>
</div>
@@ -237,7 +237,7 @@ export default function LandingPage() {
<ContactText
text="Ready to bring your creative vision to life? Let's collaborate and create something extraordinary together. Reach out today and let's start the conversation."
animationType="entrance-slide"
background={{ variant: "aurora" }}
background={{ variant: "glowing-orb" }}
useInvertedBackground={false}
buttons={[
{ text: "Start a Project", href: "#" },