Update src/app/services/page.tsx

This commit is contained in:
2026-03-03 11:22:57 +00:00
parent 9910836ae4
commit 8f0e60d999

View File

@@ -17,26 +17,23 @@ const ServicesPage = () => {
const footerColumns = [
{
title: "Product",
items: [
{ label: "Services", href: "/services" },
{ label: "Portfolio", href: "/portfolio" },
title: "Product", items: [
{ label: "Services", href: "services" },
{ label: "Portfolio", href: "portfolio" },
{ label: "Pricing", href: "#" },
{ label: "Security", href: "#" },
],
},
{
title: "Company",
items: [
{ label: "About Us", href: "/about" },
{ label: "Our Team", href: "/about" },
title: "Company", items: [
{ label: "About Us", href: "about" },
{ label: "Our Team", href: "about" },
{ label: "Blog", href: "#" },
{ label: "Contact", href: "/contact" },
{ label: "Contact", href: "contact" },
],
},
{
title: "Connect",
items: [
title: "Connect", items: [
{ label: "LinkedIn", href: "https://linkedin.com" },
{ label: "Twitter", href: "https://twitter.com" },
{ label: "GitHub", href: "https://github.com" },
@@ -74,24 +71,18 @@ const ServicesPage = () => {
features={[
{
icon: Globe,
title: "Website Development",
description:
"Custom responsive websites designed for conversion. We create user-friendly, scalable platforms that establish your digital presence and engage your audience effectively.",
button: { text: "Learn More", href: "/services" },
title: "Website Development", description:
"Custom responsive websites designed for conversion. We create user-friendly, scalable platforms that establish your digital presence and engage your audience effectively.", button: { text: "Learn More", href: "services" },
},
{
icon: Smartphone,
title: "Mobile App Development",
description:
"Native and cross-platform applications for iOS and Android. We build intuitive, high-performance mobile solutions that solve real problems and drive user engagement.",
button: { text: "Learn More", href: "/services" },
title: "Mobile App Development", description:
"Native and cross-platform applications for iOS and Android. We build intuitive, high-performance mobile solutions that solve real problems and drive user engagement.", button: { text: "Learn More", href: "services" },
},
{
icon: Code,
title: "Custom Development Solutions",
description:
"Bespoke software tailored to your unique business needs. From backend systems to complex integrations, we architect scalable solutions that grow with your business.",
button: { text: "Learn More", href: "/services" },
title: "Custom Development Solutions", description:
"Bespoke software tailored to your unique business needs. From backend systems to complex integrations, we architect scalable solutions that grow with your business.", button: { text: "Learn More", href: "services" },
},
]}
animationType="slide-up"
@@ -113,24 +104,18 @@ const ServicesPage = () => {
features={[
{
icon: Zap,
title: "Performance Optimization",
description:
"Lightning-fast applications and websites optimized for speed. We analyze, optimize, and enhance every aspect to deliver exceptional user experience and SEO benefits.",
button: { text: "Learn More", href: "/services" },
title: "Performance Optimization", description:
"Lightning-fast applications and websites optimized for speed. We analyze, optimize, and enhance every aspect to deliver exceptional user experience and SEO benefits.", button: { text: "Learn More", href: "services" },
},
{
icon: Shield,
title: "Security & Compliance",
description:
"Enterprise-grade security implementation and compliance management. We protect your data with industry-standard practices and meet regulatory requirements.",
button: { text: "Learn More", href: "/services" },
title: "Security & Compliance", description:
"Enterprise-grade security implementation and compliance management. We protect your data with industry-standard practices and meet regulatory requirements.", button: { text: "Learn More", href: "services" },
},
{
icon: Code,
title: "Maintenance & Support",
description:
"Ongoing technical support and maintenance services. We ensure your applications remain stable, updated, and optimized with dedicated support teams.",
button: { text: "Learn More", href: "/services" },
title: "Maintenance & Support", description:
"Ongoing technical support and maintenance services. We ensure your applications remain stable, updated, and optimized with dedicated support teams.", button: { text: "Learn More", href: "services" },
},
]}
animationType="slide-up"