From 87421ba2c182910efba963087efb1a40b9340f1d Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 26 Mar 2026 12:50:36 +0000 Subject: [PATCH] Update src/app/portfolio/page.tsx --- src/app/portfolio/page.tsx | 54 ++++++++++++++++++++++---------------- 1 file changed, 31 insertions(+), 23 deletions(-) diff --git a/src/app/portfolio/page.tsx b/src/app/portfolio/page.tsx index 1286f6e..4b09207 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.

-
- -
- +
+

Our Portfolio

+

+ Explore a selection of our recent projects and client success stories. +

+
+
+

Project Alpha

+

A cutting-edge web application for data visualization.

+
+
+

Project Beta

+

Mobile app development for a leading e-commerce brand.

+
+
+

Project Gamma

+

Enterprise-level CRM system integration and customization.

+
+
+

Project Delta

+

Cloud infrastructure migration and optimization.

+
+
+

Project Epsilon

+

AI-powered analytics platform development.

+
+
+

Project Zeta

+

Custom blockchain solution for secure transactions.

+
-