Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-04-08 17:06:39 +00:00

View File

@@ -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>