Update src/app/services/page.tsx
This commit is contained in:
@@ -31,8 +31,7 @@ export default function ServicesPage() {
|
||||
{ name: "Contact", id: "/contact" }
|
||||
]}
|
||||
button={{
|
||||
text: "Get Started",
|
||||
href: "/contact"
|
||||
text: "Get Started", href: "/contact"
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
@@ -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" },
|
||||
|
||||
Reference in New Issue
Block a user