From 9910836ae4c822d720f8983b9beffa4c0d2d3f86 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 11:22:55 +0000 Subject: [PATCH] Update src/app/portfolio/page.tsx --- src/app/portfolio/page.tsx | 55 +++++++++++--------------------------- 1 file changed, 16 insertions(+), 39 deletions(-) diff --git a/src/app/portfolio/page.tsx b/src/app/portfolio/page.tsx index ee667b9..2cf41f4 100644 --- a/src/app/portfolio/page.tsx +++ b/src/app/portfolio/page.tsx @@ -17,26 +17,23 @@ const PortfolioPage = () => { const footerColumns = [ { - title: "Product", - items: [ - { label: "Services", href: "/services" }, - { label: "Portfolio", href: "/portfolio" }, + title: "Product", items: [ + { label: "Services", href: "services" }, + { label: "Portfolio", href: "portfolio" }, { label: "Pricing", href: "#" }, { label: "Security", href: "#" }, ], }, { - title: "Company", - items: [ - { label: "About Us", href: "/about" }, - { label: "Our Team", href: "/about" }, + title: "Company", items: [ + { label: "About Us", href: "about" }, + { label: "Our Team", href: "about" }, { label: "Blog", href: "#" }, - { label: "Contact", href: "/contact" }, + { label: "Contact", href: "contact" }, ], }, { - title: "Connect", - items: [ + title: "Connect", items: [ { label: "LinkedIn", href: "https://linkedin.com" }, { label: "Twitter", href: "https://twitter.com" }, { label: "GitHub", href: "https://github.com" }, @@ -73,37 +70,17 @@ const PortfolioPage = () => { tagAnimation="slide-up" products={[ { - id: "1", - name: "Financial Tech Platform", - price: "Finance", - imageSrc: - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQtbsTMeGJHQMw356WqTQ94vTH/financial-tech-solution-showcase-showing-1772536829700-08f53efb.png", - imageAlt: "Finance platform", - }, + id: "1", name: "Financial Tech Platform", price: "Finance", imageSrc: + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQtbsTMeGJHQMw356WqTQ94vTH/financial-tech-solution-showcase-showing-1772536829700-08f53efb.png", imageAlt: "Finance platform"}, { - id: "2", - name: "HR Management System", - price: "Human Resources", - imageSrc: - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQtbsTMeGJHQMw356WqTQ94vTH/human-resources-platform-illustration-sh-1772536829975-a0919a4e.png", - imageAlt: "HR system", - }, + id: "2", name: "HR Management System", price: "Human Resources", imageSrc: + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQtbsTMeGJHQMw356WqTQ94vTH/human-resources-platform-illustration-sh-1772536829975-a0919a4e.png", imageAlt: "HR system"}, { - id: "3", - name: "Legal Services Platform", - price: "Legal Tech", - imageSrc: - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQtbsTMeGJHQMw356WqTQ94vTH/legal-services-platform-showing-law-firm-1772536830626-e5e66c56.png", - imageAlt: "Legal platform", - }, + id: "3", name: "Legal Services Platform", price: "Legal Tech", imageSrc: + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQtbsTMeGJHQMw356WqTQ94vTH/legal-services-platform-showing-law-firm-1772536830626-e5e66c56.png", imageAlt: "Legal platform"}, { - id: "4", - name: "Startup Solution Suite", - price: "Startup", - imageSrc: - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQtbsTMeGJHQMw356WqTQ94vTH/startup-solution-platform-showing-modern-1772536829727-82b44a37.png", - imageAlt: "Startup solution", - }, + id: "4", name: "Startup Solution Suite", price: "Startup", imageSrc: + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQtbsTMeGJHQMw356WqTQ94vTH/startup-solution-platform-showing-modern-1772536829727-82b44a37.png", imageAlt: "Startup solution"}, ]} gridVariant="three-columns-all-equal-width" animationType="slide-up"