Update src/app/portfolio/page.tsx
This commit is contained in:
@@ -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: [
|
||||
|
||||
Reference in New Issue
Block a user