Update src/app/portfolio/page.tsx

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

View File

@@ -22,7 +22,7 @@ export default function PortfolioPage() {
description="Work we've crafted."
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>