Merge version_1 into main #2
@@ -27,31 +27,17 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
href: "/#services",
|
||||
},
|
||||
name: "Services", id: "/#services"},
|
||||
{
|
||||
name: "About Us",
|
||||
id: "about",
|
||||
href: "/#about",
|
||||
},
|
||||
name: "About Us", id: "/#about"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
href: "/#testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "/#testimonials"},
|
||||
{
|
||||
name: "Team",
|
||||
id: "team",
|
||||
href: "/#team",
|
||||
},
|
||||
name: "Team", id: "/#team"},
|
||||
]}
|
||||
brandName="Socius Agency"
|
||||
button={{
|
||||
text: "Get a Quote",
|
||||
href: "/contact",
|
||||
}}
|
||||
text: "Get a Quote", href: "/contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -62,31 +48,20 @@ export default function LandingPage() {
|
||||
description="Have questions, need a custom quote, or ready to elevate your social media presence? Fill out the form below, and our team will get back to you promptly."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
required: true,
|
||||
name: "name", type: "text", placeholder: "Your Name", required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Your Email",
|
||||
required: true,
|
||||
name: "email", type: "email", placeholder: "Your Email", required: true,
|
||||
},
|
||||
{
|
||||
name: "subject",
|
||||
type: "text",
|
||||
placeholder: "Subject",
|
||||
required: false,
|
||||
name: "subject", type: "text", placeholder: "Subject", required: false,
|
||||
},
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Your Message",
|
||||
rows: 5,
|
||||
name: "message", placeholder: "Your Message", rows: 5,
|
||||
required: true,
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-colleagues-with-laptop_23-2149009003.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-colleagues-with-laptop_23-2149009003.jpg"
|
||||
imageAlt="Social media agency team meeting success"
|
||||
mediaAnimation="blur-reveal"
|
||||
mediaPosition="right"
|
||||
@@ -100,32 +75,18 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "What services does Socius Agency offer?",
|
||||
content: "Socius Agency specializes in comprehensive social media marketing, content creation, campaign management, community engagement, and performance analytics to drive significant brand growth.",
|
||||
},
|
||||
id: "1", title: "What services does Socius Agency offer?", content: "Socius Agency specializes in comprehensive social media marketing, content creation, campaign management, community engagement, and performance analytics to drive significant brand growth."},
|
||||
{
|
||||
id: "2",
|
||||
title: "How can I get a custom quote for my business?",
|
||||
content: "To receive a tailored quote, please fill out our contact form or schedule a direct call with our specialists. We'll discuss your specific needs and propose a strategy that aligns with your goals.",
|
||||
},
|
||||
id: "2", title: "How can I get a custom quote for my business?", content: "To receive a tailored quote, please fill out our contact form or schedule a direct call with our specialists. We'll discuss your specific needs and propose a strategy that aligns with your goals."},
|
||||
{
|
||||
id: "3",
|
||||
title: "What sets Socius Agency apart from other agencies?",
|
||||
content: "Our commitment to premium, data-driven strategies, bespoke content, and unparalleled client communication ensures measurable results and a truly elevated online presence for your brand.",
|
||||
},
|
||||
id: "3", title: "What sets Socius Agency apart from other agencies?", content: "Our commitment to premium, data-driven strategies, bespoke content, and unparalleled client communication ensures measurable results and a truly elevated online presence for your brand."},
|
||||
{
|
||||
id: "4",
|
||||
title: "What are your typical response times?",
|
||||
content: "We strive to respond to all inquiries within one business day. For urgent matters, please indicate so in your message, and we will prioritize accordingly.",
|
||||
},
|
||||
id: "4", title: "What are your typical response times?", content: "We strive to respond to all inquiries within one business day. For urgent matters, please indicate so in your message, and we will prioritize accordingly."},
|
||||
]}
|
||||
ctaTitle="Still have questions?"
|
||||
ctaDescription="Our dedicated team is ready to provide personalized answers and solutions. Let's connect and discuss your social media needs."
|
||||
ctaButton={{
|
||||
text: "Schedule a Call",
|
||||
href: "/schedule-a-call",
|
||||
}}
|
||||
text: "Schedule a Call", href: "/schedule-a-call"}}
|
||||
ctaIcon={Calendar}
|
||||
/>
|
||||
</div>
|
||||
@@ -134,67 +95,41 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "/about",
|
||||
},
|
||||
label: "About Us", href: "/about"},
|
||||
{
|
||||
label: "Our Team",
|
||||
href: "/team",
|
||||
},
|
||||
label: "Our Team", href: "/team"},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "/careers",
|
||||
},
|
||||
label: "Careers", href: "/careers"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{
|
||||
label: "Social Media Marketing",
|
||||
href: "/services/social-media",
|
||||
},
|
||||
label: "Social Media Marketing", href: "/services/social-media"},
|
||||
{
|
||||
label: "Content Creation",
|
||||
href: "/services/content-creation",
|
||||
},
|
||||
label: "Content Creation", href: "/services/content-creation"},
|
||||
{
|
||||
label: "Campaign Management",
|
||||
href: "/services/campaigns",
|
||||
},
|
||||
label: "Campaign Management", href: "/services/campaigns"},
|
||||
{
|
||||
label: "Analytics & Reporting",
|
||||
href: "/services/analytics",
|
||||
},
|
||||
label: "Analytics & Reporting", href: "/services/analytics"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "/faq",
|
||||
},
|
||||
label: "FAQ", href: "/faq"},
|
||||
{
|
||||
label: "Contact Us",
|
||||
href: "/contact",
|
||||
},
|
||||
label: "Contact Us", href: "/contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "/privacy-policy",
|
||||
},
|
||||
label: "Privacy Policy", href: "/privacy-policy"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "/terms-of-service",
|
||||
},
|
||||
label: "Terms of Service", href: "/terms-of-service"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
258
src/app/page.tsx
258
src/app/page.tsx
@@ -32,78 +32,47 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
href: "/#services",
|
||||
},
|
||||
name: "Services", id: "/#services"},
|
||||
{
|
||||
name: "About Us",
|
||||
id: "about",
|
||||
href: "/#about",
|
||||
},
|
||||
name: "About Us", id: "/#about"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
href: "/#testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "/#testimonials"},
|
||||
{
|
||||
name: "Team",
|
||||
id: "team",
|
||||
href: "/#team",
|
||||
},
|
||||
name: "Team", id: "/#team"},
|
||||
]}
|
||||
brandName="Socius Agency"
|
||||
button={{
|
||||
text: "Get a Quote",
|
||||
href: "/contact",
|
||||
}}
|
||||
text: "Get a Quote", href: "/contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardCarousel
|
||||
background={{
|
||||
variant: "rotated-rays-animated-grid",
|
||||
}}
|
||||
variant: "rotated-rays-animated-grid"}}
|
||||
title="Elevate Your Brand with Premium Social Media Strategies"
|
||||
description="Socius Agency crafts bespoke social media solutions that drive engagement, growth, and measurable results for discerning brands."
|
||||
tag="Unlock Your Potential"
|
||||
tagIcon={Sparkles}
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore Our Services",
|
||||
href: "/#services",
|
||||
},
|
||||
text: "Explore Our Services", href: "/#services"},
|
||||
{
|
||||
text: "Get a Free Consultation",
|
||||
href: "/contact",
|
||||
},
|
||||
text: "Get a Free Consultation", href: "/contact"},
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/global-network-connection-internet-worldwide_53876-127920.jpg?_wi=1",
|
||||
imageAlt: "Social media dashboard showing growth metrics and analytics",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/global-network-connection-internet-worldwide_53876-127920.jpg", imageAlt: "Social media dashboard showing growth metrics and analytics"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/global-network-connection-internet-worldwide_53876-127920.jpg?_wi=2",
|
||||
imageAlt: "Social media dashboard showing growth metrics and analytics",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/global-network-connection-internet-worldwide_53876-127920.jpg", imageAlt: "Social media dashboard showing growth metrics and analytics"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/global-network-connection-internet-worldwide_53876-127920.jpg?_wi=3",
|
||||
imageAlt: "Social media dashboard showing growth metrics and analytics",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/global-network-connection-internet-worldwide_53876-127920.jpg", imageAlt: "Social media dashboard showing growth metrics and analytics"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/global-network-connection-internet-worldwide_53876-127920.jpg?_wi=4",
|
||||
imageAlt: "Social media dashboard showing growth metrics and analytics",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/global-network-connection-internet-worldwide_53876-127920.jpg", imageAlt: "Social media dashboard showing growth metrics and analytics"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/global-network-connection-internet-worldwide_53876-127920.jpg?_wi=5",
|
||||
imageAlt: "Social media dashboard showing growth metrics and analytics",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/global-network-connection-internet-worldwide_53876-127920.jpg", imageAlt: "Social media dashboard showing growth metrics and analytics"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/global-network-connection-internet-worldwide_53876-127920.jpg?_wi=6",
|
||||
imageAlt: "Social media dashboard showing growth metrics and analytics",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/global-network-connection-internet-worldwide_53876-127920.jpg", imageAlt: "Social media dashboard showing growth metrics and analytics"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -115,19 +84,13 @@ export default function LandingPage() {
|
||||
description="At Socius Agency, we blend cutting-edge analytics with innovative content creation to deliver social media strategies that truly resonate. Our bespoke approach ensures your brand not only stands out but also achieves tangible business objectives."
|
||||
metrics={[
|
||||
{
|
||||
value: "200+",
|
||||
title: "Satisfied Clients",
|
||||
},
|
||||
value: "200+", title: "Satisfied Clients"},
|
||||
{
|
||||
value: "95%",
|
||||
title: "Client Retention",
|
||||
},
|
||||
value: "95%", title: "Client Retention"},
|
||||
{
|
||||
value: "300%",
|
||||
title: "Avg. Growth",
|
||||
},
|
||||
value: "300%", title: "Avg. Growth"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-colleagues-with-laptop_23-2149009003.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-colleagues-with-laptop_23-2149009003.jpg"
|
||||
imageAlt="Social media agency team collaborating on a marketing strategy"
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="slide-up"
|
||||
@@ -142,25 +105,13 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Strategic Content Creation",
|
||||
description: "Crafting compelling narratives and visually stunning content that captivates your audience and reinforces your brand identity.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/business-landing-page-flat-design_23-2147774148.jpg",
|
||||
imageAlt: "Person creating digital content for social media",
|
||||
},
|
||||
title: "Strategic Content Creation", description: "Crafting compelling narratives and visually stunning content that captivates your audience and reinforces your brand identity.", imageSrc: "http://img.b2bpic.net/free-vector/business-landing-page-flat-design_23-2147774148.jpg", imageAlt: "Person creating digital content for social media"},
|
||||
{
|
||||
id: 2,
|
||||
title: "Targeted Campaign Management",
|
||||
description: "Executing precision-targeted ad campaigns across platforms to reach your ideal customers and drive conversions efficiently.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/admin-dashboard-panel_23-2148372589.jpg",
|
||||
imageAlt: "Digital marketing dashboard showing campaign performance",
|
||||
},
|
||||
title: "Targeted Campaign Management", description: "Executing precision-targeted ad campaigns across platforms to reach your ideal customers and drive conversions efficiently.", imageSrc: "http://img.b2bpic.net/free-vector/admin-dashboard-panel_23-2148372589.jpg", imageAlt: "Digital marketing dashboard showing campaign performance"},
|
||||
{
|
||||
id: 3,
|
||||
title: "Engaged Community Building",
|
||||
description: "Fostering active and loyal communities around your brand through authentic interactions and responsive engagement strategies.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-couple-looking-tablet_23-2148363584.jpg",
|
||||
imageAlt: "People engaging with social media content",
|
||||
},
|
||||
title: "Engaged Community Building", description: "Fostering active and loyal communities around your brand through authentic interactions and responsive engagement strategies.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-couple-looking-tablet_23-2148363584.jpg", imageAlt: "People engaging with social media content"},
|
||||
]}
|
||||
title="Our Premier Social Media Services"
|
||||
description="We offer a comprehensive suite of services designed to maximize your brand's impact across all digital platforms."
|
||||
@@ -172,46 +123,12 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
logos={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-vector/gradient-electronics-logo-collection_23-2148965451.jpg",
|
||||
alt: "Tech Solutions Logo",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-vector/modern-smart-goals-general-infographic_23-2149092344.jpg",
|
||||
alt: "Global Innovations Logo",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-vector/business-logo-collection_1346-72.jpg",
|
||||
alt: "Creative Ventures Logo",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-vector/gradient-logo-with-abstract-shape_23-2148218777.jpg",
|
||||
alt: "Finance Core Logo",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-vector/antibacterial-logo-hand-drawn-design_23-2148497543.jpg",
|
||||
alt: "Health Tech Logo",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-vector/elegant-handwritten-photography-typography-logo_742173-5797.jpg",
|
||||
alt: "E-commerce Giant Logo",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-vector/gradient-abstract-technology-company-logotype_52683-12668.jpg",
|
||||
alt: "EduTech Platform Logo",
|
||||
},
|
||||
"http://img.b2bpic.net/free-vector/gradient-electronics-logo-collection_23-2148965451.jpg", "http://img.b2bpic.net/free-vector/modern-smart-goals-general-infographic_23-2149092344.jpg", "http://img.b2bpic.net/free-vector/business-logo-collection_1346-72.jpg", "http://img.b2bpic.net/free-vector/gradient-logo-with-abstract-shape_23-2148218777.jpg", "http://img.b2bpic.net/free-vector/antibacterial-logo-hand-drawn-design_23-2148497543.jpg", "http://img.b2bpic.net/free-vector/elegant-handwritten-photography-typography-logo_742173-5797.jpg", "http://img.b2bpic.net/free-vector/gradient-abstract-technology-company-logotype_52683-12668.jpg"
|
||||
]}
|
||||
title="Trusted by Industry Leaders"
|
||||
description="Our expertise has helped diverse brands achieve their social media goals."
|
||||
names={[
|
||||
"Tech Solutions",
|
||||
"Global Innovations",
|
||||
"Creative Ventures",
|
||||
"Finance Core",
|
||||
"Health Tech",
|
||||
"E-commerce Giant",
|
||||
"EduTech Platform",
|
||||
]}
|
||||
"Tech Solutions", "Global Innovations", "Creative Ventures", "Finance Core", "Health Tech", "E-commerce Giant", "EduTech Platform"]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -223,37 +140,13 @@ export default function LandingPage() {
|
||||
carouselMode="auto"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah J.",
|
||||
role: "Marketing Director",
|
||||
testimonial: "Socius Agency completely revamped our social media strategy. The results were astounding – increased engagement, higher reach, and a clear ROI. Truly a premium service!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-man-banner-concept-with-copy-space_23-2149601534.jpg",
|
||||
imageAlt: "Portrait of Sarah J.",
|
||||
},
|
||||
id: "1", name: "Sarah J.", role: "Marketing Director", testimonial: "Socius Agency completely revamped our social media strategy. The results were astounding – increased engagement, higher reach, and a clear ROI. Truly a premium service!", imageSrc: "http://img.b2bpic.net/free-photo/business-man-banner-concept-with-copy-space_23-2149601534.jpg", imageAlt: "Portrait of Sarah J."},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael T.",
|
||||
role: "CEO, TechInnovate",
|
||||
testimonial: "Their team's strategic insights and creative execution are unmatched. Socius Agency helped us connect with our audience on a deeper level, driving significant brand loyalty.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1624.jpg",
|
||||
imageAlt: "Portrait of Michael T.",
|
||||
},
|
||||
id: "2", name: "Michael T.", role: "CEO, TechInnovate", testimonial: "Their team's strategic insights and creative execution are unmatched. Socius Agency helped us connect with our audience on a deeper level, driving significant brand loyalty.", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1624.jpg", imageAlt: "Portrait of Michael T."},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily R.",
|
||||
role: "Brand Manager",
|
||||
testimonial: "From content creation to analytics, Socius Agency handles everything with exceptional professionalism. They are an invaluable partner in our digital growth.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/worker-with-big-smile-crossed-arms_1139-248.jpg",
|
||||
imageAlt: "Portrait of Emily R.",
|
||||
},
|
||||
id: "3", name: "Emily R.", role: "Brand Manager", testimonial: "From content creation to analytics, Socius Agency handles everything with exceptional professionalism. They are an invaluable partner in our digital growth.", imageSrc: "http://img.b2bpic.net/free-photo/worker-with-big-smile-crossed-arms_1139-248.jpg", imageAlt: "Portrait of Emily R."},
|
||||
{
|
||||
id: "4",
|
||||
name: "David K.",
|
||||
role: "Founder, StartupX",
|
||||
testimonial: "The tailored approach and measurable outcomes delivered by Socius Agency exceeded all our expectations. Our social presence has never been stronger.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/successful-confident-businessman-glasses-speaking-beige-wall_176420-132.jpg",
|
||||
imageAlt: "Portrait of David K.",
|
||||
},
|
||||
id: "4", name: "David K.", role: "Founder, StartupX", testimonial: "The tailored approach and measurable outcomes delivered by Socius Agency exceeded all our expectations. Our social presence has never been stronger.", imageSrc: "http://img.b2bpic.net/free-photo/successful-confident-businessman-glasses-speaking-beige-wall_176420-132.jpg", imageAlt: "Portrait of David K."},
|
||||
]}
|
||||
title="What Our Clients Say"
|
||||
description="Hear directly from brands that have transformed their social presence with Socius Agency."
|
||||
@@ -268,33 +161,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
members={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Alex Chen",
|
||||
role: "Chief Strategist",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-pretty-woman-having-idea-sitting-table-trench-coat-working-laptop_285396-2368.jpg",
|
||||
imageAlt: "Portrait of Alex Chen, Chief Strategist",
|
||||
},
|
||||
id: "1", name: "Alex Chen", role: "Chief Strategist", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-pretty-woman-having-idea-sitting-table-trench-coat-working-laptop_285396-2368.jpg", imageAlt: "Portrait of Alex Chen, Chief Strategist"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Maria Rodriguez",
|
||||
role: "Head of Campaigns",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-watches-video-digital-tablet-holds-portable-touch-pad-drinks-aromatic-coffee-from-paper-cup-poses-against-modern-building_273609-55318.jpg",
|
||||
imageAlt: "Portrait of Maria Rodriguez, Head of Campaigns",
|
||||
},
|
||||
id: "2", name: "Maria Rodriguez", role: "Head of Campaigns", imageSrc: "http://img.b2bpic.net/free-photo/woman-watches-video-digital-tablet-holds-portable-touch-pad-drinks-aromatic-coffee-from-paper-cup-poses-against-modern-building_273609-55318.jpg", imageAlt: "Portrait of Maria Rodriguez, Head of Campaigns"},
|
||||
{
|
||||
id: "3",
|
||||
name: "David Lee",
|
||||
role: "Community Lead",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-business-woman-record-voice-message-speaking-into-microphone-mobile-phone-sitting-near-fo_1258-123404.jpg",
|
||||
imageAlt: "Portrait of David Lee, Community Lead",
|
||||
},
|
||||
id: "3", name: "David Lee", role: "Community Lead", imageSrc: "http://img.b2bpic.net/free-photo/smiling-business-woman-record-voice-message-speaking-into-microphone-mobile-phone-sitting-near-fo_1258-123404.jpg", imageAlt: "Portrait of David Lee, Community Lead"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Sophia Ali",
|
||||
role: "Content Director",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman_1098-15114.jpg",
|
||||
imageAlt: "Portrait of Sophia Ali, Content Director",
|
||||
},
|
||||
id: "4", name: "Sophia Ali", role: "Content Director", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman_1098-15114.jpg", imageAlt: "Portrait of Sophia Ali, Content Director"},
|
||||
]}
|
||||
title="Meet Our Visionary Team"
|
||||
description="Our experts combine passion with precision to deliver exceptional social media results."
|
||||
@@ -307,32 +180,18 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "What makes Socius Agency 'premium'?",
|
||||
content: "Our premium approach involves bespoke strategy development, data-driven optimization, dedicated account management, and exclusive access to cutting-edge tools and trends, ensuring unparalleled results and service quality.",
|
||||
},
|
||||
id: "1", title: "What makes Socius Agency 'premium'?", content: "Our premium approach involves bespoke strategy development, data-driven optimization, dedicated account management, and exclusive access to cutting-edge tools and trends, ensuring unparalleled results and service quality."},
|
||||
{
|
||||
id: "2",
|
||||
title: "How do you measure success?",
|
||||
content: "We define success through measurable KPIs tailored to your business goals, including engagement rates, follower growth, website traffic, lead generation, conversion rates, and overall brand sentiment. We provide transparent monthly reports.",
|
||||
},
|
||||
id: "2", title: "How do you measure success?", content: "We define success through measurable KPIs tailored to your business goals, including engagement rates, follower growth, website traffic, lead generation, conversion rates, and overall brand sentiment. We provide transparent monthly reports."},
|
||||
{
|
||||
id: "3",
|
||||
title: "Which social media platforms do you specialize in?",
|
||||
content: "We specialize in a comprehensive range of platforms including Instagram, Facebook, LinkedIn, X (Twitter), TikTok, Pinterest, and YouTube. Our strategy determines the best platforms for your specific brand and audience.",
|
||||
},
|
||||
id: "3", title: "Which social media platforms do you specialize in?", content: "We specialize in a comprehensive range of platforms including Instagram, Facebook, LinkedIn, X (Twitter), TikTok, Pinterest, and YouTube. Our strategy determines the best platforms for your specific brand and audience."},
|
||||
{
|
||||
id: "4",
|
||||
title: "What is the typical onboarding process?",
|
||||
content: "Our onboarding begins with a discovery call, followed by a detailed audit of your current social presence and competitive landscape. We then develop a customized strategy, present it for your approval, and begin execution.",
|
||||
},
|
||||
id: "4", title: "What is the typical onboarding process?", content: "Our onboarding begins with a discovery call, followed by a detailed audit of your current social presence and competitive landscape. We then develop a customized strategy, present it for your approval, and begin execution."},
|
||||
]}
|
||||
ctaTitle="Ready to Transform Your Social Presence?"
|
||||
ctaDescription="Let's discuss how Socius Agency can elevate your brand with a tailored social media strategy."
|
||||
ctaButton={{
|
||||
text: "Book a Free Consultation",
|
||||
href: "/contact",
|
||||
}}
|
||||
text: "Book a Free Consultation", href: "/contact"}}
|
||||
ctaIcon={MessageCircle}
|
||||
/>
|
||||
</div>
|
||||
@@ -341,54 +200,33 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "/#about",
|
||||
},
|
||||
label: "About Us", href: "/#about"},
|
||||
{
|
||||
label: "Our Team",
|
||||
href: "/#team",
|
||||
},
|
||||
label: "Our Team", href: "/#team"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "/contact",
|
||||
},
|
||||
label: "Contact", href: "/contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{
|
||||
label: "Content Creation",
|
||||
href: "/#services",
|
||||
},
|
||||
label: "Content Creation", href: "/#services"},
|
||||
{
|
||||
label: "Campaign Management",
|
||||
href: "/#services",
|
||||
},
|
||||
label: "Campaign Management", href: "/#services"},
|
||||
{
|
||||
label: "Community Building",
|
||||
href: "/#services",
|
||||
},
|
||||
label: "Community Building", href: "/#services"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Resources",
|
||||
items: [
|
||||
title: "Resources", items: [
|
||||
{
|
||||
label: "Testimonials",
|
||||
href: "/#testimonials",
|
||||
},
|
||||
label: "Testimonials", href: "/#testimonials"},
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "/#contact-faq",
|
||||
},
|
||||
label: "FAQ", href: "/#contact-faq"},
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "/privacy",
|
||||
},
|
||||
label: "Privacy Policy", href: "/privacy"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user