Merge version_1 into main #3
@@ -47,9 +47,9 @@ export default function PortfolioPage() {
|
||||
title="Featured Projects"
|
||||
description="A collection of our success stories."
|
||||
products={[
|
||||
{ id: "work1", name: "Brand A", price: "Web App", imageSrc: "https://via.placeholder.com/400" },
|
||||
{ id: "work2", name: "Brand B", price: "Marketing", imageSrc: "https://via.placeholder.com/400" },
|
||||
{ id: "work3", name: "Brand C", price: "Design", imageSrc: "https://via.placeholder.com/400" }
|
||||
{ id: "work1", name: "Brand A", price: "Web App", imageSrc: "https://via.placeholder.com/400?_wi=1" },
|
||||
{ id: "work2", name: "Brand B", price: "Marketing", imageSrc: "https://via.placeholder.com/400?_wi=2" },
|
||||
{ id: "work3", name: "Brand C", price: "Design", imageSrc: "https://via.placeholder.com/400?_wi=3" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user