Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-02-25 17:35:37 +00:00

View File

@@ -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() {
<ContactCTA
tag="Ready to Elevate Your Brand?"
tagIcon={Rocket}
tagAnimation="entrance-slide"
tagAnimation="slide-up"
title="Let's Build Something Powerful"
description="Your brand deserves a partner who understands strategy, creativity, and results. Book a strategy call with our team and let's explore how we can drive your next growth phase."
buttons={[
{ text: "Start Your Project", href: "#" },
{ text: "Schedule a Call", href: "#" }
]}
buttonAnimation="entrance-slide"
buttonAnimation="slide-up"
background={{ variant: "radial-gradient" }}
useInvertedBackground={true}
/>