Update src/app/portfolio/page.tsx

This commit is contained in:
2026-03-26 12:49:22 +00:00
parent e876f6d88a
commit 1e852ebe19

View File

@@ -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: [