From 4fd69dbfc9f84492ed598a77fab17a49cfdc451c Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 10:28:50 +0000 Subject: [PATCH] Update src/app/portfolio/page.tsx --- src/app/portfolio/page.tsx | 38 ++++++++------------------------------ 1 file changed, 8 insertions(+), 30 deletions(-) diff --git a/src/app/portfolio/page.tsx b/src/app/portfolio/page.tsx index 271347f..f58a770 100644 --- a/src/app/portfolio/page.tsx +++ b/src/app/portfolio/page.tsx @@ -44,7 +44,7 @@ export default function PortfolioPage() { description="Explore our portfolio of successful campaigns and transformative projects that showcase our expertise across diverse industries and platforms" tag="Portfolio" tagIcon={Award} - tagAnimation="entrance-slide" + tagAnimation="slide-up" textboxLayout="default" animationType="slide-up" useInvertedBackground={false} @@ -52,26 +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?_wi=2", - 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", 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?_wi=2", - 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", 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?_wi=2", - 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", imageAlt: "Luxury brand awareness campaign"}, ]} /> @@ -82,18 +67,11 @@ export default function PortfolioPage() { description="Join hundreds of successful brands that have partnered with Prisma Social" tag="Client Base" tagIcon={CheckCircle} - tagAnimation="entrance-slide" + tagAnimation="slide-up" textboxLayout="default" useInvertedBackground={true} logos={[ - "http://img.b2bpic.net/free-vector/technology-logo-collection_23-2148151111.jpg", - "http://img.b2bpic.net/free-vector/wedding-invitation-golden-badge-with-groom-bride-names-elegant-style_53876-99289.jpg", - "http://img.b2bpic.net/free-vector/gradient-abstract-logo-template_23-2148161323.jpg", - "http://img.b2bpic.net/free-vector/restaurant-retro-logo-set_23-2148378235.jpg", - "http://img.b2bpic.net/free-vector/pack-golden-monogram-badges-template-line-style_1017-59326.jpg", - "http://img.b2bpic.net/free-vector/typography-logo-template_23-2150529526.jpg", - "http://img.b2bpic.net/free-vector/gradient-instagram-shop-logo-design_23-2149714663.jpg", - ]} + "http://img.b2bpic.net/free-vector/technology-logo-collection_23-2148151111.jpg", "http://img.b2bpic.net/free-vector/wedding-invitation-golden-badge-with-groom-bride-names-elegant-style_53876-99289.jpg", "http://img.b2bpic.net/free-vector/gradient-abstract-logo-template_23-2148161323.jpg", "http://img.b2bpic.net/free-vector/restaurant-retro-logo-set_23-2148378235.jpg", "http://img.b2bpic.net/free-vector/pack-golden-monogram-badges-template-line-style_1017-59326.jpg", "http://img.b2bpic.net/free-vector/typography-logo-template_23-2150529526.jpg", "http://img.b2bpic.net/free-vector/gradient-instagram-shop-logo-design_23-2149714663.jpg"]} speed={40} showCard={true} /> @@ -103,14 +81,14 @@ export default function PortfolioPage() {