Update src/app/work/page.tsx

This commit is contained in:
2026-06-01 05:09:32 +00:00
parent 1fdb7c49af
commit d1f824898b

View File

@@ -47,28 +47,28 @@ export default function WorkPage() {
useInvertedBackground={false}
products={[
{
id: "1", name: "Innovate Solutions", category: "Web Design, Development", 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: "1", name: "Innovate Solutions", 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", category: "E-commerce, UX/UI", 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: "2", name: "ShopSphere", 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", category: "WordPress Development", 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: "3", name: "Global Connect", 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", category: "Landing Page, SEO", 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: "4", name: "LaunchPad", 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", category: "Web Application, UI/UX", 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: "5", name: "DataDash App", 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", category: "Portfolio, Responsive Design", 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"
id: "6", name: "Creative Canvas", 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"
}
]}
/>