From cf7a500f7d3f4b27428eeadc49aed347eae4bfde Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 26 Mar 2026 12:49:50 +0000 Subject: [PATCH] Switch to version 1: modified src/app/portfolio/page.tsx --- src/app/portfolio/page.tsx | 33 ++++++++------------------------- 1 file changed, 8 insertions(+), 25 deletions(-) diff --git a/src/app/portfolio/page.tsx b/src/app/portfolio/page.tsx index 1286f6e..28c8a3f 100644 --- a/src/app/portfolio/page.tsx +++ b/src/app/portfolio/page.tsx @@ -3,7 +3,6 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import Link from "next/link"; -import ProductCardTwo, { ProductCardTwoProps } from '@/components/sections/product/ProductCardTwo'; // For portfolio display interface FooterProps { brandName?: string; @@ -43,21 +42,10 @@ export default function PortfolioPage() { ]; const navbarProps = { - brandName: "Nexsoft Australia", navItems: navItems.map(item => ({ name: item.name, id: item.href })), + brandName: "Nexsoft Australia", navItems: navItems, button: {text: "Get a Quote", href: "/contact"} }; - 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: [ - { id: "1", brand: "Client Project", name: "Project Alpha", price: "Case Study", rating: 5, reviewCount: "0", imageSrc: "https://r2.webild.io/p/4e2bb7a8-1a5c-4235-9008-012903330663_img_1.webp", imageAlt: "Project Alpha screenshot" }, - { id: "2", brand: "Client Project", name: "Project Beta", price: "Case Study", rating: 5, reviewCount: "0", imageSrc: "https://r2.webild.io/p/4e2bb7a8-1a5c-4235-9008-012903330663_img_2.webp", imageAlt: "Project Beta screenshot" }, - { id: "3", brand: "Client Project", name: "Project Gamma", price: "Case Study", rating: 5, reviewCount: "0", imageSrc: "https://r2.webild.io/p/4e2bb7a8-1a5c-4235-9008-012903330663_img_3.webp", imageAlt: "Project Gamma screenshot" }, - { id: "4", brand: "Client Project", name: "Project Delta", price: "Case Study", rating: 5, reviewCount: "0", imageSrc: "https://r2.webild.io/p/4e2bb7a8-1a5c-4235-9008-012903330663_img_4.webp", imageAlt: "Project Delta screenshot" } - ] - }; - return ( - -
-
-

Our Portfolio

-

Explore our diverse range of successful projects and client collaborations.

-
- -
- -
+ {/* + Due to an empty sectionRegistry, no sections can be rendered on this page. + This site will only display the Navbar and Footer. + */} +
+

Our Portfolio & News

-