Update src/app/portfolio/page.tsx

This commit is contained in:
2026-03-05 10:31:20 +00:00
parent c7a191025f
commit da41c07a90

View File

@@ -52,11 +52,11 @@ export default function PortfolioPage() {
carouselMode="buttons"
products={[
{
id: "1", name: "E-Commerce Brand Transformation", price: "250K+ Revenue", imageSrc: "http://img.b2bpic.net/free-psd/gradient-marketing-strategy-instagram-posts_23-2150424916.jpg", imageAlt: "E-commerce social media campaign"},
id: "1", name: "E-Commerce Brand Transformation", price: "250K+ Revenue", imageSrc: "http://img.b2bpic.net/free-psd/gradient-marketing-strategy-instagram-posts_23-2150424916.jpg?_wi=2", imageAlt: "E-commerce social media campaign"},
{
id: "2", name: "Tech Startup Growth Campaign", price: "5M+ Impressions", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-people-working-with-laptop_23-2149636255.jpg", imageAlt: "Tech startup social growth"},
id: "2", name: "Tech Startup Growth Campaign", price: "5M+ Impressions", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-people-working-with-laptop_23-2149636255.jpg?_wi=2", imageAlt: "Tech startup social growth"},
{
id: "3", name: "Luxury Brand Awareness Initiative", price: "1M+ Engagement", imageSrc: "http://img.b2bpic.net/free-photo/stock-market-results-stock-trade-forex-shares-concept_53876-125169.jpg", imageAlt: "Luxury brand awareness campaign"},
id: "3", name: "Luxury Brand Awareness Initiative", price: "1M+ Engagement", imageSrc: "http://img.b2bpic.net/free-photo/stock-market-results-stock-trade-forex-shares-concept_53876-125169.jpg?_wi=2", imageAlt: "Luxury brand awareness campaign"},
]}
/>
</div>