From 40ca60dc4030878d302b729035b8fe68eb582af9 Mon Sep 17 00:00:00 2001 From: development Date: Thu, 22 Jan 2026 20:21:52 +0000 Subject: [PATCH] Update src/app/services/page.tsx --- src/app/services/page.tsx | 30 ++++++++++-------------------- 1 file changed, 10 insertions(+), 20 deletions(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index e2205b7..5bab3b6 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -31,8 +31,7 @@ export default function ServicesPage() { { name: "Contact", id: "/contact" } ]} button={{ - text: "Get Started", - href: "/contact" + text: "Get Started", href: "/contact" }} /> @@ -46,33 +45,27 @@ export default function ServicesPage() { features={[ { icon: Palette, - title: "Brand Identity & Design", - description: "Comprehensive brand strategy, visual identity design, and brand guidelines that create lasting impressions and build customer loyalty" + title: "Brand Identity & Design", description: "Comprehensive brand strategy, visual identity design, and brand guidelines that create lasting impressions and build customer loyalty" }, { icon: Code, - title: "Custom Web Development", - description: "Modern, scalable websites and web applications built with cutting-edge technologies and optimized for performance and SEO" + title: "Custom Web Development", description: "Modern, scalable websites and web applications built with cutting-edge technologies and optimized for performance and SEO" }, { icon: Layout, - title: "UI/UX Design", - description: "User-centered design approach creating intuitive interfaces that enhance user engagement and drive conversions" + title: "UI/UX Design", description: "User-centered design approach creating intuitive interfaces that enhance user engagement and drive conversions" }, { icon: Smartphone, - title: "Mobile Applications", - description: "Native iOS and Android apps, progressive web apps, and cross-platform solutions that deliver seamless mobile experiences" + title: "Mobile Applications", description: "Native iOS and Android apps, progressive web apps, and cross-platform solutions that deliver seamless mobile experiences" }, { icon: TrendingUp, - title: "Digital Marketing & Strategy", - description: "Data-driven marketing campaigns, SEO optimization, content strategy, and social media management to grow your online presence" + title: "Digital Marketing & Strategy", description: "Data-driven marketing campaigns, SEO optimization, content strategy, and social media management to grow your online presence" }, { icon: Settings, - title: "Technical Consulting", - description: "Architecture planning, technology stack selection, performance optimization, and ongoing technical guidance for your digital initiatives" + title: "Technical Consulting", description: "Architecture planning, technology stack selection, performance optimization, and ongoing technical guidance for your digital initiatives" } ]} animationType="slide-up" @@ -121,8 +114,7 @@ export default function ServicesPage() { copyrightText="© 2025 Webild Studio. All rights reserved." columns={[ { - title: "Services", - items: [ + title: "Services", items: [ { label: "Brand Design", href: "/services" }, { label: "Web Development", href: "/services" }, { label: "Mobile Apps", href: "/services" }, @@ -130,8 +122,7 @@ export default function ServicesPage() { ] }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/about" }, { label: "Our Team", href: "/about" }, { label: "Portfolio", href: "/portfolio" }, @@ -139,8 +130,7 @@ export default function ServicesPage() { ] }, { - title: "Connect", - items: [ + title: "Connect", items: [ { label: "Contact", href: "/contact" }, { label: "LinkedIn", href: "https://linkedin.com" }, { label: "Twitter", href: "https://twitter.com" },