Update src/app/portfolio/page.tsx

This commit is contained in:
2026-03-05 10:28:50 +00:00
parent 1154c4954f
commit 4fd69dbfc9

View File

@@ -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"},
]}
/>
</div>
@@ -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() {
<ContactCTA
tag="Inspire Your Next Campaign"
tagIcon={Sparkles}
tagAnimation="entrance-slide"
tagAnimation="slide-up"
title="See How We Can Transform Your Brand"
description="Ready to join the brands we've already helped succeed? Let's discuss how our proven strategies and creative excellence can drive results for your business."
buttons={[
{ text: "Start Your Journey", href: "contact" },
{ text: "Learn Our Process", href: "about" },
]}
buttonAnimation="entrance-slide"
buttonAnimation="slide-up"
background={{ variant: "radial-gradient" }}
useInvertedBackground={false}
/>