Merge version_1 into main #2

Merged
bender merged 5 commits from version_1 into main 2026-03-02 22:49:54 +00:00
5 changed files with 113 additions and 318 deletions

View File

@@ -20,8 +20,7 @@ export default function AboutPage() {
const footerColumns = [
{
title: "Services",
items: [
title: "Services", items: [
{ label: "Content Strategy", href: "#services" },
{ label: "Paid Advertising", href: "#services" },
{ label: "Influencer Partnerships", href: "#services" },
@@ -29,8 +28,7 @@ export default function AboutPage() {
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Case Studies", href: "/case-studies" },
{ label: "Our Team", href: "#team" },
@@ -38,8 +36,7 @@ export default function AboutPage() {
],
},
{
title: "Resources",
items: [
title: "Resources", items: [
{ label: "Blog", href: "#" },
{ label: "Social Media Guides", href: "#" },
{ label: "Case Studies", href: "/case-studies" },
@@ -47,8 +44,7 @@ export default function AboutPage() {
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
{ label: "Cookie Policy", href: "#" },
@@ -80,32 +76,17 @@ export default function AboutPage() {
tag="About"
features={[
{
id: "strategy-first",
title: "Strategy First",
description:
"Every campaign begins with deep research and analysis. We understand your market, audience, and competitive landscape before executing any strategy.",
imageSrc:
"http://img.b2bpic.net/free-photo/corporate-business-planning-with-business-chart-teamwork-concept_1150-842.jpg?_wi=2",
imageAlt: "Strategy planning",
},
id: "strategy-first", title: "Strategy First", description:
"Every campaign begins with deep research and analysis. We understand your market, audience, and competitive landscape before executing any strategy.", imageSrc:
"http://img.b2bpic.net/free-photo/corporate-business-planning-with-business-chart-teamwork-concept_1150-842.jpg", imageAlt: "Strategy planning"},
{
id: "creative-excellence",
title: "Creative Excellence",
description:
"Our award-winning creative team produces compelling content that captures attention, builds connection, and drives action across all platforms.",
imageSrc:
"http://img.b2bpic.net/free-photo/smiley-female-friends-taking-selfie-with-smartphone_23-2148708898.jpg?_wi=2",
imageAlt: "Creative content",
},
id: "creative-excellence", title: "Creative Excellence", description:
"Our award-winning creative team produces compelling content that captures attention, builds connection, and drives action across all platforms.", imageSrc:
"http://img.b2bpic.net/free-photo/smiley-female-friends-taking-selfie-with-smartphone_23-2148708898.jpg", imageAlt: "Creative content"},
{
id: "data-driven",
title: "Data-Driven Optimization",
description:
"We continuously measure, analyze, and optimize every aspect of your campaigns. Real-time insights guide our decisions for maximum ROI.",
imageSrc:
"http://img.b2bpic.net/free-photo/employee-editing-documents-desktop-computer-office-desk_482257-126550.jpg?_wi=2",
imageAlt: "Data analytics",
},
id: "data-driven", title: "Data-Driven Optimization", description:
"We continuously measure, analyze, and optimize every aspect of your campaigns. Real-time insights guide our decisions for maximum ROI.", imageSrc:
"http://img.b2bpic.net/free-photo/employee-editing-documents-desktop-computer-office-desk_482257-126550.jpg", imageAlt: "Data analytics"},
]}
gridVariant="three-columns-all-equal-width"
animationType="slide-up"
@@ -121,43 +102,25 @@ export default function AboutPage() {
tag="Team"
members={[
{
id: "team-1",
name: "Emma Sterling",
role: "Chief Strategy Officer",
description:
"Former VP of Social at leading marketing firm. 10+ years driving brand growth through data-driven strategies.",
imageSrc:
"http://img.b2bpic.net/free-photo/portrait-beautiful-young-business-woman_158595-4757.jpg",
imageAlt: "Emma Sterling",
socialLinks: [
id: "team-1", name: "Emma Sterling", role: "Chief Strategy Officer", description:
"Former VP of Social at leading marketing firm. 10+ years driving brand growth through data-driven strategies.", imageSrc:
"http://img.b2bpic.net/free-photo/portrait-beautiful-young-business-woman_158595-4757.jpg", imageAlt: "Emma Sterling", socialLinks: [
{ icon: Linkedin, url: "https://linkedin.com" },
{ icon: Twitter, url: "https://twitter.com" },
],
},
{
id: "team-2",
name: "Marcus Johnson",
role: "Head of Content",
description:
"Creative storyteller with expertise in viral campaigns. Has created content for 100M+ reach across platforms.",
imageSrc:
"http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5365.jpg",
imageAlt: "Marcus Johnson",
socialLinks: [
id: "team-2", name: "Marcus Johnson", role: "Head of Content", description:
"Creative storyteller with expertise in viral campaigns. Has created content for 100M+ reach across platforms.", imageSrc:
"http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5365.jpg", imageAlt: "Marcus Johnson", socialLinks: [
{ icon: Linkedin, url: "https://linkedin.com" },
{ icon: Globe, url: "https://portfolio.com" },
],
},
{
id: "team-3",
name: "Olivia Park",
role: "Creative Director",
description:
"Award-winning designer creating visually stunning campaigns. Specializes in brand identity and visual storytelling.",
imageSrc:
"http://img.b2bpic.net/free-photo/young-pretty-lady-with-short-curly-hair-wireless-earphones_574295-1285.jpg",
imageAlt: "Olivia Park",
socialLinks: [
id: "team-3", name: "Olivia Park", role: "Creative Director", description:
"Award-winning designer creating visually stunning campaigns. Specializes in brand identity and visual storytelling.", imageSrc:
"http://img.b2bpic.net/free-photo/young-pretty-lady-with-short-curly-hair-wireless-earphones_574295-1285.jpg", imageAlt: "Olivia Park", socialLinks: [
{ icon: Linkedin, url: "https://linkedin.com" },
{ icon: Instagram, url: "https://instagram.com" },
],

View File

@@ -19,8 +19,7 @@ export default function CaseStudiesPage() {
const footerColumns = [
{
title: "Services",
items: [
title: "Services", items: [
{ label: "Content Strategy", href: "#services" },
{ label: "Paid Advertising", href: "#services" },
{ label: "Influencer Partnerships", href: "#services" },
@@ -28,8 +27,7 @@ export default function CaseStudiesPage() {
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Case Studies", href: "/case-studies" },
{ label: "Our Team", href: "#team" },
@@ -37,8 +35,7 @@ export default function CaseStudiesPage() {
],
},
{
title: "Resources",
items: [
title: "Resources", items: [
{ label: "Blog", href: "#" },
{ label: "Social Media Guides", href: "#" },
{ label: "Case Studies", href: "/case-studies" },
@@ -46,8 +43,7 @@ export default function CaseStudiesPage() {
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
{ label: "Cookie Policy", href: "#" },
@@ -79,37 +75,17 @@ export default function CaseStudiesPage() {
tag="Case Studies"
products={[
{
id: "case-1",
name: "E-Commerce Growth: 300% Revenue Increase",
price: "Fashion & Retail",
imageSrc:
"http://img.b2bpic.net/free-photo/businessman-holding-tablet-with-digital-marketing-concept_9975-22100.jpg?_wi=3",
imageAlt: "E-commerce campaign success",
},
id: "case-1", name: "E-Commerce Growth: 300% Revenue Increase", price: "Fashion & Retail", imageSrc:
"http://img.b2bpic.net/free-photo/businessman-holding-tablet-with-digital-marketing-concept_9975-22100.jpg", imageAlt: "E-commerce campaign success"},
{
id: "case-2",
name: "Tech Startup Launch: 50K Followers in 90 Days",
price: "SaaS & Technology",
imageSrc:
"http://img.b2bpic.net/free-photo/top-view-mobile-desk-success-diagram_1163-2762.jpg?_wi=2",
imageAlt: "Tech startup growth",
},
id: "case-2", name: "Tech Startup Launch: 50K Followers in 90 Days", price: "SaaS & Technology", imageSrc:
"http://img.b2bpic.net/free-photo/top-view-mobile-desk-success-diagram_1163-2762.jpg", imageAlt: "Tech startup growth"},
{
id: "case-3",
name: "Community Building: 10M Monthly Impressions",
price: "Lifestyle & Wellness",
imageSrc:
"http://img.b2bpic.net/free-photo/baseball-supporters-watching-their-team-lose-game-phone_53876-132069.jpg?_wi=2",
imageAlt: "Community engagement",
},
id: "case-3", name: "Community Building: 10M Monthly Impressions", price: "Lifestyle & Wellness", imageSrc:
"http://img.b2bpic.net/free-photo/baseball-supporters-watching-their-team-lose-game-phone_53876-132069.jpg", imageAlt: "Community engagement"},
{
id: "case-4",
name: "Restaurant Chain: Social-to-Store Traffic +280%",
price: "Food & Beverage",
imageSrc:
"http://img.b2bpic.net/free-photo/corporate-business-planning-with-business-chart-teamwork-concept_1150-842.jpg?_wi=3",
imageAlt: "Restaurant marketing campaign",
},
id: "case-4", name: "Restaurant Chain: Social-to-Store Traffic +280%", price: "Food & Beverage", imageSrc:
"http://img.b2bpic.net/free-photo/corporate-business-planning-with-business-chart-teamwork-concept_1150-842.jpg", imageAlt: "Restaurant marketing campaign"},
]}
gridVariant="four-items-2x2-equal-grid"
animationType="slide-up"
@@ -124,33 +100,17 @@ export default function CaseStudiesPage() {
cardTag="See what they say"
testimonials={[
{
id: "testimonial-1",
name: "Sarah Mitchell",
imageSrc:
"http://img.b2bpic.net/free-photo/smiling-middle-aged-business-leader-window_1262-5674.jpg?_wi=2",
imageAlt: "Sarah Mitchell",
},
id: "testimonial-1", name: "Sarah Mitchell", imageSrc:
"http://img.b2bpic.net/free-photo/smiling-middle-aged-business-leader-window_1262-5674.jpg", imageAlt: "Sarah Mitchell"},
{
id: "testimonial-2",
name: "David Chen",
imageSrc:
"http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg?_wi=2",
imageAlt: "David Chen",
},
id: "testimonial-2", name: "David Chen", imageSrc:
"http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg", imageAlt: "David Chen"},
{
id: "testimonial-3",
name: "Jessica Rodriguez",
imageSrc:
"http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3797.jpg?_wi=2",
imageAlt: "Jessica Rodriguez",
},
id: "testimonial-3", name: "Jessica Rodriguez", imageSrc:
"http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3797.jpg", imageAlt: "Jessica Rodriguez"},
{
id: "testimonial-4",
name: "Michael Thompson",
imageSrc:
"http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=2",
imageAlt: "Michael Thompson",
},
id: "testimonial-4", name: "Michael Thompson", imageSrc:
"http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "Michael Thompson"},
]}
cardAnimation="slide-up"
useInvertedBackground={false}

View File

@@ -18,8 +18,7 @@ export default function ContactPage() {
const footerColumns = [
{
title: "Services",
items: [
title: "Services", items: [
{ label: "Content Strategy", href: "#services" },
{ label: "Paid Advertising", href: "#services" },
{ label: "Influencer Partnerships", href: "#services" },
@@ -27,8 +26,7 @@ export default function ContactPage() {
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Case Studies", href: "/case-studies" },
{ label: "Our Team", href: "#team" },
@@ -36,8 +34,7 @@ export default function ContactPage() {
],
},
{
title: "Resources",
items: [
title: "Resources", items: [
{ label: "Blog", href: "#" },
{ label: "Social Media Guides", href: "#" },
{ label: "Case Studies", href: "/case-studies" },
@@ -45,8 +42,7 @@ export default function ContactPage() {
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
{ label: "Cookie Policy", href: "#" },
@@ -90,41 +86,23 @@ export default function ContactPage() {
sideDescription="Everything you need to know about working with PixelFlow."
faqs={[
{
id: "faq-1",
title: "How do you measure social media success?",
content:
"We track key metrics including engagement rate, follower growth, click-through rate, conversion rate, and ROI. Each client receives detailed monthly reports with actionable insights and performance benchmarks.",
},
id: "faq-1", title: "How do you measure social media success?", content:
"We track key metrics including engagement rate, follower growth, click-through rate, conversion rate, and ROI. Each client receives detailed monthly reports with actionable insights and performance benchmarks."},
{
id: "faq-2",
title: "What platforms do you manage?",
content:
"We specialize in Instagram, TikTok, LinkedIn, Facebook, Twitter, Pinterest, and YouTube. Our strategies are tailored to each platform's unique audience and content style for maximum effectiveness.",
},
id: "faq-2", title: "What platforms do you manage?", content:
"We specialize in Instagram, TikTok, LinkedIn, Facebook, Twitter, Pinterest, and YouTube. Our strategies are tailored to each platform's unique audience and content style for maximum effectiveness."},
{
id: "faq-3",
title: "How long does it take to see results?",
content:
"Most clients see meaningful engagement increases within 4-6 weeks. Follower growth and revenue impact typically appear within 2-3 months as our strategies compound and optimize over time.",
},
id: "faq-3", title: "How long does it take to see results?", content:
"Most clients see meaningful engagement increases within 4-6 weeks. Follower growth and revenue impact typically appear within 2-3 months as our strategies compound and optimize over time."},
{
id: "faq-4",
title: "Do you handle content creation?",
content:
"Yes! Our content team creates everything from copy and graphics to video content. We develop a content calendar aligned with your brand voice and business goals.",
},
id: "faq-4", title: "Do you handle content creation?", content:
"Yes! Our content team creates everything from copy and graphics to video content. We develop a content calendar aligned with your brand voice and business goals."},
{
id: "faq-5",
title: "Can you help with crisis management?",
content:
"Absolutely. Our enterprise clients have access to 24/7 crisis response protocols. We monitor conversations, respond strategically, and protect your brand reputation during challenging situations.",
},
id: "faq-5", title: "Can you help with crisis management?", content:
"Absolutely. Our enterprise clients have access to 24/7 crisis response protocols. We monitor conversations, respond strategically, and protect your brand reputation during challenging situations."},
{
id: "faq-6",
title: "What's your onboarding process?",
content:
"We start with a comprehensive brand audit and strategy session. Then we develop a custom roadmap, set up your accounts (if needed), and begin executing within the first 2 weeks.",
},
id: "faq-6", title: "What's your onboarding process?", content:
"We start with a comprehensive brand audit and strategy session. Then we develop a custom roadmap, set up your accounts (if needed), and begin executing within the first 2 weeks."},
]}
textPosition="left"
useInvertedBackground={false}

View File

@@ -5,36 +5,21 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
const archivo = Archivo({
variable: "--font-archivo",
subsets: ["latin"],
variable: "--font-archivo", subsets: ["latin"],
});
export const metadata: Metadata = {
title: "Premium Social Media Agency | PixelFlow",
description: "Award-winning social media strategies for ambitious brands. We deliver measurable growth through expert content, paid advertising, and influencer partnerships.",
keywords: "social media agency, social media marketing, content strategy, paid advertising, influencer marketing",
metadataBase: new URL("https://pixelflow.com"),
title: "Premium Social Media Agency | PixelFlow", description: "Award-winning social media strategies for ambitious brands. We deliver measurable growth through expert content, paid advertising, and influencer partnerships.", keywords: "social media agency, social media marketing, content strategy, paid advertising, influencer marketing", metadataBase: new URL("https://pixelflow.com"),
alternates: {
canonical: "https://pixelflow.com",
},
canonical: "https://pixelflow.com"},
openGraph: {
title: "Premium Social Media Agency | PixelFlow",
description: "Transform your brand's social presence with expert strategies and proven results.",
url: "https://pixelflow.com",
siteName: "PixelFlow",
type: "website",
images: [
title: "Premium Social Media Agency | PixelFlow", description: "Transform your brand's social presence with expert strategies and proven results.", url: "https://pixelflow.com", siteName: "PixelFlow", type: "website", images: [
{
url: "https://pixelflow.com/og-image.jpg",
alt: "PixelFlow - Social Media Agency",
},
url: "https://pixelflow.com/og-image.jpg", alt: "PixelFlow - Social Media Agency"},
],
},
twitter: {
card: "summary_large_image",
title: "Premium Social Media Agency | PixelFlow",
description: "Elevate your brand with award-winning social media strategies.",
images: ["https://pixelflow.com/twitter-image.jpg"],
card: "summary_large_image", title: "Premium Social Media Agency | PixelFlow", description: "Elevate your brand with award-winning social media strategies.", images: ["https://pixelflow.com/twitter-image.jpg"],
},
robots: {
index: true,

View File

@@ -24,8 +24,7 @@ export default function HomePage() {
const footerColumns = [
{
title: "Services",
items: [
title: "Services", items: [
{ label: "Content Strategy", href: "#services" },
{ label: "Paid Advertising", href: "#services" },
{ label: "Influencer Partnerships", href: "#services" },
@@ -33,8 +32,7 @@ export default function HomePage() {
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Case Studies", href: "/case-studies" },
{ label: "Our Team", href: "#team" },
@@ -42,8 +40,7 @@ export default function HomePage() {
],
},
{
title: "Resources",
items: [
title: "Resources", items: [
{ label: "Blog", href: "#" },
{ label: "Social Media Guides", href: "#" },
{ label: "Case Studies", href: "/case-studies" },
@@ -51,8 +48,7 @@ export default function HomePage() {
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
{ label: "Cookie Policy", href: "#" },
@@ -84,17 +80,11 @@ export default function HomePage() {
background={{ variant: "downward-rays-animated-grid" }}
avatars={[
{
src: "http://img.b2bpic.net/free-vector/set-social-people-media-profile-member_24877-53571.jpg",
alt: "Client success story",
},
src: "http://img.b2bpic.net/free-vector/set-social-people-media-profile-member_24877-53571.jpg", alt: "Client success story"},
{
src: "http://img.b2bpic.net/free-vector/set-social-people-media-profile-member_24877-53571.jpg",
alt: "Happy client",
},
src: "http://img.b2bpic.net/free-vector/set-social-people-media-profile-member_24877-53571.jpg", alt: "Happy client"},
{
src: "http://img.b2bpic.net/free-vector/set-social-people-media-profile-member_24877-53571.jpg",
alt: "Brand transformation",
},
src: "http://img.b2bpic.net/free-vector/set-social-people-media-profile-member_24877-53571.jpg", alt: "Brand transformation"},
]}
avatarText="Trusted by 150+ brands"
buttons={[
@@ -111,41 +101,21 @@ export default function HomePage() {
tag="Services"
features={[
{
id: "content-strategy",
title: "Content Strategy",
description:
"Tailored content calendars and strategic planning that align with your brand voice and business objectives. We craft narratives that resonate with your audience.",
imageSrc:
"http://img.b2bpic.net/free-photo/corporate-business-planning-with-business-chart-teamwork-concept_1150-842.jpg?_wi=1",
imageAlt: "Content strategy planning",
},
id: "content-strategy", title: "Content Strategy", description:
"Tailored content calendars and strategic planning that align with your brand voice and business objectives. We craft narratives that resonate with your audience.", imageSrc:
"http://img.b2bpic.net/free-photo/corporate-business-planning-with-business-chart-teamwork-concept_1150-842.jpg", imageAlt: "Content strategy planning"},
{
id: "paid-advertising",
title: "Paid Advertising",
description:
"Data-driven paid social campaigns across all major platforms. We optimize for conversions while maximizing your ROI.",
imageSrc:
"http://img.b2bpic.net/free-photo/businessman-holding-tablet-with-digital-marketing-concept_9975-22100.jpg?_wi=1",
imageAlt: "Social media advertising",
},
id: "paid-advertising", title: "Paid Advertising", description:
"Data-driven paid social campaigns across all major platforms. We optimize for conversions while maximizing your ROI.", imageSrc:
"http://img.b2bpic.net/free-photo/businessman-holding-tablet-with-digital-marketing-concept_9975-22100.jpg", imageAlt: "Social media advertising"},
{
id: "influencer-partnerships",
title: "Influencer Partnerships",
description:
"Strategic collaborations with micro and macro influencers to amplify your message and reach new audiences authentically.",
imageSrc:
"http://img.b2bpic.net/free-photo/smiley-female-friends-taking-selfie-with-smartphone_23-2148708898.jpg?_wi=1",
imageAlt: "Influencer collaboration",
},
id: "influencer-partnerships", title: "Influencer Partnerships", description:
"Strategic collaborations with micro and macro influencers to amplify your message and reach new audiences authentically.", imageSrc:
"http://img.b2bpic.net/free-photo/smiley-female-friends-taking-selfie-with-smartphone_23-2148708898.jpg", imageAlt: "Influencer collaboration"},
{
id: "analytics-reporting",
title: "Analytics & Reporting",
description:
"Deep-dive performance analytics and transparent monthly reports. We measure what matters and provide actionable insights.",
imageSrc:
"http://img.b2bpic.net/free-photo/employee-editing-documents-desktop-computer-office-desk_482257-126550.jpg?_wi=1",
imageAlt: "Performance analytics",
},
id: "analytics-reporting", title: "Analytics & Reporting", description:
"Deep-dive performance analytics and transparent monthly reports. We measure what matters and provide actionable insights.", imageSrc:
"http://img.b2bpic.net/free-photo/employee-editing-documents-desktop-computer-office-desk_482257-126550.jpg", imageAlt: "Performance analytics"},
]}
gridVariant="uniform-4-items"
animationType="slide-up"
@@ -162,29 +132,14 @@ export default function HomePage() {
tag="Portfolio"
products={[
{
id: "case-1",
name: "E-Commerce Growth: 300% Revenue Increase",
price: "Fashion & Retail",
imageSrc:
"http://img.b2bpic.net/free-photo/businessman-holding-tablet-with-digital-marketing-concept_9975-22100.jpg?_wi=2",
imageAlt: "E-commerce campaign success",
},
id: "case-1", name: "E-Commerce Growth: 300% Revenue Increase", price: "Fashion & Retail", imageSrc:
"http://img.b2bpic.net/free-photo/businessman-holding-tablet-with-digital-marketing-concept_9975-22100.jpg", imageAlt: "E-commerce campaign success"},
{
id: "case-2",
name: "Tech Startup Launch: 50K Followers in 90 Days",
price: "SaaS & Technology",
imageSrc:
"http://img.b2bpic.net/free-photo/top-view-mobile-desk-success-diagram_1163-2762.jpg?_wi=1",
imageAlt: "Tech startup growth",
},
id: "case-2", name: "Tech Startup Launch: 50K Followers in 90 Days", price: "SaaS & Technology", imageSrc:
"http://img.b2bpic.net/free-photo/top-view-mobile-desk-success-diagram_1163-2762.jpg", imageAlt: "Tech startup growth"},
{
id: "case-3",
name: "Community Building: 10M Monthly Impressions",
price: "Lifestyle & Wellness",
imageSrc:
"http://img.b2bpic.net/free-photo/baseball-supporters-watching-their-team-lose-game-phone_53876-132069.jpg?_wi=1",
imageAlt: "Community engagement",
},
id: "case-3", name: "Community Building: 10M Monthly Impressions", price: "Lifestyle & Wellness", imageSrc:
"http://img.b2bpic.net/free-photo/baseball-supporters-watching-their-team-lose-game-phone_53876-132069.jpg", imageAlt: "Community engagement"},
]}
gridVariant="three-columns-all-equal-width"
animationType="slide-up"
@@ -217,33 +172,17 @@ export default function HomePage() {
cardTag="Client Success Stories"
testimonials={[
{
id: "testimonial-1",
name: "Sarah Mitchell",
imageSrc:
"http://img.b2bpic.net/free-photo/smiling-middle-aged-business-leader-window_1262-5674.jpg?_wi=1",
imageAlt: "Sarah Mitchell",
},
id: "testimonial-1", name: "Sarah Mitchell", imageSrc:
"http://img.b2bpic.net/free-photo/smiling-middle-aged-business-leader-window_1262-5674.jpg", imageAlt: "Sarah Mitchell"},
{
id: "testimonial-2",
name: "David Chen",
imageSrc:
"http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg?_wi=1",
imageAlt: "David Chen",
},
id: "testimonial-2", name: "David Chen", imageSrc:
"http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg", imageAlt: "David Chen"},
{
id: "testimonial-3",
name: "Jessica Rodriguez",
imageSrc:
"http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3797.jpg?_wi=1",
imageAlt: "Jessica Rodriguez",
},
id: "testimonial-3", name: "Jessica Rodriguez", imageSrc:
"http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3797.jpg", imageAlt: "Jessica Rodriguez"},
{
id: "testimonial-4",
name: "Michael Thompson",
imageSrc:
"http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=1",
imageAlt: "Michael Thompson",
},
id: "testimonial-4", name: "Michael Thompson", imageSrc:
"http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "Michael Thompson"},
]}
cardAnimation="slide-up"
useInvertedBackground={false}
@@ -257,60 +196,30 @@ export default function HomePage() {
tag="Pricing"
plans={[
{
id: "starter",
price: "$2,500/month",
name: "Starter",
buttons={[
id: "starter", price: "$2,500/month", name: "Starter", buttons: [
{ text: "Get Started", href: "/contact" },
{ text: "Learn More", href: "#" },
]}
features={[
"1-2 Social platforms",
"4 posts per week",
"Basic analytics",
"Community management",
"Monthly reporting",
]}
}
],
features: [
"1-2 Social platforms", "4 posts per week", "Basic analytics", "Community management", "Monthly reporting"],
},
{
id: "professional",
badge: "Most Popular",
badgeIcon: Sparkles,
price: "$5,500/month",
name: "Professional",
buttons={[
id: "professional", badge: "Most Popular", badgeIcon: Sparkles,
price: "$5,500/month", name: "Professional", buttons: [
{ text: "Get Started", href: "/contact" },
{ text: "Learn More", href: "#" },
]}
features={[
"All platforms included",
"12 posts per week",
"Advanced analytics",
"Influencer partnerships",
"Paid ad management",
"Weekly strategy calls",
"Bi-weekly reporting",
]}
}
],
features: [
"All platforms included", "12 posts per week", "Advanced analytics", "Influencer partnerships", "Paid ad management", "Weekly strategy calls", "Bi-weekly reporting"],
},
{
id: "enterprise",
price: "Custom",
name: "Enterprise",
buttons={[
id: "enterprise", price: "Custom", name: "Enterprise", buttons: [
{ text: "Book Consultation", href: "/contact" },
{ text: "Learn More", href: "#" },
]}
features={[
"Unlimited platforms",
"Daily content & engagement",
"Custom strategy",
"Dedicated account team",
"Full influencer program",
"Crisis management",
"Real-time reporting",
"Priority support",
]}
}
],
features: [
"Unlimited platforms", "Daily content & engagement", "Custom strategy", "Dedicated account team", "Full influencer program", "Crisis management", "Real-time reporting", "Priority support"],
},
]}
animationType="slide-up"
textboxLayout="default"