Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-10 16:22:50 +00:00

View File

@@ -41,7 +41,7 @@ export default function LandingPage() {
borderRadius="pill"
contentWidth="medium"
sizing="medium"
background="aurora"
background="circleGradient"
cardStyle="layered-gradient"
primaryButtonStyle="gradient"
secondaryButtonStyle="glass"
@@ -65,7 +65,7 @@ export default function LandingPage() {
<HeroSplitKpi
title="We Create Digital Experiences That Inspire"
description="Transforming bold ideas into stunning web solutions. We combine strategy, design, and technology to help brands thrive in the digital landscape."
background={{ variant: "aurora" }}
background={{ variant: "glowing-orb" }}
kpis={[
{ value: "200+", label: "Projects Completed" },
{ value: "95%", label: "Client Satisfaction" },
@@ -112,15 +112,15 @@ export default function LandingPage() {
features={[
{
id: 1,
tag: "Discovery", title: "Strategy & Research", subtitle: "We dive deep into your brand", description: "We start by understanding your business, target audience, and competitive landscape. Through research and workshops, we develop a strategic foundation that guides all creative decisions.", imageSrc: "http://img.b2bpic.net/free-photo/women-working-together-medium-shot_23-2149871335.jpg?_wi=1", imageAlt: "Strategy planning phase"
tag: "Discovery", title: "Strategy & Research", subtitle: "We dive deep into your brand", description: "We start by understanding your business, target audience, and competitive landscape. Through research and workshops, we develop a strategic foundation that guides all creative decisions.", imageSrc: "http://img.b2bpic.net/free-photo/women-working-together-medium-shot_23-2149871335.jpg", imageAlt: "Strategy planning phase"
},
{
id: 2,
tag: "Design", title: "Visual Creation", subtitle: "Crafting beautiful experiences", description: "Our designers translate strategy into stunning visual designs. We create wireframes, mockups, and prototypes that bring your vision to life while maintaining user-centered design principles.", imageSrc: "http://img.b2bpic.net/free-vector/furniture-shopping-app-screens_23-2148663016.jpg?_wi=1", imageAlt: "Design creation phase"
tag: "Design", title: "Visual Creation", subtitle: "Crafting beautiful experiences", description: "Our designers translate strategy into stunning visual designs. We create wireframes, mockups, and prototypes that bring your vision to life while maintaining user-centered design principles.", imageSrc: "http://img.b2bpic.net/free-vector/furniture-shopping-app-screens_23-2148663016.jpg", imageAlt: "Design creation phase"
},
{
id: 3,
tag: "Development", title: "Technical Excellence", subtitle: "Building robust solutions", description: "Our developers write clean, scalable code that powers seamless user experiences. We use cutting-edge technologies and best practices to ensure performance, security, and maintainability.", imageSrc: "http://img.b2bpic.net/free-photo/young-business-colleagues-using-computer-while-working-together-office_637285-2676.jpg?_wi=1", imageAlt: "Development phase"
tag: "Development", title: "Technical Excellence", subtitle: "Building robust solutions", description: "Our developers write clean, scalable code that powers seamless user experiences. We use cutting-edge technologies and best practices to ensure performance, security, and maintainability.", imageSrc: "http://img.b2bpic.net/free-photo/young-business-colleagues-using-computer-while-working-together-office_637285-2676.jpg", imageAlt: "Development phase"
},
{
id: 4,
@@ -213,7 +213,7 @@ export default function LandingPage() {
tagAnimation="slide-up"
features={[
{
id: "1", title: "Strategic Thinking", description: "We start with strategy, not just design. Every pixel and line of code serves your business objectives. Our approach ensures your digital product drives real growth and measurable results.", media: { imageSrc: "http://img.b2bpic.net/free-photo/women-working-together-medium-shot_23-2149871335.jpg?_wi=2" },
id: "1", title: "Strategic Thinking", description: "We start with strategy, not just design. Every pixel and line of code serves your business objectives. Our approach ensures your digital product drives real growth and measurable results.", media: { imageSrc: "http://img.b2bpic.net/free-photo/women-working-together-medium-shot_23-2149871335.jpg" },
items: [
{ icon: Target, text: "Goal-aligned solutions" },
{ icon: BarChart3, text: "Data-driven decisions" },
@@ -222,7 +222,7 @@ export default function LandingPage() {
reverse: false
},
{
id: "2", title: "Design Excellence", description: "Beautiful, intuitive interfaces that engage users and drive conversions. Our designers stay ahead of trends while maintaining timeless principles that ensure longevity of your digital products.", media: { imageSrc: "http://img.b2bpic.net/free-vector/furniture-shopping-app-screens_23-2148663016.jpg?_wi=2" },
id: "2", title: "Design Excellence", description: "Beautiful, intuitive interfaces that engage users and drive conversions. Our designers stay ahead of trends while maintaining timeless principles that ensure longevity of your digital products.", media: { imageSrc: "http://img.b2bpic.net/free-vector/furniture-shopping-app-screens_23-2148663016.jpg" },
items: [
{ icon: Palette, text: "Stunning visual design" },
{ icon: Mouse, text: "Intuitive UX/UI" },
@@ -231,7 +231,7 @@ export default function LandingPage() {
reverse: true
},
{
id: "3", title: "Technical Mastery", description: "Scalable, secure, and performant solutions built with cutting-edge technologies. Our developers ensure your digital product is fast, reliable, and ready for growth without compromising quality.", media: { imageSrc: "http://img.b2bpic.net/free-photo/young-business-colleagues-using-computer-while-working-together-office_637285-2676.jpg?_wi=2" },
id: "3", title: "Technical Mastery", description: "Scalable, secure, and performant solutions built with cutting-edge technologies. Our developers ensure your digital product is fast, reliable, and ready for growth without compromising quality.", media: { imageSrc: "http://img.b2bpic.net/free-photo/young-business-colleagues-using-computer-while-working-together-office_637285-2676.jpg" },
items: [
{ icon: Cpu, text: "Modern tech stack" },
{ icon: Lock, text: "Security focused" },