Update src/app/services/page.tsx

This commit is contained in:
2026-01-22 20:21:52 +00:00
parent d3004a7384
commit 40ca60dc40

View File

@@ -31,8 +31,7 @@ export default function ServicesPage() {
{ name: "Contact", id: "/contact" } { name: "Contact", id: "/contact" }
]} ]}
button={{ button={{
text: "Get Started", text: "Get Started", href: "/contact"
href: "/contact"
}} }}
/> />
</div> </div>
@@ -46,33 +45,27 @@ export default function ServicesPage() {
features={[ features={[
{ {
icon: Palette, icon: Palette,
title: "Brand Identity & Design", title: "Brand Identity & Design", description: "Comprehensive brand strategy, visual identity design, and brand guidelines that create lasting impressions and build customer loyalty"
description: "Comprehensive brand strategy, visual identity design, and brand guidelines that create lasting impressions and build customer loyalty"
}, },
{ {
icon: Code, icon: Code,
title: "Custom Web Development", title: "Custom Web Development", description: "Modern, scalable websites and web applications built with cutting-edge technologies and optimized for performance and SEO"
description: "Modern, scalable websites and web applications built with cutting-edge technologies and optimized for performance and SEO"
}, },
{ {
icon: Layout, icon: Layout,
title: "UI/UX Design", title: "UI/UX Design", description: "User-centered design approach creating intuitive interfaces that enhance user engagement and drive conversions"
description: "User-centered design approach creating intuitive interfaces that enhance user engagement and drive conversions"
}, },
{ {
icon: Smartphone, icon: Smartphone,
title: "Mobile Applications", title: "Mobile Applications", description: "Native iOS and Android apps, progressive web apps, and cross-platform solutions that deliver seamless mobile experiences"
description: "Native iOS and Android apps, progressive web apps, and cross-platform solutions that deliver seamless mobile experiences"
}, },
{ {
icon: TrendingUp, icon: TrendingUp,
title: "Digital Marketing & Strategy", title: "Digital Marketing & Strategy", description: "Data-driven marketing campaigns, SEO optimization, content strategy, and social media management to grow your online presence"
description: "Data-driven marketing campaigns, SEO optimization, content strategy, and social media management to grow your online presence"
}, },
{ {
icon: Settings, icon: Settings,
title: "Technical Consulting", title: "Technical Consulting", description: "Architecture planning, technology stack selection, performance optimization, and ongoing technical guidance for your digital initiatives"
description: "Architecture planning, technology stack selection, performance optimization, and ongoing technical guidance for your digital initiatives"
} }
]} ]}
animationType="slide-up" animationType="slide-up"
@@ -121,8 +114,7 @@ export default function ServicesPage() {
copyrightText="© 2025 Webild Studio. All rights reserved." copyrightText="© 2025 Webild Studio. All rights reserved."
columns={[ columns={[
{ {
title: "Services", title: "Services", items: [
items: [
{ label: "Brand Design", href: "/services" }, { label: "Brand Design", href: "/services" },
{ label: "Web Development", href: "/services" }, { label: "Web Development", href: "/services" },
{ label: "Mobile Apps", href: "/services" }, { label: "Mobile Apps", href: "/services" },
@@ -130,8 +122,7 @@ export default function ServicesPage() {
] ]
}, },
{ {
title: "Company", title: "Company", items: [
items: [
{ label: "About Us", href: "/about" }, { label: "About Us", href: "/about" },
{ label: "Our Team", href: "/about" }, { label: "Our Team", href: "/about" },
{ label: "Portfolio", href: "/portfolio" }, { label: "Portfolio", href: "/portfolio" },
@@ -139,8 +130,7 @@ export default function ServicesPage() {
] ]
}, },
{ {
title: "Connect", title: "Connect", items: [
items: [
{ label: "Contact", href: "/contact" }, { label: "Contact", href: "/contact" },
{ label: "LinkedIn", href: "https://linkedin.com" }, { label: "LinkedIn", href: "https://linkedin.com" },
{ label: "Twitter", href: "https://twitter.com" }, { label: "Twitter", href: "https://twitter.com" },