Update src/app/portfolio/page.tsx

This commit is contained in:
2026-03-03 18:05:27 +00:00
parent 595b7f1d8c
commit 61aef0192e

View File

@@ -51,21 +51,21 @@ export default function PortfolioPage() {
id: "1",
name: "Fashion Brand Growth Campaign",
price: "340% engagement increase",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-people-working-with-laptop_23-2149636255.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-people-working-with-laptop_23-2149636255.jpg?_wi=3",
imageAlt: "Fashion brand campaign results"
},
{
id: "2",
name: "Startup Product Launch",
price: "2.5M reach in 90 days",
imageSrc: "http://img.b2bpic.net/free-photo/market-trends-concept-with-smartphone_23-2150372412.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/market-trends-concept-with-smartphone_23-2150372412.jpg?_wi=3",
imageAlt: "Startup product launch campaign"
},
{
id: "3",
name: "Luxury Brand Rebranding",
price: "180% audience growth",
imageSrc: "http://img.b2bpic.net/free-photo/blogger_23-2148349538.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/blogger_23-2148349538.jpg?_wi=3",
imageAlt: "Luxury brand rebranding success"
}
]}