Update src/app/portfolio/page.tsx

This commit is contained in:
2026-04-06 04:00:40 +00:00
parent 48fa48d930
commit dff0ccc053

View File

@@ -7,9 +7,8 @@ import FooterBase from "@/components/sections/footer/FooterBase";
export default function PortfolioPage() {
return (
<ThemeProvider>
<ThemeProvider defaultButtonVariant="text-stagger" defaultTextAnimation="entrance-slide" borderRadius="pill" contentWidth="medium" sizing="medium" background="none" cardStyle="glass-elevated" primaryButtonStyle="gradient" secondaryButtonStyle="glass" headingFontWeight="medium">
<NavbarLayoutFloatingOverlay
brandName="Webild"
navItems={[
{ name: "Home", id: "/" },
{ name: "Services", id: "/services" },
@@ -17,13 +16,13 @@ export default function PortfolioPage() {
{ name: "About", id: "/about" },
{ name: "Contact", id: "/contact" },
]}
button={{ text: "Get Started", href: "/contact" }}
/>
<FeatureCardTwentySix
title="Our Portfolio"
description="Case studies of our most recent work."
description="Work we've crafted."
textboxLayout="default"
features={[]}
useInvertedBackground="none"
/>
<FooterBase logoText="Webild" columns={[{ title: "Company", items: [{ label: "About", href: "/about" }, { label: "Services", href: "/services" }, { label: "Portfolio", href: "/portfolio" }, { label: "Contact", href: "/contact" }] }]} />
</ThemeProvider>