From e8ea416dc14e807d6c9919fefe35dbdc5478ed9d Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 1 Jun 2026 05:10:05 +0000 Subject: [PATCH] Update src/app/work/page.tsx --- src/app/work/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/work/page.tsx b/src/app/work/page.tsx index dad58de..db484ff 100644 --- a/src/app/work/page.tsx +++ b/src/app/work/page.tsx @@ -47,27 +47,27 @@ export default function WorkPage() { useInvertedBackground={false} products={[ { - id: "1", name: "Innovate Solutions", price: "", rating: 5, + id: "1", name: "Innovate Solutions", brand: "Client Project", price: "", rating: 5, reviewCount: "", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency/hero/hero1.webp", imageAlt: "Modern Business Website" }, { - id: "2", name: "ShopSphere", price: "", rating: 5, + id: "2", name: "ShopSphere", brand: "Client Project", price: "", rating: 5, reviewCount: "", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency/hero/hero2.webp?_wi=1", imageAlt: "E-commerce Platform Redesign" }, { - id: "3", name: "Global Connect", price: "", rating: 5, + id: "3", name: "Global Connect", brand: "Client Project", price: "", rating: 5, reviewCount: "", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency/hero/hero3.webp?_wi=1", imageAlt: "Corporate WordPress Site" }, { - id: "4", name: "LaunchPad", price: "", rating: 5, + id: "4", name: "LaunchPad", brand: "Client Project", price: "", rating: 5, reviewCount: "", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency/hero/hero4.webp?_wi=1", imageAlt: "Startup Landing Page" }, { - id: "5", name: "DataDash App", price: "", rating: 5, + id: "5", name: "DataDash App", brand: "Client Project", price: "", rating: 5, reviewCount: "", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency/hero/hero5.webp", imageAlt: "Custom Web Application" }, { - id: "6", name: "Creative Canvas", price: "", rating: 5, + id: "6", name: "Creative Canvas", brand: "Client Project", price: "", rating: 5, reviewCount: "", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency/services/how2.webp", imageAlt: "Portfolio Site for Artist" } ]}