From d3004a738496fb71162ed45800ba56ff66fabb42 Mon Sep 17 00:00:00 2001 From: development Date: Thu, 22 Jan 2026 20:21:51 +0000 Subject: [PATCH] Update src/app/portfolio/page.tsx --- src/app/portfolio/page.tsx | 72 +++++++++----------------------------- 1 file changed, 16 insertions(+), 56 deletions(-) diff --git a/src/app/portfolio/page.tsx b/src/app/portfolio/page.tsx index 5085b5e..e63c56d 100644 --- a/src/app/portfolio/page.tsx +++ b/src/app/portfolio/page.tsx @@ -31,8 +31,7 @@ export default function PortfolioPage() { { name: "Contact", id: "/contact" } ]} button={{ - text: "Get Started", - href: "/contact" + text: "Get Started", href: "/contact" }} /> @@ -45,34 +44,16 @@ export default function PortfolioPage() { tagIcon={Award} products={[ { - id: "1", - brand: "TechVision", - name: "Complete SaaS Platform Redesign", - price: "8-week engagement", - rating: 5, - reviewCount: "Featured", - imageSrc: "https://img.b2bpic.net/free-photo/grand-parent-learning-use-digital-divice_23-2149214556.jpg", - imageAlt: "TechVision SaaS platform interface redesign showcase" + id: "1", brand: "TechVision", name: "Complete SaaS Platform Redesign", price: "8-week engagement", rating: 5, + reviewCount: "Featured", imageSrc: "https://img.b2bpic.net/free-photo/grand-parent-learning-use-digital-divice_23-2149214556.jpg", imageAlt: "TechVision SaaS platform interface redesign showcase" }, { - id: "2", - brand: "Aurora Digital", - name: "Mobile-First Experience Design", - price: "12-week project", - rating: 5, - reviewCount: "Award Winner", - imageSrc: "https://img.b2bpic.net/free-photo/side-view-man-working-desk_23-2149930959.jpg", - imageAlt: "Aurora Digital mobile application UI design" + id: "2", brand: "Aurora Digital", name: "Mobile-First Experience Design", price: "12-week project", rating: 5, + reviewCount: "Award Winner", imageSrc: "https://img.b2bpic.net/free-photo/side-view-man-working-desk_23-2149930959.jpg", imageAlt: "Aurora Digital mobile application UI design" }, { - id: "3", - brand: "Luxe Brands Co", - name: "End-to-End Brand Identity", - price: "6-week project", - rating: 5, - reviewCount: "Featured", - imageSrc: "https://img.b2bpic.net/free-photo/web-design-online-technology-content-concept_53876-123927.jpg", - imageAlt: "Luxe Brands comprehensive branding solution" + id: "3", brand: "Luxe Brands Co", name: "End-to-End Brand Identity", price: "6-week project", rating: 5, + reviewCount: "Featured", imageSrc: "https://img.b2bpic.net/free-photo/web-design-online-technology-content-concept_53876-123927.jpg", imageAlt: "Luxe Brands comprehensive branding solution" } ]} animationType="slide-up" @@ -107,34 +88,16 @@ export default function PortfolioPage() { tagIcon={Award} products={[ { - id: "4", - brand: "StartupLaunch", - name: "MVP Development & Launch", - price: "10-week sprint", - rating: 5, - reviewCount: "Live", - imageSrc: "https://img.b2bpic.net/free-vector/infographic-dashboard-user-panel_52683-30026.jpg", - imageAlt: "StartupLaunch MVP platform development" + id: "4", brand: "StartupLaunch", name: "MVP Development & Launch", price: "10-week sprint", rating: 5, + reviewCount: "Live", imageSrc: "https://img.b2bpic.net/free-vector/infographic-dashboard-user-panel_52683-30026.jpg", imageAlt: "StartupLaunch MVP platform development" }, { - id: "5", - brand: "RetailMax", - name: "E-commerce Platform Redesign", - price: "14-week project", - rating: 5, - reviewCount: "Launched", - imageSrc: "https://img.b2bpic.net/free-photo/disabled-man-wheelchair-working-his-office-job_23-2149571107.jpg", - imageAlt: "RetailMax e-commerce platform redesign" + id: "5", brand: "RetailMax", name: "E-commerce Platform Redesign", price: "14-week project", rating: 5, + reviewCount: "Launched", imageSrc: "https://img.b2bpic.net/free-photo/disabled-man-wheelchair-working-his-office-job_23-2149571107.jpg", imageAlt: "RetailMax e-commerce platform redesign" }, { - id: "6", - brand: "HealthTech Solutions", - name: "Healthcare Dashboard System", - price: "16-week build", - rating: 5, - reviewCount: "Active", - imageSrc: "https://img.b2bpic.net/free-vector/abstract-geometric-memphis-background_1409-1845.jpg", - imageAlt: "HealthTech healthcare dashboard interface" + id: "6", brand: "HealthTech Solutions", name: "Healthcare Dashboard System", price: "16-week build", rating: 5, + reviewCount: "Active", imageSrc: "https://img.b2bpic.net/free-vector/abstract-geometric-memphis-background_1409-1845.jpg", imageAlt: "HealthTech healthcare dashboard interface" } ]} animationType="slide-up" @@ -152,8 +115,7 @@ export default function PortfolioPage() { copyrightText="© 2025 Webild Studio. All rights reserved." columns={[ { - title: "Services", - items: [ + title: "Services", items: [ { label: "Brand Design", href: "/services" }, { label: "Web Development", href: "/services" }, { label: "Mobile Apps", href: "/services" }, @@ -161,8 +123,7 @@ export default function PortfolioPage() { ] }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/about" }, { label: "Our Team", href: "/about" }, { label: "Portfolio", href: "/portfolio" }, @@ -170,8 +131,7 @@ export default function PortfolioPage() { ] }, { - title: "Connect", - items: [ + title: "Connect", items: [ { label: "Contact", href: "/contact" }, { label: "LinkedIn", href: "https://linkedin.com" }, { label: "Twitter", href: "https://twitter.com" },