From 7e54a8ebdb07bbce8d8d79e8976b2837645c5032 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 10:28:48 +0000 Subject: [PATCH 1/5] Update src/app/about/page.tsx --- src/app/about/page.tsx | 44 +++++++++++++----------------------------- 1 file changed, 13 insertions(+), 31 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 05d407e..cd822f1 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -42,17 +42,17 @@ export default function AboutPage() { @@ -63,39 +63,21 @@ export default function AboutPage() { description="Hear from the brands and entrepreneurs we've worked with" tag="Client Testimonials" tagIcon={Quote} - tagAnimation="entrance-slide" + tagAnimation="slide-up" textboxLayout="default" animationType="slide-up" useInvertedBackground={true} showRating={true} testimonials={[ { - id: "1", - name: "Sarah Johnson", - handle: "@sarahjohnson", - testimonial: "Prisma Social completely transformed our social media presence. Within 6 months, our engagement tripled and we saw a 180% increase in conversions. They truly understand our brand voice.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=7", - imageAlt: "Sarah Johnson, CEO", - }, + id: "1", name: "Sarah Johnson", handle: "@sarahjohnson", testimonial: "Prisma Social completely transformed our social media presence. Within 6 months, our engagement tripled and we saw a 180% increase in conversions. They truly understand our brand voice.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "Sarah Johnson, CEO"}, { - id: "2", - name: "Michael Chen", - handle: "@mchen_creative", - testimonial: "Working with Prisma Social was a game-changer for our startup. Their strategic approach and creative execution helped us go from zero to 100K followers in just 4 months.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=8", - imageAlt: "Michael Chen, Founder", - }, + id: "2", name: "Michael Chen", handle: "@mchen_creative", testimonial: "Working with Prisma Social was a game-changer for our startup. Their strategic approach and creative execution helped us go from zero to 100K followers in just 4 months.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "Michael Chen, Founder"}, { - id: "3", - name: "Emily Rodriguez", - handle: "@emilyrodriguez", - testimonial: "The team's attention to detail and data-driven approach is exceptional. They didn't just manage our accounts—they elevated our entire brand narrative across all platforms.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=9", - imageAlt: "Emily Rodriguez, Marketing Director", - }, + id: "3", name: "Emily Rodriguez", handle: "@emilyrodriguez", testimonial: "The team's attention to detail and data-driven approach is exceptional. They didn't just manage our accounts—they elevated our entire brand narrative across all platforms.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "Emily Rodriguez, Marketing Director"}, ]} /> @@ -104,14 +86,14 @@ export default function AboutPage() { -- 2.49.1 From 86f40539a3dc0be279bc9edff3af2c8a1ae6d6cd Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 10:28:49 +0000 Subject: [PATCH 2/5] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 17 +++++------------ 1 file changed, 5 insertions(+), 12 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index cfd24e1..356a47b 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -45,14 +45,14 @@ export default function ContactPage() { @@ -64,18 +64,11 @@ export default function ContactPage() { description="Join hundreds of successful companies working with Prisma Social" tag="Our Partners" 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} /> @@ -87,7 +80,7 @@ export default function ContactPage() { description="Our commitment to excellence and results" tag="Our Promise" tagIcon={TrendingUp} - tagAnimation="entrance-slide" + tagAnimation="slide-up" textboxLayout="default" animationType="depth-3d" useInvertedBackground={false} -- 2.49.1 From 1154c4954f32a28f61a93f689db24ba530778745 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 10:28:49 +0000 Subject: [PATCH 3/5] Update src/app/page.tsx --- src/app/page.tsx | 140 ++++++++++++----------------------------------- 1 file changed, 35 insertions(+), 105 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 513760f..597ffd6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -59,7 +59,7 @@ export default function HomePage() { tag="Premium Social Media Agency" tagIcon={Sparkles} tagAnimation="slide-up" - background={{ variant: "glowing-orb" }} + background={{ variant: "fluid" }} buttons={[ { text: "Start Your Campaign", href: "contact" }, { text: "View Our Work", href: "portfolio" }, @@ -76,17 +76,17 @@ export default function HomePage() { @@ -97,36 +97,27 @@ export default function HomePage() { description="Comprehensive social media solutions designed to elevate your brand and accelerate growth across all platforms" tag="What We Offer" tagIcon={Zap} - tagAnimation="entrance-slide" + tagAnimation="slide-up" textboxLayout="default" animationType="slide-up" useInvertedBackground={true} features={[ { - title: "Social Strategy & Planning", - description: "Data-driven strategy that aligns with your business goals and audience insights", - bentoComponent: "icon-info-cards", - items: [ + title: "Social Strategy & Planning", description: "Data-driven strategy that aligns with your business goals and audience insights", bentoComponent: "icon-info-cards", items: [ { icon: Target, label: "Audience Research", value: "Deep dive analysis" }, { icon: TrendingUp, label: "Growth Tracking", value: "Real-time metrics" }, { icon: BarChart3, label: "Performance Analytics", value: "Detailed reporting" }, ], }, { - title: "Content Creation & Design", - description: "High-impact visual content that captures attention and drives engagement", - bentoComponent: "media-stack", - items: [ - { imageSrc: "http://img.b2bpic.net/free-photo/assemble-manufacturing-production-business-pattern_53876-133939.jpg?_wi=1", imageAlt: "Design content" }, - { imageSrc: "http://img.b2bpic.net/free-vector/marketing-project-timeline-template_742173-20679.jpg?_wi=1", imageAlt: "Strategy planning" }, - { imageSrc: "http://img.b2bpic.net/free-photo/luxurious-boardroom-space-within-multinational-company-used-meetings_482257-124520.jpg?_wi=1", imageAlt: "Analytics workspace" }, + title: "Content Creation & Design", description: "High-impact visual content that captures attention and drives engagement", bentoComponent: "media-stack", items: [ + { imageSrc: "http://img.b2bpic.net/free-photo/assemble-manufacturing-production-business-pattern_53876-133939.jpg", imageAlt: "Design content" }, + { imageSrc: "http://img.b2bpic.net/free-vector/marketing-project-timeline-template_742173-20679.jpg", imageAlt: "Strategy planning" }, + { imageSrc: "http://img.b2bpic.net/free-photo/luxurious-boardroom-space-within-multinational-company-used-meetings_482257-124520.jpg", imageAlt: "Analytics workspace" }, ], }, { - title: "Influencer & Community Management", - description: "Build authentic relationships and nurture engaged communities", - bentoComponent: "orbiting-icons", - centerIcon: Users, + title: "Influencer & Community Management", description: "Build authentic relationships and nurture engaged communities", bentoComponent: "orbiting-icons", centerIcon: Users, items: [ { icon: Heart, ring: 1, duration: 10 }, { icon: MessageCircle, ring: 2, duration: 12 }, @@ -134,10 +125,7 @@ export default function HomePage() { ], }, { - title: "Paid Advertising & Optimization", - description: "Strategic ad campaigns that maximize ROI and conversion rates", - bentoComponent: "animated-bar-chart", - }, + title: "Paid Advertising & Optimization", description: "Strategic ad campaigns that maximize ROI and conversion rates", bentoComponent: "animated-bar-chart"}, ]} carouselMode="buttons" /> @@ -149,7 +137,7 @@ export default function HomePage() { description="Real results from real brands we've transformed through strategic social media excellence" tag="Our Portfolio" tagIcon={Award} - tagAnimation="entrance-slide" + tagAnimation="slide-up" textboxLayout="default" animationType="slide-up" useInvertedBackground={false} @@ -157,26 +145,11 @@ export default function HomePage() { 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=1", - 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=1", - 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=1", - 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"}, ]} /> @@ -187,66 +160,30 @@ export default function HomePage() { description="Hear directly from brands we've partnered with and the impact we've made on their social presence" tag="Testimonials" tagIcon={Quote} - tagAnimation="entrance-slide" + tagAnimation="slide-up" textboxLayout="default" animationType="slide-up" useInvertedBackground={true} showRating={true} testimonials={[ { - id: "1", - name: "Sarah Johnson", - handle: "@sarahjohnson", - testimonial: "Prisma Social completely transformed our social media presence. Within 6 months, our engagement tripled and we saw a 180% increase in conversions. They truly understand our brand voice.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=1", - imageAlt: "Sarah Johnson, CEO", - }, + id: "1", name: "Sarah Johnson", handle: "@sarahjohnson", testimonial: "Prisma Social completely transformed our social media presence. Within 6 months, our engagement tripled and we saw a 180% increase in conversions. They truly understand our brand voice.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "Sarah Johnson, CEO"}, { - id: "2", - name: "Michael Chen", - handle: "@mchen_creative", - testimonial: "Working with Prisma Social was a game-changer for our startup. Their strategic approach and creative execution helped us go from zero to 100K followers in just 4 months.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=2", - imageAlt: "Michael Chen, Founder", - }, + id: "2", name: "Michael Chen", handle: "@mchen_creative", testimonial: "Working with Prisma Social was a game-changer for our startup. Their strategic approach and creative execution helped us go from zero to 100K followers in just 4 months.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "Michael Chen, Founder"}, { - id: "3", - name: "Emily Rodriguez", - handle: "@emilyrodriguez", - testimonial: "The team's attention to detail and data-driven approach is exceptional. They didn't just manage our accounts—they elevated our entire brand narrative across all platforms.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=3", - imageAlt: "Emily Rodriguez, Marketing Director", - }, + id: "3", name: "Emily Rodriguez", handle: "@emilyrodriguez", testimonial: "The team's attention to detail and data-driven approach is exceptional. They didn't just manage our accounts—they elevated our entire brand narrative across all platforms.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "Emily Rodriguez, Marketing Director"}, { - id: "4", - name: "David Kim", - handle: "@davidkim88", - testimonial: "Prisma Social's content strategy has been instrumental in building our brand authority. Their team is professional, responsive, and truly invested in our success.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=4", - imageAlt: "David Kim, Product Manager", - }, + id: "4", name: "David Kim", handle: "@davidkim88", testimonial: "Prisma Social's content strategy has been instrumental in building our brand authority. Their team is professional, responsive, and truly invested in our success.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "David Kim, Product Manager"}, { - id: "5", - name: "Jessica Martinez", - handle: "@jmartinez_design", - testimonial: "We partnered with Prisma Social to revamp our social presence and the results speak for themselves. Our ROI increased by 220% in the first year alone.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=5", - imageAlt: "Jessica Martinez, Business Owner", - }, + id: "5", name: "Jessica Martinez", handle: "@jmartinez_design", testimonial: "We partnered with Prisma Social to revamp our social presence and the results speak for themselves. Our ROI increased by 220% in the first year alone.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "Jessica Martinez, Business Owner"}, { - id: "6", - name: "Alex Thompson", - handle: "@alexthompson", - testimonial: "Outstanding team with exceptional creativity and strategic thinking. They transformed our social media from an afterthought to a core part of our business growth.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=6", - imageAlt: "Alex Thompson, CEO", - }, + id: "6", name: "Alex Thompson", handle: "@alexthompson", testimonial: "Outstanding team with exceptional creativity and strategic thinking. They transformed our social media from an afterthought to a core part of our business growth.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "Alex Thompson, CEO"}, ]} /> @@ -257,18 +194,11 @@ export default function HomePage() { description="From startups to established enterprises, brands choose Prisma Social for results-driven social media management" tag="Our Clients" tagIcon={CheckCircle} - tagAnimation="entrance-slide" + tagAnimation="slide-up" textboxLayout="default" useInvertedBackground={false} 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} /> @@ -280,7 +210,7 @@ export default function HomePage() { description="Our impact measured in real business results and meaningful growth for our clients" tag="Our Impact" tagIcon={TrendingUp} - tagAnimation="entrance-slide" + tagAnimation="slide-up" textboxLayout="default" animationType="depth-3d" useInvertedBackground={true} @@ -297,14 +227,14 @@ export default function HomePage() { -- 2.49.1 From 4fd69dbfc9f84492ed598a77fab17a49cfdc451c Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 10:28:50 +0000 Subject: [PATCH 4/5] 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() { -- 2.49.1 From bc9d53c5adbfba5ce670826fa63307748a0e62f0 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 10:28:50 +0000 Subject: [PATCH 5/5] Update src/app/services/page.tsx --- src/app/services/page.tsx | 31 +++++++++++-------------------- 1 file changed, 11 insertions(+), 20 deletions(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index c11ef20..ba38a1b 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -51,36 +51,27 @@ export default function ServicesPage() { description="Explore our comprehensive range of social media services designed to transform your brand and drive meaningful growth across all platforms" tag="Our Services" tagIcon={Zap} - tagAnimation="entrance-slide" + tagAnimation="slide-up" textboxLayout="default" animationType="slide-up" useInvertedBackground={true} features={[ { - title: "Social Strategy & Planning", - description: "Data-driven strategy that aligns with your business goals and audience insights", - bentoComponent: "icon-info-cards", - items: [ + title: "Social Strategy & Planning", description: "Data-driven strategy that aligns with your business goals and audience insights", bentoComponent: "icon-info-cards", items: [ { icon: Target, label: "Audience Research", value: "Deep dive analysis" }, { icon: TrendingUp, label: "Growth Tracking", value: "Real-time metrics" }, { icon: BarChart3, label: "Performance Analytics", value: "Detailed reporting" }, ], }, { - title: "Content Creation & Design", - description: "High-impact visual content that captures attention and drives engagement", - bentoComponent: "media-stack", - items: [ - { imageSrc: "http://img.b2bpic.net/free-photo/assemble-manufacturing-production-business-pattern_53876-133939.jpg?_wi=2", imageAlt: "Design content" }, - { imageSrc: "http://img.b2bpic.net/free-vector/marketing-project-timeline-template_742173-20679.jpg?_wi=2", imageAlt: "Strategy planning" }, - { imageSrc: "http://img.b2bpic.net/free-photo/luxurious-boardroom-space-within-multinational-company-used-meetings_482257-124520.jpg?_wi=2", imageAlt: "Analytics workspace" }, + title: "Content Creation & Design", description: "High-impact visual content that captures attention and drives engagement", bentoComponent: "media-stack", items: [ + { imageSrc: "http://img.b2bpic.net/free-photo/assemble-manufacturing-production-business-pattern_53876-133939.jpg", imageAlt: "Design content" }, + { imageSrc: "http://img.b2bpic.net/free-vector/marketing-project-timeline-template_742173-20679.jpg", imageAlt: "Strategy planning" }, + { imageSrc: "http://img.b2bpic.net/free-photo/luxurious-boardroom-space-within-multinational-company-used-meetings_482257-124520.jpg", imageAlt: "Analytics workspace" }, ], }, { - title: "Influencer & Community Management", - description: "Build authentic relationships and nurture engaged communities", - bentoComponent: "orbiting-icons", - centerIcon: Users, + title: "Influencer & Community Management", description: "Build authentic relationships and nurture engaged communities", bentoComponent: "orbiting-icons", centerIcon: Users, items: [ { icon: Heart, ring: 1, duration: 10 }, { icon: MessageCircle, ring: 2, duration: 12 }, @@ -98,7 +89,7 @@ export default function ServicesPage() { description="Measurable results delivered across all our service offerings" tag="Performance Metrics" tagIcon={TrendingUp} - tagAnimation="entrance-slide" + tagAnimation="slide-up" textboxLayout="default" animationType="depth-3d" useInvertedBackground={false} @@ -115,15 +106,15 @@ export default function ServicesPage() { -- 2.49.1