Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-03-11 12:00:18 +00:00

View File

@@ -46,7 +46,7 @@ export default function LandingPage() {
<HeroSplitKpi
title="We transform bold ideas into digital experiences that matter"
description="Creative web agency specializing in innovative design, strategic branding, and cutting-edge digital solutions for ambitious brands ready to stand out"
background={{ variant: "glowing-orb" }}
background={{ variant: "aurora" }}
kpis={[
{ value: "150+", label: "Projects Delivered" },
{ value: "45", label: "Team Members" },
@@ -55,12 +55,12 @@ export default function LandingPage() {
enableKpiAnimation={true}
tag="Creative Agency"
tagIcon={Sparkles}
tagAnimation="slide-up"
tagAnimation="entrance-slide"
buttons={[
{ text: "View Our Work", href: "#testimonials" },
{ text: "Get Started", href: "#contact" }
]}
buttonAnimation="blur-reveal"
buttonAnimation="entrance-slide"
imageSrc="http://img.b2bpic.net/free-psd/business-concept_23-2150288633.jpg"
imageAlt="Creative Agency Dashboard"
mediaAnimation="slide-up"
@@ -71,12 +71,12 @@ export default function LandingPage() {
<TextAbout
tag="Who We Are"
tagIcon={Zap}
tagAnimation="slide-up"
tagAnimation="entrance-slide"
title="We're a team of creative strategists, designers, and developers obsessed with building brands that inspire action and drive results through purposeful design"
buttons={[
{ text: "Explore Our Approach", href: "#process" }
]}
buttonAnimation="blur-reveal"
buttonAnimation="entrance-slide"
useInvertedBackground={false}
/>
</div>
@@ -103,8 +103,8 @@ export default function LandingPage() {
useInvertedBackground={false}
tag="How We Work"
tagIcon={Lightbulb}
tagAnimation="slide-up"
buttonAnimation="blur-reveal"
tagAnimation="entrance-slide"
buttonAnimation="entrance-slide"
/>
</div>
@@ -132,7 +132,7 @@ export default function LandingPage() {
useInvertedBackground={false}
tag="Our Impact"
tagIcon={Zap}
tagAnimation="slide-up"
tagAnimation="entrance-slide"
/>
</div>
@@ -164,7 +164,7 @@ export default function LandingPage() {
useInvertedBackground={false}
tag="Testimonials"
tagIcon={MessageCircle}
tagAnimation="slide-up"
tagAnimation="entrance-slide"
/>
</div>
@@ -230,7 +230,7 @@ export default function LandingPage() {
description="Comprehensive creative and digital solutions tailored to elevate your brand"
tag="What We Offer"
tagIcon={Briefcase}
tagAnimation="slide-up"
tagAnimation="entrance-slide"
textboxLayout="default"
animationType="slide-up"
useInvertedBackground={false}
@@ -240,12 +240,12 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactText
text="Ready to bring your creative vision to life? Let's collaborate and create something extraordinary that resonates with your audience and drives measurable results for your business."
animationType="reveal-blur"
animationType="entrance-slide"
buttons={[
{ text: "Start Your Project", href: "#" },
{ text: "Schedule Consultation", href: "#" }
]}
background={{ variant: "glowing-orb" }}
background={{ variant: "aurora" }}
useInvertedBackground={false}
/>
</div>