Update src/app/services/page.tsx

This commit is contained in:
2026-03-03 16:49:16 +00:00
parent 5bcbf03430
commit 920b5d1d8e

View File

@@ -34,9 +34,9 @@ export default function ServicesPage() {
<div id="nav" data-section="nav">
<NavbarStyleFullscreen
navItems={navItems}
brandName="Webuild"
brandName="smartbiz"
bottomLeftText="Digital Innovation"
bottomRightText="hello@webuild.dev"
bottomRightText="hello@smartbiz.dev"
/>
</div>
@@ -49,34 +49,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 +80,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?_wi=1", 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?_wi=1", 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?_wi=1", imageAlt: "Performance optimization service"},
]}
textboxLayout="default"
gridVariant="uniform-all-items-equal"
@@ -143,15 +113,15 @@ export default function ServicesPage() {
<div id="footer" data-section="footer">
<FooterCard
logoText="Webuild"
copyrightText="© 2025 Webuild. All rights reserved. Crafting the future of web development."
logoText="smartbiz"
copyrightText="© 2025 smartbiz. All rights reserved. Crafting the future of web development."
socialLinks={[
{ icon: Github, href: "https://github.com/webuild", ariaLabel: "GitHub" },
{ icon: Linkedin, href: "https://linkedin.com/company/webuild", ariaLabel: "LinkedIn" },
{ icon: Twitter, href: "https://twitter.com/webuilddev", ariaLabel: "Twitter" },
{ icon: Github, href: "https://github.com/smartbiz", ariaLabel: "GitHub" },
{ icon: Linkedin, href: "https://linkedin.com/company/smartbiz", ariaLabel: "LinkedIn" },
{ icon: Twitter, href: "https://twitter.com/smartbizdev", ariaLabel: "Twitter" },
]}
/>
</div>
</ThemeProvider>
);
}
}