From 1e852ebe19202700f6f5051a4b31dc69dbec5c8e Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 26 Mar 2026 12:49:22 +0000 Subject: [PATCH] Update src/app/portfolio/page.tsx --- src/app/portfolio/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/portfolio/page.tsx b/src/app/portfolio/page.tsx index fc3c678..1286f6e 100644 --- a/src/app/portfolio/page.tsx +++ b/src/app/portfolio/page.tsx @@ -3,7 +3,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import Link from "next/link"; -import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; // For portfolio display +import ProductCardTwo, { ProductCardTwoProps } from '@/components/sections/product/ProductCardTwo'; // For portfolio display interface FooterProps { brandName?: string; @@ -47,7 +47,7 @@ export default function PortfolioPage() { button: {text: "Get a Quote", href: "/contact"} }; - const productCardTwoProps = { + const productCardTwoProps: ProductCardTwoProps = { title: "Our Portfolio", description: "Discover the projects we've brought to life.", gridVariant: "bento-grid", // This is valid for ProductCardTwo animationType: "slide-up", textboxLayout: "default", useInvertedBackground: false, products: [