Update src/app/services/page.tsx

This commit is contained in:
2026-03-13 09:45:38 +00:00
parent b495162f68
commit 8246bbd449

View File

@@ -18,8 +18,7 @@ const navItems = [
const footerColumns = [
{
title: "Product",
items: [
title: "Product", items: [
{ label: "Services", href: "/services" },
{ label: "Portfolio", href: "/#portfolio" },
{ label: "Pricing", href: "#" },
@@ -27,8 +26,7 @@ const footerColumns = [
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "#" },
{ label: "Team", href: "/#team" },
{ label: "Careers", href: "/careers" },
@@ -36,8 +34,7 @@ const footerColumns = [
],
},
{
title: "Connect",
items: [
title: "Connect", items: [
{ label: "Contact", href: "/#contact" },
{ label: "Twitter", href: "https://twitter.com" },
{ label: "LinkedIn", href: "https://linkedin.com" },
@@ -81,37 +78,21 @@ export default function ServicesPage() {
animationType="slide-up"
features={[
{
title: "Web Development",
description:
"WordPress, MERN Stack, UI/UX Design, Website Maintenance, SEO Services, QA Testing. We build responsive, performant websites that drive business results.",
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AswSxZp1C0MasR0mddQMK4BeH7/modern-web-development-illustration-show-1773394871524-9193d7bf.png?_wi=2",
imageAlt: "Web development services showcase",
},
title: "Web Development", description:
"WordPress, MERN Stack, UI/UX Design, Website Maintenance, SEO Services, QA Testing. We build responsive, performant websites that drive business results.", imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AswSxZp1C0MasR0mddQMK4BeH7/modern-web-development-illustration-show-1773394871524-9193d7bf.png", imageAlt: "Web development services showcase"},
{
title: "Mobile Apps",
description:
"iOS and Android Development, Cross-Platform Solutions, UI/UX Design, Performance Optimization. Native and hybrid solutions for any platform.",
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AswSxZp1C0MasR0mddQMK4BeH7/beautiful-mobile-app-development-interfa-1773394871614-94299868.png?_wi=2",
imageAlt: "Mobile app development services",
},
title: "Mobile Apps", description:
"iOS and Android Development, Cross-Platform Solutions, UI/UX Design, Performance Optimization. Native and hybrid solutions for any platform.", imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AswSxZp1C0MasR0mddQMK4BeH7/beautiful-mobile-app-development-interfa-1773394871614-94299868.png", imageAlt: "Mobile app development services"},
{
title: "AI & Automation",
description:
"AI Bot Development, Chatbots, Intelligent Automation, Machine Learning Solutions, Process Optimization. Harness AI to transform your operations.",
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AswSxZp1C0MasR0mddQMK4BeH7/futuristic-ai-chatbot-and-automation-ill-1773394871730-0c081637.png?_wi=2",
imageAlt: "AI and automation services",
},
title: "AI & Automation", description:
"AI Bot Development, Chatbots, Intelligent Automation, Machine Learning Solutions, Process Optimization. Harness AI to transform your operations.", imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AswSxZp1C0MasR0mddQMK4BeH7/futuristic-ai-chatbot-and-automation-ill-1773394871730-0c081637.png", imageAlt: "AI and automation services"},
{
title: "Design & UX",
description:
"Graphic Design, UI/UX Design, Social Media Graphics, Brand Identity, User Experience Strategy. Beautiful, intuitive experiences that engage users.",
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AswSxZp1C0MasR0mddQMK4BeH7/professional-ui-ux-design-showcase-with--1773394871797-f18ff053.png?_wi=2",
imageAlt: "UI/UX design services",
},
title: "Design & UX", description:
"Graphic Design, UI/UX Design, Social Media Graphics, Brand Identity, User Experience Strategy. Beautiful, intuitive experiences that engage users.", imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AswSxZp1C0MasR0mddQMK4BeH7/professional-ui-ux-design-showcase-with--1773394871797-f18ff053.png", imageAlt: "UI/UX design services"},
]}
/>
</div>
@@ -128,34 +109,16 @@ export default function ServicesPage() {
animationType="scale-rotate"
metrics={[
{
id: "1",
value: "100%",
title: "Custom Solutions",
items: [
"Tailored to your needs",
"Scalable architecture",
"Future-proof technology",
],
id: "1", value: "100%", title: "Custom Solutions", items: [
"Tailored to your needs", "Scalable architecture", "Future-proof technology"],
},
{
id: "2",
value: "24/7",
title: "Support & Maintenance",
items: [
"Ongoing technical support",
"Regular updates",
"Performance monitoring",
],
id: "2", value: "24/7", title: "Support & Maintenance", items: [
"Ongoing technical support", "Regular updates", "Performance monitoring"],
},
{
id: "3",
value: "Agile",
title: "Development Process",
items: [
"Iterative approach",
"Regular communication",
"Rapid deployment",
],
id: "3", value: "Agile", title: "Development Process", items: [
"Iterative approach", "Regular communication", "Rapid deployment"],
},
]}
/>
@@ -169,7 +132,7 @@ export default function ServicesPage() {
{ text: "Get Started", href: "#contact" },
{ text: "Schedule Consultation", href: "#contact" },
]}
background={{ variant: "glowing-orb" }}
background={{ variant: "plain" }}
useInvertedBackground={false}
/>
</div>