Update src/app/services/page.tsx

This commit is contained in:
2026-03-03 17:05:36 +00:00
parent 39897dd93d
commit e0a009c890

View File

@@ -6,7 +6,6 @@ import FeatureBorderGlow from "@/components/sections/feature/featureBorderGlow/F
import ProductCardFour from "@/components/sections/product/ProductCardFour";
import ContactSplit from "@/components/sections/contact/ContactSplit";
import FooterCard from "@/components/sections/footer/FooterCard";
import Link from "next/link";
import { Code, Zap, Palette, Cpu, Lock, TrendingUp, Mail, Github, Linkedin, Twitter, Package } from "lucide-react";
const navItems = [
@@ -49,34 +48,22 @@ export default function ServicesPage() {
features={[
{
icon: Code,
title: "Custom Web Development",
description: "Build responsive, high-performance websites using modern frameworks and best practices. Tailored solutions for your unique business needs.",
},
title: "Custom Web Development", description: "Build responsive, high-performance websites using modern frameworks and best practices. Tailored solutions for your unique business needs."},
{
icon: Zap,
title: "Website Automation",
description: "Automate repetitive tasks, integrate tools, and streamline workflows. Increase efficiency and reduce manual work across your web operations.",
},
title: "Website Automation", description: "Automate repetitive tasks, integrate tools, and streamline workflows. Increase efficiency and reduce manual work across your web operations."},
{
icon: Palette,
title: "UI/UX Design",
description: "Create beautiful, intuitive interfaces that users love. Our design-first approach ensures every pixel serves a purpose.",
},
title: "UI/UX Design", description: "Create beautiful, intuitive interfaces that users love. Our design-first approach ensures every pixel serves a purpose."},
{
icon: Cpu,
title: "Performance Optimization",
description: "Lightning-fast load times and smooth interactions. We optimize for SEO, conversions, and user experience.",
},
title: "Performance Optimization", description: "Lightning-fast load times and smooth interactions. We optimize for SEO, conversions, and user experience."},
{
icon: Lock,
title: "Security & Compliance",
description: "Enterprise-grade security, SSL certificates, and compliance with industry standards. Your data is protected.",
},
title: "Security & Compliance", description: "Enterprise-grade security, SSL certificates, and compliance with industry standards. Your data is protected."},
{
icon: TrendingUp,
title: "Analytics & Reporting",
description: "Data-driven insights to understand your users, track performance, and make informed decisions about your website.",
},
title: "Analytics & Reporting", description: "Data-driven insights to understand your users, track performance, and make informed decisions about your website."},
]}
animationType="slide-up"
textboxLayout="default"
@@ -92,29 +79,11 @@ export default function ServicesPage() {
tagIcon={Package}
products={[
{
id: "1",
name: "Website Design & Development",
price: "Starting $2,999",
variant: "Custom Design Responsive Layout",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARWjA802o7PKeHYkcYoaQioEb8/designer-working-on-responsive-website-m-1772556087273-060ae977.png?_wi=1",
imageAlt: "Website design service",
},
id: "1", name: "Website Design & Development", price: "Starting $2,999", variant: "Custom Design Responsive Layout", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARWjA802o7PKeHYkcYoaQioEb8/designer-working-on-responsive-website-m-1772556087273-060ae977.png", imageAlt: "Website design service"},
{
id: "2",
name: "Web Automation & Integration",
price: "Starting $1,999",
variant: "API Integration Workflow Automation",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARWjA802o7PKeHYkcYoaQioEb8/abstract-visualization-of-website-automa-1772556087854-f79afd8a.png?_wi=1",
imageAlt: "Automation integration service",
},
id: "2", name: "Web Automation & Integration", price: "Starting $1,999", variant: "API Integration Workflow Automation", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARWjA802o7PKeHYkcYoaQioEb8/abstract-visualization-of-website-automa-1772556087854-f79afd8a.png", imageAlt: "Automation integration service"},
{
id: "3",
name: "Performance & Optimization",
price: "Starting $999",
variant: "Speed Optimization SEO Enhancement",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARWjA802o7PKeHYkcYoaQioEb8/developer-coding-modern-web-applications-1772556086863-87ad7072.png?_wi=1",
imageAlt: "Performance optimization service",
},
id: "3", name: "Performance & Optimization", price: "Starting $999", variant: "Speed Optimization SEO Enhancement", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARWjA802o7PKeHYkcYoaQioEb8/developer-coding-modern-web-applications-1772556086863-87ad7072.png", imageAlt: "Performance optimization service"},
]}
textboxLayout="default"
gridVariant="uniform-all-items-equal"
@@ -131,7 +100,7 @@ export default function ServicesPage() {
tagIcon={Mail}
background={{ variant: "sparkles-gradient" }}
useInvertedBackground={false}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARWjA802o7PKeHYkcYoaQioEb8/modern-collaborative-workspace-showing-d-1772556088258-1f3bf5a6.png?_wi=2"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARWjA802o7PKeHYkcYoaQioEb8/modern-collaborative-workspace-showing-d-1772556088258-1f3bf5a6.png"
imageAlt="Services consultation"
mediaAnimation="slide-up"
mediaPosition="right"