Merge version_1 into main #2
@@ -42,17 +42,17 @@ export default function AboutPage() {
|
||||
<MetricSplitMediaAbout
|
||||
tag="About Prisma Social"
|
||||
tagIcon={Users}
|
||||
tagAnimation="entrance-slide"
|
||||
tagAnimation="slide-up"
|
||||
title="We Build Brands That Matter"
|
||||
description="With over a decade of combined experience, our team of strategists, designers, and content creators work collaboratively to amplify your brand's voice. We don't just manage social media—we orchestrate conversations that drive real business results. Our mission is to transform how brands connect with their audiences through authentic, strategic, and creative excellence."
|
||||
metrics={[
|
||||
{ value: "500+", title: "Successful Campaigns" },
|
||||
{ value: "50M+", title: "Combined Reach" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/employees-discussing-project-strategies_482257-120275.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/employees-discussing-project-strategies_482257-120275.jpg"
|
||||
imageAlt="Prisma Social team collaboration"
|
||||
mediaAnimation="entrance-slide"
|
||||
metricsAnimation="entrance-slide"
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
@@ -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"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -104,14 +86,14 @@ export default function AboutPage() {
|
||||
<ContactCTA
|
||||
tag="Join Our Success Stories"
|
||||
tagIcon={Sparkles}
|
||||
tagAnimation="entrance-slide"
|
||||
tagAnimation="slide-up"
|
||||
title="Ready to Partner With Us?"
|
||||
description="Let's explore how Prisma Social can help your brand reach new heights. Our team is passionate about delivering results and building lasting partnerships with brands we believe in."
|
||||
buttons={[
|
||||
{ text: "Start a Conversation", href: "contact" },
|
||||
{ text: "View Our Services", href: "services" },
|
||||
]}
|
||||
buttonAnimation="entrance-slide"
|
||||
buttonAnimation="slide-up"
|
||||
background={{ variant: "animated-grid" }}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
|
||||
@@ -45,14 +45,14 @@ export default function ContactPage() {
|
||||
<ContactCTA
|
||||
tag="Get In Touch"
|
||||
tagIcon={Sparkles}
|
||||
tagAnimation="entrance-slide"
|
||||
tagAnimation="slide-up"
|
||||
title="Let's Create Something Amazing Together"
|
||||
description="Ready to transform your brand's social media presence? Our team is excited to hear about your vision and discuss how we can help you achieve your goals. Reach out to us today—we typically respond within 24 hours."
|
||||
buttons={[
|
||||
{ text: "Send us an Email", href: "mailto:hello@prismasocial.com" },
|
||||
{ text: "Schedule a Call", href: "#" },
|
||||
]}
|
||||
buttonAnimation="entrance-slide"
|
||||
buttonAnimation="slide-up"
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
@@ -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}
|
||||
|
||||
140
src/app/page.tsx
140
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() {
|
||||
<MetricSplitMediaAbout
|
||||
tag="About Our Agency"
|
||||
tagIcon={Users}
|
||||
tagAnimation="entrance-slide"
|
||||
tagAnimation="slide-up"
|
||||
title="We Build Brands That Matter"
|
||||
description="With over a decade of combined experience, our team of strategists, designers, and content creators work collaboratively to amplify your brand's voice. We don't just manage social media—we orchestrate conversations that drive real business results."
|
||||
metrics={[
|
||||
{ value: "500+", title: "Successful Campaigns" },
|
||||
{ value: "50M+", title: "Combined Reach" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/employees-discussing-project-strategies_482257-120275.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/employees-discussing-project-strategies_482257-120275.jpg"
|
||||
imageAlt="Prisma Social team collaboration"
|
||||
mediaAnimation="entrance-slide"
|
||||
metricsAnimation="entrance-slide"
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
@@ -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"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -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"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -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() {
|
||||
<ContactCTA
|
||||
tag="Let's Create Magic"
|
||||
tagIcon={Sparkles}
|
||||
tagAnimation="entrance-slide"
|
||||
tagAnimation="slide-up"
|
||||
title="Ready to Elevate Your Social Presence?"
|
||||
description="Let's partner together to create social media campaigns that don't just reach your audience—they move them. Get in touch with our team today to discuss your vision."
|
||||
buttons={[
|
||||
{ text: "Schedule a Consultation", href: "contact" },
|
||||
{ text: "View Our Portfolio", href: "portfolio" },
|
||||
]}
|
||||
buttonAnimation="entrance-slide"
|
||||
buttonAnimation="slide-up"
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
|
||||
@@ -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}
|
||||
/>
|
||||
|
||||
@@ -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() {
|
||||
<ContactCTA
|
||||
tag="Ready to Transform?"
|
||||
tagIcon={Sparkles}
|
||||
tagAnimation="entrance-slide"
|
||||
tagAnimation="slide-up"
|
||||
title="Let's Build Your Social Media Strategy"
|
||||
description="Our team is ready to discuss which services are the perfect fit for your brand's unique needs and goals. Schedule a consultation today."
|
||||
buttons={[
|
||||
{ text: "Get Started", href: "contact" },
|
||||
{ text: "Back to Home", href: "/" },
|
||||
]}
|
||||
buttonAnimation="entrance-slide"
|
||||
background={{ variant: "glowing-orb" }}
|
||||
buttonAnimation="slide-up"
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user