Update src/app/services/page.tsx

This commit is contained in:
2026-04-06 04:01:25 +00:00
parent adebf21c72
commit d97eea33e7

View File

@@ -22,7 +22,7 @@ export default function ServicesPage() {
description="A comprehensive suite of digital services."
textboxLayout="default"
features={[]}
useInvertedBackground="none"
useInvertedBackground={false}
/>
<FooterBase logoText="Webild" columns={[{ title: "Company", items: [{ label: "About", href: "/about" }, { label: "Services", href: "/services" }, { label: "Portfolio", href: "/portfolio" }, { label: "Contact", href: "/contact" }] }]} />
</ThemeProvider>