Merge version_1 into main #2

Merged
bender merged 4 commits from version_1 into main 2026-03-05 08:29:38 +00:00
4 changed files with 56 additions and 211 deletions

View File

@@ -11,7 +11,7 @@ export default function AboutPage() {
return (
<ThemeProvider
defaultButtonVariant="expand-hover"
defaultTextAnimation="reveal-blur"
defaultTextAnimation="entrance-slide"
borderRadius="pill"
contentWidth="small"
sizing="mediumLargeSizeMediumTitles"
@@ -39,28 +39,19 @@ export default function AboutPage() {
title="Our Mission & Values"
description="We believe in empowering brands through authentic storytelling and data-driven strategy. Our mission is to transform social media from a channel into a powerful growth engine for businesses that dare to stand out."
tag="About Creative Minds"
imageSrc="http://img.b2bpic.net/free-photo/happy-young-colleagues-office-coworking_171337-17719.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-photo/happy-young-colleagues-office-coworking_171337-17719.jpg"
imageAlt="Creative Minds team collaboration"
accordionItems={[
{
id: "1",
title: "Our Mission",
content: "To transform brands into industry leaders through strategic social media excellence, creative innovation, and measurable business results that exceed expectations.",
},
id: "1", title: "Our Mission", content: "To transform brands into industry leaders through strategic social media excellence, creative innovation, and measurable business results that exceed expectations."},
{
id: "2",
title: "Core Values",
content: "Creativity First: We push boundaries and challenge conventions. Integrity: Transparent communication and ethical practices. Excellence: Committed to delivering outstanding results. Partnership: Your success is our success.",
},
id: "2", title: "Core Values", content: "Creativity First: We push boundaries and challenge conventions. Integrity: Transparent communication and ethical practices. Excellence: Committed to delivering outstanding results. Partnership: Your success is our success."},
{
id: "3",
title: "Our Approach",
content: "We combine strategic thinking with creative excellence. Every campaign is backed by data, informed by insights, and designed to create meaningful connections between brands and their audiences.",
},
id: "3", title: "Our Approach", content: "We combine strategic thinking with creative excellence. Every campaign is backed by data, informed by insights, and designed to create meaningful connections between brands and their audiences."},
]}
mediaPosition="right"
useInvertedBackground={false}
mediaAnimation="reveal-blur"
mediaAnimation="slide-up"
buttons={[{ text: "Get Started", href: "/contact" }]}
/>
</div>
@@ -76,33 +67,13 @@ export default function AboutPage() {
useInvertedBackground={false}
members={[
{
id: "1",
name: "Alexandra Rose",
role: "Creative Director",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-pretty-woman-sitting-table-trench-coat-working-laptop-co-working-office-wearing-glasses-smiling-happy-positive-workplace_285396-65.jpg",
imageAlt: "Alexandra Rose - Creative Director",
},
id: "1", name: "Alexandra Rose", role: "Creative Director", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-pretty-woman-sitting-table-trench-coat-working-laptop-co-working-office-wearing-glasses-smiling-happy-positive-workplace_285396-65.jpg", imageAlt: "Alexandra Rose - Creative Director"},
{
id: "2",
name: "Daniel Morrison",
role: "Social Media Strategist",
imageSrc: "http://img.b2bpic.net/free-photo/young-man-writing-down-his-plans_1098-17086.jpg",
imageAlt: "Daniel Morrison - Social Media Strategist",
},
id: "2", name: "Daniel Morrison", role: "Social Media Strategist", imageSrc: "http://img.b2bpic.net/free-photo/young-man-writing-down-his-plans_1098-17086.jpg", imageAlt: "Daniel Morrison - Social Media Strategist"},
{
id: "3",
name: "Zoe Chen",
role: "Content Creator & Videographer",
imageSrc: "http://img.b2bpic.net/free-photo/photographer-explaining-about-shot-his-team-studio-looking-laptop-talking-his-assistants-holding-camera-photo-shoot-teamwork-brainstorm_627829-7058.jpg",
imageAlt: "Zoe Chen - Content Creator",
},
id: "3", name: "Zoe Chen", role: "Content Creator & Videographer", imageSrc: "http://img.b2bpic.net/free-photo/photographer-explaining-about-shot-his-team-studio-looking-laptop-talking-his-assistants-holding-camera-photo-shoot-teamwork-brainstorm_627829-7058.jpg", imageAlt: "Zoe Chen - Content Creator"},
{
id: "4",
name: "Kevin Andrews",
role: "Analytics & Insights Lead",
imageSrc: "http://img.b2bpic.net/free-photo/handsome-latin-businessman-examining-sales-data-while-working-home_662251-890.jpg",
imageAlt: "Kevin Andrews - Analytics Lead",
},
id: "4", name: "Kevin Andrews", role: "Analytics & Insights Lead", imageSrc: "http://img.b2bpic.net/free-photo/handsome-latin-businessman-examining-sales-data-while-working-home_662251-890.jpg", imageAlt: "Kevin Andrews - Analytics Lead"},
]}
/>
</div>
@@ -111,8 +82,7 @@ export default function AboutPage() {
<FooterBaseReveal
columns={[
{
title: "Services",
items: [
title: "Services", items: [
{ label: "Social Strategy", href: "/services" },
{ label: "Content Creation", href: "/services" },
{ label: "Community Management", href: "/services" },
@@ -120,8 +90,7 @@ export default function AboutPage() {
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Our Team", href: "/about" },
{ label: "Portfolio", href: "/portfolio" },
@@ -129,8 +98,7 @@ export default function AboutPage() {
],
},
{
title: "Connect",
items: [
title: "Connect", items: [
{ label: "Contact Us", href: "/contact" },
{ label: "Instagram", href: "https://instagram.com" },
{ label: "LinkedIn", href: "https://linkedin.com" },

View File

@@ -10,7 +10,7 @@ export default function ContactPage() {
return (
<ThemeProvider
defaultButtonVariant="expand-hover"
defaultTextAnimation="reveal-blur"
defaultTextAnimation="entrance-slide"
borderRadius="pill"
contentWidth="small"
sizing="mediumLargeSizeMediumTitles"
@@ -41,7 +41,7 @@ export default function ContactPage() {
imageSrc="http://img.b2bpic.net/free-vector/women-teamwork-with-computer-letter-message_24877-54741.jpg"
imageAlt="Newsletter signup"
mediaPosition="right"
mediaAnimation="reveal-blur"
mediaAnimation="slide-up"
useInvertedBackground={true}
background={{ variant: "sparkles-gradient" }}
inputPlaceholder="Enter your email"
@@ -54,8 +54,7 @@ export default function ContactPage() {
<FooterBaseReveal
columns={[
{
title: "Services",
items: [
title: "Services", items: [
{ label: "Social Strategy", href: "/services" },
{ label: "Content Creation", href: "/services" },
{ label: "Community Management", href: "/services" },
@@ -63,8 +62,7 @@ export default function ContactPage() {
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Our Team", href: "/about" },
{ label: "Portfolio", href: "/portfolio" },
@@ -72,8 +70,7 @@ export default function ContactPage() {
],
},
{
title: "Connect",
items: [
title: "Connect", items: [
{ label: "Contact Us", href: "/contact" },
{ label: "Instagram", href: "https://instagram.com" },
{ label: "LinkedIn", href: "https://linkedin.com" },

View File

@@ -14,7 +14,7 @@ export default function HomePage() {
return (
<ThemeProvider
defaultButtonVariant="expand-hover"
defaultTextAnimation="reveal-blur"
defaultTextAnimation="entrance-slide"
borderRadius="pill"
contentWidth="small"
sizing="mediumLargeSizeMediumTitles"
@@ -42,7 +42,7 @@ export default function HomePage() {
title="Elevate Your Social Presence"
description="We craft compelling social media strategies that transform brands into industry leaders. Data-driven campaigns with creative excellence."
tag="Premium Agency"
imageSrc="http://img.b2bpic.net/free-photo/happy-young-colleagues-office-coworking_171337-17719.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/happy-young-colleagues-office-coworking_171337-17719.jpg"
imageAlt="Creative team workspace"
textPosition="bottom-left"
showBlur={true}
@@ -63,34 +63,19 @@ export default function HomePage() {
imageAlt="Social media strategy planning"
accordionItems={[
{
id: "1",
title: "Strategic Planning & Consulting",
content: "We develop customized social media strategies aligned with your business objectives. Our team analyzes your market, competitors, and audience to create actionable roadmaps for sustainable growth and engagement.",
},
id: "1", title: "Strategic Planning & Consulting", content: "We develop customized social media strategies aligned with your business objectives. Our team analyzes your market, competitors, and audience to create actionable roadmaps for sustainable growth and engagement."},
{
id: "2",
title: "Content Creation & Production",
content: "From concept to execution, we produce high-quality content that resonates with your audience. Our creative team handles photography, videography, graphic design, and copywriting across all platforms.",
},
id: "2", title: "Content Creation & Production", content: "From concept to execution, we produce high-quality content that resonates with your audience. Our creative team handles photography, videography, graphic design, and copywriting across all platforms."},
{
id: "3",
title: "Community Management & Engagement",
content: "We build and nurture engaged communities around your brand. Our team monitors conversations, responds to inquiries, manages relationships, and fosters meaningful connections with your audience.",
},
id: "3", title: "Community Management & Engagement", content: "We build and nurture engaged communities around your brand. Our team monitors conversations, responds to inquiries, manages relationships, and fosters meaningful connections with your audience."},
{
id: "4",
title: "Analytics & Reporting",
content: "Data-driven insights fuel our strategy. We track key metrics, provide detailed analytics reports, and continuously optimize campaigns based on performance data to maximize ROI.",
},
id: "4", title: "Analytics & Reporting", content: "Data-driven insights fuel our strategy. We track key metrics, provide detailed analytics reports, and continuously optimize campaigns based on performance data to maximize ROI."},
{
id: "5",
title: "Paid Social Advertising",
content: "Strategic ad campaigns across Facebook, Instagram, LinkedIn, and TikTok. We manage budgets, optimize targeting, and ensure every dollar drives meaningful results and conversions.",
},
id: "5", title: "Paid Social Advertising", content: "Strategic ad campaigns across Facebook, Instagram, LinkedIn, and TikTok. We manage budgets, optimize targeting, and ensure every dollar drives meaningful results and conversions."},
]}
mediaPosition="left"
useInvertedBackground={true}
mediaAnimation="reveal-blur"
mediaAnimation="slide-up"
buttons={[{ text: "Explore Services", href: "/services" }]}
/>
</div>
@@ -106,29 +91,11 @@ export default function HomePage() {
useInvertedBackground={false}
products={[
{
id: "1",
name: "Luxury Fashion Brand Campaign",
price: "2.3M Impressions",
variant: "Instagram & TikTok",
imageSrc: "http://img.b2bpic.net/free-photo/curly-young-woman-silk-stylish-black-pajamas-eyeglasses-sits-brown-soft-sofa-with-laptop_197531-33652.jpg?_wi=1",
imageAlt: "Luxury campaign showcase",
},
id: "1", name: "Luxury Fashion Brand Campaign", price: "2.3M Impressions", variant: "Instagram & TikTok", imageSrc: "http://img.b2bpic.net/free-photo/curly-young-woman-silk-stylish-black-pajamas-eyeglasses-sits-brown-soft-sofa-with-laptop_197531-33652.jpg", imageAlt: "Luxury campaign showcase"},
{
id: "2",
name: "Tech Startup Growth Campaign",
price: "450K Engagement",
variant: "LinkedIn & Twitter",
imageSrc: "http://img.b2bpic.net/free-vector/marketing-business-squared-flyer_23-2148675885.jpg?_wi=1",
imageAlt: "Tech startup campaign",
},
id: "2", name: "Tech Startup Growth Campaign", price: "450K Engagement", variant: "LinkedIn & Twitter", imageSrc: "http://img.b2bpic.net/free-vector/marketing-business-squared-flyer_23-2148675885.jpg", imageAlt: "Tech startup campaign"},
{
id: "3",
name: "Lifestyle Brand Community Building",
price: "35K New Followers",
variant: "Cross-Platform",
imageSrc: "http://img.b2bpic.net/free-psd/gersh-jewelry-instagram-stories-template_23-2152031057.jpg?_wi=1",
imageAlt: "Lifestyle brand portfolio",
},
id: "3", name: "Lifestyle Brand Community Building", price: "35K New Followers", variant: "Cross-Platform", imageSrc: "http://img.b2bpic.net/free-psd/gersh-jewelry-instagram-stories-template_23-2152031057.jpg", imageAlt: "Lifestyle brand portfolio"},
]}
/>
</div>
@@ -143,28 +110,16 @@ export default function HomePage() {
useInvertedBackground={true}
metrics={[
{
id: "1",
value: "450%",
title: "Average ROI Increase",
items: ["Across all client campaigns", "Consistent quarter-over-quarter growth", "Data-backed optimization"],
id: "1", value: "450%", title: "Average ROI Increase", items: ["Across all client campaigns", "Consistent quarter-over-quarter growth", "Data-backed optimization"],
},
{
id: "2",
value: "2.8M+",
title: "Total Social Impressions",
items: ["Generated for clients", "High-quality audience reach", "Targeted engagement"],
id: "2", value: "2.8M+", title: "Total Social Impressions", items: ["Generated for clients", "High-quality audience reach", "Targeted engagement"],
},
{
id: "3",
value: "95%",
title: "Client Retention Rate",
items: ["Long-term partnerships", "Continuous value delivery", "Strategic growth focus"],
id: "3", value: "95%", title: "Client Retention Rate", items: ["Long-term partnerships", "Continuous value delivery", "Strategic growth focus"],
},
{
id: "4",
value: "50+",
title: "Award-Winning Campaigns",
items: ["Industry recognition", "Creative excellence", "Strategic innovation"],
id: "4", value: "50+", title: "Award-Winning Campaigns", items: ["Industry recognition", "Creative excellence", "Strategic innovation"],
},
]}
/>
@@ -179,59 +134,17 @@ export default function HomePage() {
useInvertedBackground={false}
testimonials={[
{
id: "1",
title: "Transformed Our Brand Presence",
quote: "Creative Minds completely revolutionized our social media strategy. In just 6 months, we saw a 300% increase in engagement and our follower count tripled. Their team is incredibly creative and strategic.",
name: "Sarah Mitchell",
role: "CEO, Luxe Collective",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg?_wi=1",
imageAlt: "Sarah Mitchell",
},
id: "1", title: "Transformed Our Brand Presence", quote: "Creative Minds completely revolutionized our social media strategy. In just 6 months, we saw a 300% increase in engagement and our follower count tripled. Their team is incredibly creative and strategic.", name: "Sarah Mitchell", role: "CEO, Luxe Collective", imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg", imageAlt: "Sarah Mitchell"},
{
id: "2",
title: "Exceptional Campaign Results",
quote: "The data-driven approach combined with creative excellence set Creative Minds apart. Our latest campaign exceeded expectations with a 450% ROI. Highly recommend their services.",
name: "Marcus Chen",
role: "Marketing Director, TechVenture",
imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-working-warehouse_329181-12811.jpg",
imageAlt: "Marcus Chen",
},
id: "2", title: "Exceptional Campaign Results", quote: "The data-driven approach combined with creative excellence set Creative Minds apart. Our latest campaign exceeded expectations with a 450% ROI. Highly recommend their services.", name: "Marcus Chen", role: "Marketing Director, TechVenture", imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-working-warehouse_329181-12811.jpg", imageAlt: "Marcus Chen"},
{
id: "3",
title: "True Partnership & Collaboration",
quote: "Working with Creative Minds feels like working with an extension of our own team. They understand our brand deeply and consistently deliver innovative content strategies that resonate with our audience.",
name: "Emma Rodriguez",
role: "Founder, EcoStyle Co.",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg?_wi=2",
imageAlt: "Emma Rodriguez",
},
id: "3", title: "True Partnership & Collaboration", quote: "Working with Creative Minds feels like working with an extension of our own team. They understand our brand deeply and consistently deliver innovative content strategies that resonate with our audience.", name: "Emma Rodriguez", role: "Founder, EcoStyle Co.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg", imageAlt: "Emma Rodriguez"},
{
id: "4",
title: "Outstanding Community Growth",
quote: "Their community management approach is exceptional. They didn't just grow our followers—they built a genuinely engaged community that advocates for our brand daily.",
name: "James Patterson",
role: "Brand Manager, Wellness Plus",
imageSrc: "http://img.b2bpic.net/free-photo/middle-aged-businesswoman-smiling_1262-21181.jpg",
imageAlt: "James Patterson",
},
id: "4", title: "Outstanding Community Growth", quote: "Their community management approach is exceptional. They didn't just grow our followers—they built a genuinely engaged community that advocates for our brand daily.", name: "James Patterson", role: "Brand Manager, Wellness Plus", imageSrc: "http://img.b2bpic.net/free-photo/middle-aged-businesswoman-smiling_1262-21181.jpg", imageAlt: "James Patterson"},
{
id: "5",
title: "Measurable Business Impact",
quote: "We partnered with Creative Minds to overhaul our social presence and saw immediate results. Our conversion rate improved by 280% and customer acquisition cost decreased significantly.",
name: "Lisa Kaufman",
role: "CEO, Fashion Forward",
imageSrc: "http://img.b2bpic.net/free-photo/young-serious-businessman-looking-camera-meeting-headshot-portrait_1163-3923.jpg",
imageAlt: "Lisa Kaufman",
},
id: "5", title: "Measurable Business Impact", quote: "We partnered with Creative Minds to overhaul our social presence and saw immediate results. Our conversion rate improved by 280% and customer acquisition cost decreased significantly.", name: "Lisa Kaufman", role: "CEO, Fashion Forward", imageSrc: "http://img.b2bpic.net/free-photo/young-serious-businessman-looking-camera-meeting-headshot-portrait_1163-3923.jpg", imageAlt: "Lisa Kaufman"},
{
id: "6",
title: "Creative Professionals We Trust",
quote: "The creative quality, strategic thinking, and professionalism of the Creative Minds team is unmatched. They've become an invaluable partner in our brand growth journey.",
name: "David Kumar",
role: "CMO, Digital Innovations",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg?_wi=3",
imageAlt: "David Kumar",
},
id: "6", title: "Creative Professionals We Trust", quote: "The creative quality, strategic thinking, and professionalism of the Creative Minds team is unmatched. They've become an invaluable partner in our brand growth journey.", name: "David Kumar", role: "CMO, Digital Innovations", imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg", imageAlt: "David Kumar"},
]}
/>
</div>
@@ -240,8 +153,7 @@ export default function HomePage() {
<FooterBaseReveal
columns={[
{
title: "Services",
items: [
title: "Services", items: [
{ label: "Social Strategy", href: "/services" },
{ label: "Content Creation", href: "/services" },
{ label: "Community Management", href: "/services" },
@@ -249,8 +161,7 @@ export default function HomePage() {
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Our Team", href: "#team" },
{ label: "Portfolio", href: "/portfolio" },
@@ -258,8 +169,7 @@ export default function HomePage() {
],
},
{
title: "Connect",
items: [
title: "Connect", items: [
{ label: "Contact Us", href: "/contact" },
{ label: "Instagram", href: "https://instagram.com" },
{ label: "LinkedIn", href: "https://linkedin.com" },

View File

@@ -11,7 +11,7 @@ export default function ServicesPage() {
return (
<ThemeProvider
defaultButtonVariant="expand-hover"
defaultTextAnimation="reveal-blur"
defaultTextAnimation="entrance-slide"
borderRadius="pill"
contentWidth="small"
sizing="mediumLargeSizeMediumTitles"
@@ -43,34 +43,19 @@ export default function ServicesPage() {
imageAlt="Analytics and social media services"
accordionItems={[
{
id: "1",
title: "Strategic Planning & Consulting",
content: "We develop customized social media strategies aligned with your business objectives. Our team analyzes your market, competitors, and audience to create actionable roadmaps for sustainable growth and engagement.",
},
id: "1", title: "Strategic Planning & Consulting", content: "We develop customized social media strategies aligned with your business objectives. Our team analyzes your market, competitors, and audience to create actionable roadmaps for sustainable growth and engagement."},
{
id: "2",
title: "Content Creation & Production",
content: "From concept to execution, we produce high-quality content that resonates with your audience. Our creative team handles photography, videography, graphic design, and copywriting across all platforms.",
},
id: "2", title: "Content Creation & Production", content: "From concept to execution, we produce high-quality content that resonates with your audience. Our creative team handles photography, videography, graphic design, and copywriting across all platforms."},
{
id: "3",
title: "Community Management & Engagement",
content: "We build and nurture engaged communities around your brand. Our team monitors conversations, responds to inquiries, manages relationships, and fosters meaningful connections with your audience.",
},
id: "3", title: "Community Management & Engagement", content: "We build and nurture engaged communities around your brand. Our team monitors conversations, responds to inquiries, manages relationships, and fosters meaningful connections with your audience."},
{
id: "4",
title: "Analytics & Reporting",
content: "Data-driven insights fuel our strategy. We track key metrics, provide detailed analytics reports, and continuously optimize campaigns based on performance data to maximize ROI.",
},
id: "4", title: "Analytics & Reporting", content: "Data-driven insights fuel our strategy. We track key metrics, provide detailed analytics reports, and continuously optimize campaigns based on performance data to maximize ROI."},
{
id: "5",
title: "Paid Social Advertising",
content: "Strategic ad campaigns across Facebook, Instagram, LinkedIn, and TikTok. We manage budgets, optimize targeting, and ensure every dollar drives meaningful results and conversions.",
},
id: "5", title: "Paid Social Advertising", content: "Strategic ad campaigns across Facebook, Instagram, LinkedIn, and TikTok. We manage budgets, optimize targeting, and ensure every dollar drives meaningful results and conversions."},
]}
mediaPosition="left"
useInvertedBackground={true}
mediaAnimation="reveal-blur"
mediaAnimation="slide-up"
buttons={[{ text: "Schedule Consultation", href: "/contact" }]}
/>
</div>
@@ -85,28 +70,16 @@ export default function ServicesPage() {
useInvertedBackground={false}
metrics={[
{
id: "1",
value: "300%",
title: "Average Engagement Increase",
items: ["Within first 3 months", "Across all client segments", "Consistent growth trajectory"],
id: "1", value: "300%", title: "Average Engagement Increase", items: ["Within first 3 months", "Across all client segments", "Consistent growth trajectory"],
},
{
id: "2",
value: "2.5M+",
title: "Total Monthly Reach",
items: ["Average client account", "Highly targeted audience", "Quality engagement metrics"],
id: "2", value: "2.5M+", title: "Total Monthly Reach", items: ["Average client account", "Highly targeted audience", "Quality engagement metrics"],
},
{
id: "3",
value: "6.5x",
title: "Average Campaign ROI",
items: ["Paid social campaigns", "From budget to results", "Industry-leading performance"],
id: "3", value: "6.5x", title: "Average Campaign ROI", items: ["Paid social campaigns", "From budget to results", "Industry-leading performance"],
},
{
id: "4",
value: "48h",
title: "Average Response Time",
items: ["Community inquiries", "Professional support", "24/7 monitoring"],
id: "4", value: "48h", title: "Average Response Time", items: ["Community inquiries", "Professional support", "24/7 monitoring"],
},
]}
/>
@@ -116,8 +89,7 @@ export default function ServicesPage() {
<FooterBaseReveal
columns={[
{
title: "Services",
items: [
title: "Services", items: [
{ label: "Social Strategy", href: "/services" },
{ label: "Content Creation", href: "/services" },
{ label: "Community Management", href: "/services" },
@@ -125,8 +97,7 @@ export default function ServicesPage() {
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Our Team", href: "/about" },
{ label: "Portfolio", href: "/portfolio" },
@@ -134,8 +105,7 @@ export default function ServicesPage() {
],
},
{
title: "Connect",
items: [
title: "Connect", items: [
{ label: "Contact Us", href: "/contact" },
{ label: "Instagram", href: "https://instagram.com" },
{ label: "LinkedIn", href: "https://linkedin.com" },