Update src/app/services/page.tsx

This commit is contained in:
2026-02-08 19:29:24 +00:00
parent 1429dcde02
commit ca5bed230b

View File

@@ -31,8 +31,7 @@ export default function ServicesPage() {
{ name: "Contact", id: "/contact" }
]}
button={{
text: "Get Started",
href: "/contact"
text: "Get Started", href: "/contact"
}}
/>
</div>
@@ -48,30 +47,15 @@ export default function ServicesPage() {
features={[
{
id: 1,
tag: "Discovery",
title: "Strategy & Planning",
subtitle: "Foundation for success",
description: "We dive deep into understanding your business goals, target audience, and competitive landscape. Our strategic planning ensures every decision aligns with your vision and maximizes ROI.",
imageSrc: "https://img.b2bpic.net/free-photo/side-view-hand-holding-paper-piece_23-2149930956.jpg",
imageAlt: "Strategic planning and design"
tag: "Discovery", title: "Strategy & Planning", subtitle: "Foundation for success", description: "We dive deep into understanding your business goals, target audience, and competitive landscape. Our strategic planning ensures every decision aligns with your vision and maximizes ROI.", imageSrc: "https://img.b2bpic.net/free-photo/side-view-hand-holding-paper-piece_23-2149930956.jpg", imageAlt: "Strategic planning and design"
},
{
id: 2,
tag: "Development",
title: "Custom Development",
subtitle: "Built to perfection",
description: "Our expert developers build custom software and web solutions using modern technologies. We focus on clean code, scalability, and performance to create solutions that grow with your business.",
imageSrc: "https://img.b2bpic.net/free-photo/programming-software-code-application-technology-concept_53876-123931.jpg",
imageAlt: "Web and software development"
tag: "Development", title: "Custom Development", subtitle: "Built to perfection", description: "Our expert developers build custom software and web solutions using modern technologies. We focus on clean code, scalability, and performance to create solutions that grow with your business.", imageSrc: "https://img.b2bpic.net/free-photo/programming-software-code-application-technology-concept_53876-123931.jpg", imageAlt: "Web and software development"
},
{
id: 3,
tag: "Quality",
title: "Testing & Optimization",
subtitle: "Flawless execution",
description: "Rigorous testing and optimization ensure your product is secure, fast, and reliable. We conduct comprehensive quality assurance to catch issues before they reach your users.",
imageSrc: "https://img.b2bpic.net/free-photo/woman-working-as-engineer_23-2148836099.jpg",
imageAlt: "Quality assurance and testing"
tag: "Quality", title: "Testing & Optimization", subtitle: "Flawless execution", description: "Rigorous testing and optimization ensure your product is secure, fast, and reliable. We conduct comprehensive quality assurance to catch issues before they reach your users.", imageSrc: "https://img.b2bpic.net/free-photo/woman-working-as-engineer_23-2148836099.jpg", imageAlt: "Quality assurance and testing"
}
]}
/>
@@ -88,10 +72,7 @@ export default function ServicesPage() {
useInvertedBackground="noInvert"
features={[
{
id: "1",
title: "Custom Web Development",
description: "Bespoke web applications built with modern frameworks. We create responsive, performant websites that engage users and drive results.",
media: { imageSrc: "https://img.b2bpic.net/free-photo/software-digital-electronics-internet-program-web-concept_53876-134063.jpg" },
id: "1", title: "Custom Web Development", description: "Bespoke web applications built with modern frameworks. We create responsive, performant websites that engage users and drive results.", media: { imageSrc: "https://img.b2bpic.net/free-photo/software-digital-electronics-internet-program-web-concept_53876-134063.jpg" },
items: [
{ icon: CheckCircle, text: "React, Vue, Next.js expertise" },
{ icon: CheckCircle, text: "E-commerce & SaaS platforms" },
@@ -100,10 +81,7 @@ export default function ServicesPage() {
reverse: false
},
{
id: "2",
title: "Mobile App Development",
description: "Native and cross-platform mobile solutions that deliver exceptional user experiences. From concept to app store, we handle it all.",
media: { imageSrc: "https://img.b2bpic.net/free-photo/diverse-programmers-discussing-about-html-code-compiling-discovers-errors-standing-front-multiple-screens-startup-office-software-developers-working-server-interface-development_482257-64363.jpg" },
id: "2", title: "Mobile App Development", description: "Native and cross-platform mobile solutions that deliver exceptional user experiences. From concept to app store, we handle it all.", media: { imageSrc: "https://img.b2bpic.net/free-photo/diverse-programmers-discussing-about-html-code-compiling-discovers-errors-standing-front-multiple-screens-startup-office-software-developers-working-server-interface-development_482257-64363.jpg" },
items: [
{ icon: CheckCircle, text: "iOS & Android development" },
{ icon: CheckCircle, text: "React Native & Flutter" },
@@ -112,10 +90,7 @@ export default function ServicesPage() {
reverse: true
},
{
id: "3",
title: "Cloud & Infrastructure",
description: "Scalable cloud architecture and DevOps solutions. We ensure your applications are secure, performant, and ready for growth.",
media: { imageSrc: "https://img.b2bpic.net/free-photo/computer-monitor-showing-source-code_482257-76210.jpg" },
id: "3", title: "Cloud & Infrastructure", description: "Scalable cloud architecture and DevOps solutions. We ensure your applications are secure, performant, and ready for growth.", media: { imageSrc: "https://img.b2bpic.net/free-photo/computer-monitor-showing-source-code_482257-76210.jpg" },
items: [
{ icon: CheckCircle, text: "AWS, Azure, Google Cloud" },
{ icon: CheckCircle, text: "Microservices & containerization" },
@@ -131,7 +106,7 @@ export default function ServicesPage() {
<ContactText
text="Ready to discuss your project? Let's explore how we can bring your digital vision to life with our premium development services."
animationType="entrance-slide"
background={{ variant: "aurora" }}
background={{ variant: "glowing-orb" }}
useInvertedBackground="noInvert"
buttons={[
{ text: "Start Your Project", href: "/contact" },