Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
@@ -43,7 +43,7 @@ export default function LandingPage() {
|
|||||||
description="Creative Strategy. Digital Execution. 360° Growth."
|
description="Creative Strategy. Digital Execution. 360° Growth."
|
||||||
tag="Elite Digital Agency"
|
tag="Elite Digital Agency"
|
||||||
tagIcon={Sparkles}
|
tagIcon={Sparkles}
|
||||||
tagAnimation="entrance-slide"
|
tagAnimation="slide-up"
|
||||||
background={{ variant: "downward-rays-animated" }}
|
background={{ variant: "downward-rays-animated" }}
|
||||||
kpis={[
|
kpis={[
|
||||||
{ value: "500+", label: "Projects Delivered" },
|
{ value: "500+", label: "Projects Delivered" },
|
||||||
@@ -55,7 +55,7 @@ export default function LandingPage() {
|
|||||||
{ text: "Book a Strategy Call", href: "#contact" },
|
{ text: "Book a Strategy Call", href: "#contact" },
|
||||||
{ text: "View Our Work", href: "#" }
|
{ text: "View Our Work", href: "#" }
|
||||||
]}
|
]}
|
||||||
buttonAnimation="entrance-slide"
|
buttonAnimation="slide-up"
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
imagePosition="right"
|
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."
|
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"
|
tag="Our Services"
|
||||||
tagIcon={Zap}
|
tagIcon={Zap}
|
||||||
tagAnimation="entrance-slide"
|
tagAnimation="slide-up"
|
||||||
accordionItems={[
|
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."
|
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={[
|
buttons={[
|
||||||
{ text: "Start Your Project", href: "#contact" }
|
{ text: "Start Your Project", href: "#contact" }
|
||||||
]}
|
]}
|
||||||
buttonAnimation="entrance-slide"
|
buttonAnimation="slide-up"
|
||||||
showBorder={true}
|
showBorder={true}
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
/>
|
/>
|
||||||
@@ -134,7 +134,7 @@ export default function LandingPage() {
|
|||||||
description="A structured approach to strategic excellence and creative execution."
|
description="A structured approach to strategic excellence and creative execution."
|
||||||
tag="Methodology"
|
tag="Methodology"
|
||||||
tagIcon={Compass}
|
tagIcon={Compass}
|
||||||
tagAnimation="entrance-slide"
|
tagAnimation="slide-up"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
gridVariant="uniform-all-items-equal"
|
gridVariant="uniform-all-items-equal"
|
||||||
@@ -160,14 +160,14 @@ export default function LandingPage() {
|
|||||||
<ContactCTA
|
<ContactCTA
|
||||||
tag="Ready to Elevate Your Brand?"
|
tag="Ready to Elevate Your Brand?"
|
||||||
tagIcon={Rocket}
|
tagIcon={Rocket}
|
||||||
tagAnimation="entrance-slide"
|
tagAnimation="slide-up"
|
||||||
title="Let's Build Something Powerful"
|
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."
|
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={[
|
buttons={[
|
||||||
{ text: "Start Your Project", href: "#" },
|
{ text: "Start Your Project", href: "#" },
|
||||||
{ text: "Schedule a Call", href: "#" }
|
{ text: "Schedule a Call", href: "#" }
|
||||||
]}
|
]}
|
||||||
buttonAnimation="entrance-slide"
|
buttonAnimation="slide-up"
|
||||||
background={{ variant: "radial-gradient" }}
|
background={{ variant: "radial-gradient" }}
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user