diff --git a/src/app/page.tsx b/src/app/page.tsx index 145cdac..b838215 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -43,7 +43,7 @@ export default function LandingPage() { description="Creative Strategy. Digital Execution. 360° Growth." tag="Elite Digital Agency" tagIcon={Sparkles} - tagAnimation="entrance-slide" + tagAnimation="slide-up" background={{ variant: "downward-rays-animated" }} kpis={[ { value: "500+", label: "Projects Delivered" }, @@ -55,7 +55,7 @@ export default function LandingPage() { { text: "Book a Strategy Call", href: "#contact" }, { text: "View Our Work", href: "#" } ]} - buttonAnimation="entrance-slide" + buttonAnimation="slide-up" mediaAnimation="slide-up" imagePosition="right" /> @@ -67,7 +67,7 @@ export default function LandingPage() { description="We deliver comprehensive creative and digital solutions that drive measurable results. From brand strategy to paid performance marketing, we handle every touchpoint with precision and creativity." tag="Our Services" tagIcon={Zap} - tagAnimation="entrance-slide" + tagAnimation="slide-up" accordionItems={[ { id: "1", title: "Branding & Creative Direction", content: "We craft bold, distinctive brand identities that resonate with your audience and set you apart from competitors. From logo design to complete brand systems, we create cohesive visual narratives." @@ -99,7 +99,7 @@ export default function LandingPage() { buttons={[ { text: "Start Your Project", href: "#contact" } ]} - buttonAnimation="entrance-slide" + buttonAnimation="slide-up" showBorder={true} useInvertedBackground={false} /> @@ -134,7 +134,7 @@ export default function LandingPage() { description="A structured approach to strategic excellence and creative execution." tag="Methodology" tagIcon={Compass} - tagAnimation="entrance-slide" + tagAnimation="slide-up" textboxLayout="default" useInvertedBackground={false} gridVariant="uniform-all-items-equal" @@ -160,14 +160,14 @@ export default function LandingPage() {