Merge version_3 into main
Merge version_3 into main
This commit was merged in pull request #5.
This commit is contained in:
@@ -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"
|
||||
}
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user