Update src/app/services/page.tsx
This commit is contained in:
@@ -41,27 +41,19 @@ export default function ServicesPage() {
|
||||
<FeatureCardTwentyTwo
|
||||
features={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Web Design & UI/UX - Complete Digital Experiences",
|
||||
category: ["Design", "Strategy", "User Research"],
|
||||
id: "1", title: "Web Design & UI/UX - Complete Digital Experiences", category: ["Design", "Strategy", "User Research"],
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/production-manufacture-process-chart-diagram_53876-120646.jpg"
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Full-Stack Development - Modern Technologies",
|
||||
category: ["Development", "Technology", "Architecture"],
|
||||
id: "2", title: "Full-Stack Development - Modern Technologies", category: ["Development", "Technology", "Architecture"],
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/side-view-attractive-hispanic-developer-programming-software-using-computer-while-working-from-home_662251-988.jpg"
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "E-Commerce Solutions - Sales-Driven Platforms",
|
||||
category: ["E-Commerce", "Conversion", "Analytics"],
|
||||
id: "3", title: "E-Commerce Solutions - Sales-Driven Platforms", category: ["E-Commerce", "Conversion", "Analytics"],
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/online-shopping-cart-e-commers-concept_53876-127436.jpg"
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
title: "Digital Marketing & SEO - Growth Strategies",
|
||||
category: ["Marketing", "Growth", "Optimization"],
|
||||
id: "4", title: "Digital Marketing & SEO - Growth Strategies", category: ["Marketing", "Growth", "Optimization"],
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/high-angle-people-working-with-laptop_23-2149636255.jpg"
|
||||
}
|
||||
]}
|
||||
@@ -104,36 +96,35 @@ export default function ServicesPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<FooterBase
|
||||
logoText="Webuild"
|
||||
copyrightText="© 2025 Webuild. All rights reserved."
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
{ label: "About", href: "/about" },
|
||||
{ label: "Team", href: "/about#team" },
|
||||
{ label: "Careers", href: "https://webuild.nl/careers" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
{ label: "Web Design", href: "/services" },
|
||||
{ label: "Development", href: "/services" },
|
||||
{ label: "E-Commerce", href: "/services" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Connect",
|
||||
items: [
|
||||
{ label: "Contact", href: "/contact" },
|
||||
{ label: "LinkedIn", href: "https://linkedin.com/company/webuild" },
|
||||
{ label: "Instagram", href: "https://instagram.com/webuild" }
|
||||
]
|
||||
}
|
||||
]}
|
||||
/>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBase
|
||||
logoText="Webuild"
|
||||
copyrightText="© 2025 Webuild. All rights reserved."
|
||||
columns={[
|
||||
{
|
||||
title: "Company", items: [
|
||||
{ label: "About", href: "/about" },
|
||||
{ label: "Team", href: "/about#team" },
|
||||
{ label: "Careers", href: "https://webuild.nl/careers" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Services", items: [
|
||||
{ label: "Web Design", href: "/services" },
|
||||
{ label: "Development", href: "/services" },
|
||||
{ label: "E-Commerce", href: "/services" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Connect", items: [
|
||||
{ label: "Contact", href: "/contact" },
|
||||
{ label: "LinkedIn", href: "https://linkedin.com/company/webuild" },
|
||||
{ label: "Instagram", href: "https://instagram.com/webuild" }
|
||||
]
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user