Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-02 18:06:28 +00:00

View File

@@ -20,7 +20,7 @@ export default function LandingPage() {
borderRadius="pill"
contentWidth="medium"
sizing="medium"
background="aurora"
background="circleGradient"
cardStyle="layered-gradient"
primaryButtonStyle="gradient"
secondaryButtonStyle="glass"
@@ -44,7 +44,7 @@ export default function LandingPage() {
<HeroSplitKpi
title="Transform Your Vision Into Digital Reality"
description="We craft extraordinary digital experiences that captivate audiences and drive measurable results for ambitious brands."
background={{ variant: "aurora" }}
background={{ variant: "glowing-orb" }}
kpis={[
{ value: "150+", label: "Projects Delivered" },
{ value: "98%", label: "Client Satisfaction" },
@@ -92,15 +92,15 @@ export default function LandingPage() {
features={[
{
id: 1,
tag: "Discovery", title: "Strategy & Vision", subtitle: "Understanding your goals deeply", description: "We immerse ourselves in your brand, market, and audience. Through research, workshops, and discovery sessions, we develop a comprehensive strategy that guides every decision and ensures alignment with your business objectives.", imageSrc: "http://img.b2bpic.net/free-photo/team-young-colleagues-having-meeting-cafe_273609-16259.jpg?_wi=1", imageAlt: "Strategic planning and discovery phase"
tag: "Discovery", title: "Strategy & Vision", subtitle: "Understanding your goals deeply", description: "We immerse ourselves in your brand, market, and audience. Through research, workshops, and discovery sessions, we develop a comprehensive strategy that guides every decision and ensures alignment with your business objectives.", imageSrc: "http://img.b2bpic.net/free-photo/team-young-colleagues-having-meeting-cafe_273609-16259.jpg", imageAlt: "Strategic planning and discovery phase"
},
{
id: 2,
tag: "Design", title: "Creative Design", subtitle: "Crafting stunning visual experiences", description: "Our designers create compelling visual narratives that bring your brand to life. We blend aesthetics with functionality, ensuring every pixel serves a purpose and every interaction delights your audience.", imageSrc: "http://img.b2bpic.net/free-vector/creative-process-design_1025-874.jpg?_wi=1", imageAlt: "Design and creative development"
tag: "Design", title: "Creative Design", subtitle: "Crafting stunning visual experiences", description: "Our designers create compelling visual narratives that bring your brand to life. We blend aesthetics with functionality, ensuring every pixel serves a purpose and every interaction delights your audience.", imageSrc: "http://img.b2bpic.net/free-vector/creative-process-design_1025-874.jpg", imageAlt: "Design and creative development"
},
{
id: 3,
tag: "Development", title: "Expert Development", subtitle: "Building performance and scalability", description: "Our developers transform designs into robust, high-performance digital solutions. We prioritize clean code, optimization, and scalability to ensure your platform grows with your business.", imageSrc: "http://img.b2bpic.net/free-photo/admin-typing-pc-keyboard-startup-office-coding-advanced-ai-algorithm_482257-125097.jpg?_wi=1", imageAlt: "Development and technical implementation"
tag: "Development", title: "Expert Development", subtitle: "Building performance and scalability", description: "Our developers transform designs into robust, high-performance digital solutions. We prioritize clean code, optimization, and scalability to ensure your platform grows with your business.", imageSrc: "http://img.b2bpic.net/free-photo/admin-typing-pc-keyboard-startup-office-coding-advanced-ai-algorithm_482257-125097.jpg", imageAlt: "Development and technical implementation"
}
]}
/>
@@ -164,7 +164,7 @@ export default function LandingPage() {
useInvertedBackground={true}
features={[
{
id: "1", title: "Web Design & Development", description: "Beautiful, responsive websites and applications built with cutting-edge technology. We combine stunning design with powerful functionality to create digital experiences that convert.", media: { imageSrc: "http://img.b2bpic.net/free-photo/team-young-colleagues-having-meeting-cafe_273609-16259.jpg?_wi=2", imageAlt: "Web design and development" },
id: "1", title: "Web Design & Development", description: "Beautiful, responsive websites and applications built with cutting-edge technology. We combine stunning design with powerful functionality to create digital experiences that convert.", media: { imageSrc: "http://img.b2bpic.net/free-photo/team-young-colleagues-having-meeting-cafe_273609-16259.jpg", imageAlt: "Web design and development" },
items: [
{ icon: Code, text: "Custom coded solutions" },
{ icon: Smartphone, text: "Fully responsive design" },
@@ -173,7 +173,7 @@ export default function LandingPage() {
reverse: false
},
{
id: "2", title: "Brand Strategy & Identity", description: "We craft cohesive brand identities that resonate with your target audience. From logo design to comprehensive brand guidelines, we ensure consistency across all touchpoints.", media: { imageSrc: "http://img.b2bpic.net/free-vector/creative-process-design_1025-874.jpg?_wi=2", imageAlt: "Brand strategy and identity" },
id: "2", title: "Brand Strategy & Identity", description: "We craft cohesive brand identities that resonate with your target audience. From logo design to comprehensive brand guidelines, we ensure consistency across all touchpoints.", media: { imageSrc: "http://img.b2bpic.net/free-vector/creative-process-design_1025-874.jpg", imageAlt: "Brand strategy and identity" },
items: [
{ icon: Palette, text: "Visual identity design" },
{ icon: PenTool, text: "Logo & brand guidelines" },
@@ -182,7 +182,7 @@ export default function LandingPage() {
reverse: true
},
{
id: "3", title: "Digital Marketing & SEO", description: "Strategic digital marketing campaigns that drive traffic, engagement, and conversions. We leverage data-driven insights to maximize your ROI and grow your audience.", media: { imageSrc: "http://img.b2bpic.net/free-photo/admin-typing-pc-keyboard-startup-office-coding-advanced-ai-algorithm_482257-125097.jpg?_wi=2", imageAlt: "Digital marketing and SEO" },
id: "3", title: "Digital Marketing & SEO", description: "Strategic digital marketing campaigns that drive traffic, engagement, and conversions. We leverage data-driven insights to maximize your ROI and grow your audience.", media: { imageSrc: "http://img.b2bpic.net/free-photo/admin-typing-pc-keyboard-startup-office-coding-advanced-ai-algorithm_482257-125097.jpg", imageAlt: "Digital marketing and SEO" },
items: [
{ icon: Search, text: "SEO optimization" },
{ icon: TrendingUp, text: "Performance marketing" },
@@ -198,7 +198,7 @@ export default function LandingPage() {
<ContactText
text="Ready to elevate your brand and drive digital transformation? Let's collaborate and create something extraordinary together. Get in touch today to discuss your project."
animationType="entrance-slide"
background={{ variant: "glowing-orb" }}
background={{ variant: "sparkles-gradient" }}
useInvertedBackground={false}
buttons={[
{ text: "Get In Touch", href: "#" },