Merge version_1 into main #2
@@ -8,7 +8,7 @@ import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatin
|
||||
import SplitAbout from '@/components/sections/about/SplitAbout';
|
||||
import TeamCardFive from '@/components/sections/team/TeamCardFive';
|
||||
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
|
||||
import { Lightbulb, Users } from "lucide-react";
|
||||
import { Handshake, Lightbulb, Users } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -29,31 +29,17 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "home",
|
||||
href: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
href: "/about",
|
||||
},
|
||||
name: "About", id: "/about"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
href: "/services",
|
||||
},
|
||||
name: "Services", id: "/services"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
href: "/contact",
|
||||
},
|
||||
name: "Contact", id: "/contact"},
|
||||
]}
|
||||
brandName="Socius Media"
|
||||
button={{
|
||||
text: "Get a Quote",
|
||||
href: "/contact",
|
||||
}}
|
||||
text: "Get a Quote", href: "/contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -65,22 +51,16 @@ export default function LandingPage() {
|
||||
description="Socius Media was founded on the belief that every brand deserves a powerful online voice. From our humble beginnings, we've grown into a leading agency, committed to crafting bespoke social media strategies that not only captivate audiences but also deliver measurable business growth. We combine creativity with data-driven insights to ensure your brand's narrative resonates authentically."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Client-Centric Approach",
|
||||
description: "Your goals are our priority. We tailor strategies to your unique vision, ensuring maximum impact.",
|
||||
icon: Users,
|
||||
title: "Client-Centric Approach", description: "Your goals are our priority. We tailor strategies to your unique vision, ensuring maximum impact.", icon: Users,
|
||||
},
|
||||
{
|
||||
title: "Innovation & Adaptability",
|
||||
description: "The social landscape is ever-changing. We stay ahead of trends, ensuring your brand remains relevant and competitive.",
|
||||
icon: Lightbulb,
|
||||
title: "Innovation & Adaptability", description: "The social landscape is ever-changing. We stay ahead of trends, ensuring your brand remains relevant and competitive.", icon: Lightbulb,
|
||||
},
|
||||
{
|
||||
title: "Transparency & Trust",
|
||||
description: "We believe in open communication and clear reporting, building lasting partnerships based on mutual trust.",
|
||||
icon: Handshake,
|
||||
title: "Transparency & Trust", description: "We believe in open communication and clear reporting, building lasting partnerships based on mutual trust.", icon: Handshake,
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/manager-giving-instructions-employees_482257-120162.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/manager-giving-instructions-employees_482257-120162.jpg"
|
||||
imageAlt="diverse marketing team meeting"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
@@ -93,19 +73,13 @@ export default function LandingPage() {
|
||||
description="Our dedication to excellence translates into tangible success. We pride ourselves on achieving significant milestones for businesses of all sizes, from skyrocketing engagement rates to driving substantial conversions. Here's a snapshot of our proven track record:"
|
||||
metrics={[
|
||||
{
|
||||
value: "+200%",
|
||||
title: "Average Engagement Lift",
|
||||
},
|
||||
value: "+200%", title: "Average Engagement Lift"},
|
||||
{
|
||||
value: "75%",
|
||||
title: "Client Retention Rate",
|
||||
},
|
||||
value: "75%", title: "Client Retention Rate"},
|
||||
{
|
||||
value: "$15M+",
|
||||
title: "Generated Client Revenue",
|
||||
},
|
||||
value: "$15M+", title: "Generated Client Revenue"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-vector/social-media-elements-cloud-shape_23-2147818188.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-vector/social-media-elements-cloud-shape_23-2147818188.jpg"
|
||||
imageAlt="modern social media agency dashboard"
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="slide-up"
|
||||
@@ -119,40 +93,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
team={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sophia Chen",
|
||||
role: "CEO & Lead Strategist",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-saleswoman-office-start-up-employee-with-smartphone-sitting-chair-listening-music_1258-195272.jpg?_wi=2",
|
||||
imageAlt: "Sophia Chen, CEO",
|
||||
},
|
||||
id: "1", name: "Sophia Chen", role: "CEO & Lead Strategist", imageSrc: "http://img.b2bpic.net/free-photo/portrait-saleswoman-office-start-up-employee-with-smartphone-sitting-chair-listening-music_1258-195272.jpg", imageAlt: "Sophia Chen, CEO"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Marcus Evans",
|
||||
role: "Head of Content Creation",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/purposeful-young-businessman-looking-away_1262-3609.jpg?_wi=2",
|
||||
imageAlt: "Marcus Evans, Head of Content Creation",
|
||||
},
|
||||
id: "2", name: "Marcus Evans", role: "Head of Content Creation", imageSrc: "http://img.b2bpic.net/free-photo/purposeful-young-businessman-looking-away_1262-3609.jpg", imageAlt: "Marcus Evans, Head of Content Creation"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Isabella Gomez",
|
||||
role: "Community Engagement Lead",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-businesswoman-using-sign-language-outdoors-work_23-2148740317.jpg?_wi=2",
|
||||
imageAlt: "Isabella Gomez, Community Engagement Lead",
|
||||
},
|
||||
id: "3", name: "Isabella Gomez", role: "Community Engagement Lead", imageSrc: "http://img.b2bpic.net/free-photo/smiley-businesswoman-using-sign-language-outdoors-work_23-2148740317.jpg", imageAlt: "Isabella Gomez, Community Engagement Lead"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David Kim",
|
||||
role: "Paid Social Specialist",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-man-working-laptop_23-2148908918.jpg?_wi=2",
|
||||
imageAlt: "David Kim, Paid Social Specialist",
|
||||
},
|
||||
id: "4", name: "David Kim", role: "Paid Social Specialist", imageSrc: "http://img.b2bpic.net/free-photo/business-man-working-laptop_23-2148908918.jpg", imageAlt: "David Kim, Paid Social Specialist"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Elena Rodriguez",
|
||||
role: "Senior Social Analyst",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-man-black-suit-glasses-making-ok-sign-looking-front-with-smile-through-this-sign-standing-pink-wall_141793-50896.jpg?_wi=2",
|
||||
imageAlt: "Elena Rodriguez, Senior Social Analyst",
|
||||
},
|
||||
id: "5", name: "Elena Rodriguez", role: "Senior Social Analyst", imageSrc: "http://img.b2bpic.net/free-photo/business-man-black-suit-glasses-making-ok-sign-looking-front-with-smile-through-this-sign-standing-pink-wall_141793-50896.jpg", imageAlt: "Elena Rodriguez, Senior Social Analyst"},
|
||||
]}
|
||||
title="Meet Our Dedicated Team of Social Media Experts"
|
||||
description="Our success is driven by a passionate group of strategists, creatives, and analysts who are deeply committed to understanding your brand and bringing its story to life online. Get to know the faces behind Socius Media."
|
||||
@@ -167,50 +116,20 @@ export default function LandingPage() {
|
||||
carouselMode="auto"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Miller",
|
||||
handle: "@InnovateTech",
|
||||
testimonial: "Socius Media transformed our social presence. Their strategic approach led to a 30% increase in brand mentions and a significant boost in lead generation. Truly exceptional partners!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-saleswoman-office-start-up-employee-with-smartphone-sitting-chair-listening-music_1258-195272.jpg?_wi=3",
|
||||
imageAlt: "Sarah Miller, InnovateTech",
|
||||
},
|
||||
id: "1", name: "Sarah Miller", handle: "@InnovateTech", testimonial: "Socius Media transformed our social presence. Their strategic approach led to a 30% increase in brand mentions and a significant boost in lead generation. Truly exceptional partners!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-saleswoman-office-start-up-employee-with-smartphone-sitting-chair-listening-music_1258-195272.jpg", imageAlt: "Sarah Miller, InnovateTech"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Mark Johnson",
|
||||
handle: "@UrbanBites",
|
||||
testimonial: "The team at Socius Media deeply understood our brand voice. Our community engagement soared, and their paid ad campaigns delivered an incredible ROI. Highly recommend!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/purposeful-young-businessman-looking-away_1262-3609.jpg?_wi=3",
|
||||
imageAlt: "Mark Johnson, UrbanBites",
|
||||
},
|
||||
id: "2", name: "Mark Johnson", handle: "@UrbanBites", testimonial: "The team at Socius Media deeply understood our brand voice. Our community engagement soared, and their paid ad campaigns delivered an incredible ROI. Highly recommend!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/purposeful-young-businessman-looking-away_1262-3609.jpg", imageAlt: "Mark Johnson, UrbanBites"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Jessica Lee",
|
||||
handle: "@FitFusion",
|
||||
testimonial: "From content creation to crisis management, Socius Media handles it all with professionalism and creativity. We've seen a noticeable uptick in customer loyalty and brand sentiment.",
|
||||
rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-businesswoman-using-sign-language-outdoors-work_23-2148740317.jpg?_wi=3",
|
||||
imageAlt: "Jessica Lee, FitFusion",
|
||||
},
|
||||
id: "3", name: "Jessica Lee", handle: "@FitFusion", testimonial: "From content creation to crisis management, Socius Media handles it all with professionalism and creativity. We've seen a noticeable uptick in customer loyalty and brand sentiment.", rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-businesswoman-using-sign-language-outdoors-work_23-2148740317.jpg", imageAlt: "Jessica Lee, FitFusion"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Alex Rodriguez",
|
||||
handle: "@EcoCrafts",
|
||||
testimonial: "Working with Socius Media has been a game-changer. Their analytics reporting is clear, and their proactive strategies keep us ahead of the competition every time.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-man-working-laptop_23-2148908918.jpg?_wi=3",
|
||||
imageAlt: "Alex Rodriguez, EcoCrafts",
|
||||
},
|
||||
id: "4", name: "Alex Rodriguez", handle: "@EcoCrafts", testimonial: "Working with Socius Media has been a game-changer. Their analytics reporting is clear, and their proactive strategies keep us ahead of the competition every time.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-man-working-laptop_23-2148908918.jpg", imageAlt: "Alex Rodriguez, EcoCrafts"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Emily White",
|
||||
handle: "@PetPals",
|
||||
testimonial: "Our social media was a mess before Socius Media stepped in. Now, we have a clear strategy, engaging content, and a growing online community. Fantastic results!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-man-black-suit-glasses-making-ok-sign-looking-front-with-smile-through-this-sign-standing-pink-wall_141793-50896.jpg?_wi=3",
|
||||
imageAlt: "Emily White, PetPals",
|
||||
},
|
||||
id: "5", name: "Emily White", handle: "@PetPals", testimonial: "Our social media was a mess before Socius Media stepped in. Now, we have a clear strategy, engaging content, and a growing online community. Fantastic results!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-man-black-suit-glasses-making-ok-sign-looking-front-with-smile-through-this-sign-standing-pink-wall_141793-50896.jpg", imageAlt: "Emily White, PetPals"},
|
||||
]}
|
||||
showRating={true}
|
||||
title="Real Success Stories from Our Valued Partners"
|
||||
@@ -222,58 +141,35 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{
|
||||
label: "Strategy Development",
|
||||
href: "/services",
|
||||
},
|
||||
label: "Strategy Development", href: "/services"},
|
||||
{
|
||||
label: "Content Creation",
|
||||
href: "/services",
|
||||
},
|
||||
label: "Content Creation", href: "/services"},
|
||||
{
|
||||
label: "Paid Advertising",
|
||||
href: "/services",
|
||||
},
|
||||
label: "Paid Advertising", href: "/services"},
|
||||
{
|
||||
label: "Community Management",
|
||||
href: "/services",
|
||||
},
|
||||
label: "Community Management", href: "/services"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "/about",
|
||||
},
|
||||
label: "About Us", href: "/about"},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "#",
|
||||
},
|
||||
label: "Careers", href: "#"},
|
||||
{
|
||||
label: "Blog",
|
||||
href: "#",
|
||||
},
|
||||
label: "Blog", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Resources",
|
||||
items: [
|
||||
title: "Resources", items: [
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "/contact#faq",
|
||||
},
|
||||
label: "FAQ", href: "/contact#faq"},
|
||||
{
|
||||
label: "Support",
|
||||
href: "/contact",
|
||||
},
|
||||
label: "Support", href: "/contact"},
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
235
src/app/page.tsx
235
src/app/page.tsx
@@ -10,7 +10,7 @@ import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaA
|
||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
|
||||
import { Feather, Mail, MessageCircle, ShieldCheck, Sparkles } from "lucide-react";
|
||||
import { Brush, Feather, Mail, MessageCircle, ShieldCheck, Sparkles } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -31,39 +31,24 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "home",
|
||||
href: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
href: "/about",
|
||||
},
|
||||
name: "About", id: "/about"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
href: "/services",
|
||||
},
|
||||
name: "Services", id: "/services"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
href: "/contact",
|
||||
},
|
||||
name: "Contact", id: "/contact"},
|
||||
]}
|
||||
brandName="Socius Media"
|
||||
button={{
|
||||
text: "Get a Quote",
|
||||
href: "/contact",
|
||||
}}
|
||||
text: "Get a Quote", href: "/contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplit
|
||||
background={{
|
||||
variant: "glowing-orb",
|
||||
}}
|
||||
variant: "glowing-orb"}}
|
||||
imagePosition="right"
|
||||
title="Elevate Your Brand's Social Presence"
|
||||
description="At Socius Media, we craft compelling social media strategies that drive engagement, growth, and measurable results. Partner with us to transform your digital narrative."
|
||||
@@ -71,34 +56,22 @@ export default function LandingPage() {
|
||||
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"},
|
||||
]}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-saleswoman-office-start-up-employee-with-smartphone-sitting-chair-listening-music_1258-195272.jpg",
|
||||
alt: "Sarah Johnson",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-saleswoman-office-start-up-employee-with-smartphone-sitting-chair-listening-music_1258-195272.jpg", alt: "Sarah Johnson"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/purposeful-young-businessman-looking-away_1262-3609.jpg",
|
||||
alt: "Michael Chen",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/purposeful-young-businessman-looking-away_1262-3609.jpg", alt: "Michael Chen"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiley-businesswoman-using-sign-language-outdoors-work_23-2148740317.jpg",
|
||||
alt: "Emily Rodriguez",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/smiley-businesswoman-using-sign-language-outdoors-work_23-2148740317.jpg", alt: "Emily Rodriguez"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/business-man-working-laptop_23-2148908918.jpg",
|
||||
alt: "David Kim",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/business-man-working-laptop_23-2148908918.jpg", alt: "David Kim"},
|
||||
]}
|
||||
avatarText="Trusted by 100+ Brands"
|
||||
imageSrc="http://img.b2bpic.net/free-vector/social-media-elements-cloud-shape_23-2147818188.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-vector/social-media-elements-cloud-shape_23-2147818188.jpg"
|
||||
imageAlt="Abstract illustration of social media engagement and analytics"
|
||||
mediaAnimation="slide-up"
|
||||
fixedMediaHeight={true}
|
||||
@@ -112,20 +85,14 @@ export default function LandingPage() {
|
||||
description="Socius Media is a full-service social media agency dedicated to empowering brands with innovative strategies and compelling content. We believe in building authentic connections and driving tangible growth through data-driven campaigns."
|
||||
metrics={[
|
||||
{
|
||||
value: "10M+",
|
||||
title: "Engagements",
|
||||
},
|
||||
value: "10M+", title: "Engagements"},
|
||||
{
|
||||
value: "200%",
|
||||
title: "Avg. ROI",
|
||||
},
|
||||
value: "200%", title: "Avg. ROI"},
|
||||
{
|
||||
value: "75+",
|
||||
title: "Happy Clients",
|
||||
},
|
||||
value: "75+", title: "Happy Clients"},
|
||||
]}
|
||||
tag="About Us"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/manager-giving-instructions-employees_482257-120162.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/manager-giving-instructions-employees_482257-120162.jpg"
|
||||
imageAlt="Diverse team collaborating on social media strategy"
|
||||
mediaAnimation="opacity"
|
||||
metricsAnimation="slide-up"
|
||||
@@ -139,42 +106,28 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
id: "content-creation",
|
||||
title: "Strategic Content Creation",
|
||||
description: "Visually stunning and highly engaging content tailored to your brand's voice and audience. We produce everything from captivating visuals to persuasive copywriting.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/busy-man-using-some-mobile-devices_329181-14530.jpg?_wi=1",
|
||||
imageAlt: "Person designing social media content on a tablet",
|
||||
},
|
||||
id: "content-creation", title: "Strategic Content Creation", description: "Visually stunning and highly engaging content tailored to your brand's voice and audience. We produce everything from captivating visuals to persuasive copywriting.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/busy-man-using-some-mobile-devices_329181-14530.jpg", imageAlt: "Person designing social media content on a tablet"},
|
||||
items: [
|
||||
{
|
||||
icon: Brush,
|
||||
text: "Visual Design",
|
||||
},
|
||||
text: "Visual Design"},
|
||||
{
|
||||
icon: Feather,
|
||||
text: "Copywriting",
|
||||
},
|
||||
text: "Copywriting"},
|
||||
],
|
||||
reverse: false,
|
||||
},
|
||||
{
|
||||
id: "community-management",
|
||||
title: "Active Community Management",
|
||||
description: "Build strong relationships with your audience through proactive engagement, moderation, and responsive customer service on social channels.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-customer-support-representative-wearing-headset-while-working-call-center_637285-133.jpg?_wi=1",
|
||||
imageAlt: "Social media manager engaging with online community",
|
||||
},
|
||||
id: "community-management", title: "Active Community Management", description: "Build strong relationships with your audience through proactive engagement, moderation, and responsive customer service on social channels.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-customer-support-representative-wearing-headset-while-working-call-center_637285-133.jpg", imageAlt: "Social media manager engaging with online community"},
|
||||
items: [
|
||||
{
|
||||
icon: MessageCircle,
|
||||
text: "Engagement",
|
||||
},
|
||||
text: "Engagement"},
|
||||
{
|
||||
icon: ShieldCheck,
|
||||
text: "Reputation",
|
||||
},
|
||||
text: "Reputation"},
|
||||
],
|
||||
reverse: true,
|
||||
},
|
||||
@@ -184,9 +137,7 @@ export default function LandingPage() {
|
||||
tag="Our Services"
|
||||
buttons={[
|
||||
{
|
||||
text: "View All Services",
|
||||
href: "/services",
|
||||
},
|
||||
text: "View All Services", href: "/services"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -199,45 +150,20 @@ export default function LandingPage() {
|
||||
carouselMode="buttons"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Johnson",
|
||||
handle: "@sarahj_ceo",
|
||||
testimonial: "Socius Media transformed our online presence. Their strategic approach to content and engagement led to unprecedented growth in just three months!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-saleswoman-office-start-up-employee-with-smartphone-sitting-chair-listening-music_1258-195272.jpg?_wi=1",
|
||||
},
|
||||
id: "1", name: "Sarah Johnson", handle: "@sarahj_ceo", testimonial: "Socius Media transformed our online presence. Their strategic approach to content and engagement led to unprecedented growth in just three months!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-saleswoman-office-start-up-employee-with-smartphone-sitting-chair-listening-music_1258-195272.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael Chen",
|
||||
handle: "@mchen_founder",
|
||||
testimonial: "The team at Socius is incredibly skilled. They truly understood our brand and delivered campaigns that resonated deeply with our target audience.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/purposeful-young-businessman-looking-away_1262-3609.jpg?_wi=1",
|
||||
},
|
||||
id: "2", name: "Michael Chen", handle: "@mchen_founder", testimonial: "The team at Socius is incredibly skilled. They truly understood our brand and delivered campaigns that resonated deeply with our target audience.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/purposeful-young-businessman-looking-away_1262-3609.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily Rodriguez",
|
||||
handle: "@erodriguez_mkt",
|
||||
testimonial: "Our investment with Socius Media paid off tenfold. Their analytics and reporting are top-notch, clearly demonstrating our ROI.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-businesswoman-using-sign-language-outdoors-work_23-2148740317.jpg?_wi=1",
|
||||
},
|
||||
id: "3", name: "Emily Rodriguez", handle: "@erodriguez_mkt", testimonial: "Our investment with Socius Media paid off tenfold. Their analytics and reporting are top-notch, clearly demonstrating our ROI.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-businesswoman-using-sign-language-outdoors-work_23-2148740317.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David Kim",
|
||||
handle: "@davidk_pm",
|
||||
testimonial: "Professional, creative, and results-driven. Socius Media is an invaluable partner for any brand serious about social media marketing.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-man-working-laptop_23-2148908918.jpg?_wi=1",
|
||||
},
|
||||
id: "4", name: "David Kim", handle: "@davidk_pm", testimonial: "Professional, creative, and results-driven. Socius Media is an invaluable partner for any brand serious about social media marketing.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-man-working-laptop_23-2148908918.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Olivia Wilson",
|
||||
handle: "@oliviaw_biz",
|
||||
testimonial: "Their proactive approach and innovative ideas keep us ahead of the curve. Highly recommend Socius for comprehensive social strategies.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-man-black-suit-glasses-making-ok-sign-looking-front-with-smile-through-this-sign-standing-pink-wall_141793-50896.jpg?_wi=1",
|
||||
},
|
||||
id: "5", name: "Olivia Wilson", handle: "@oliviaw_biz", testimonial: "Their proactive approach and innovative ideas keep us ahead of the curve. Highly recommend Socius for comprehensive social strategies.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-man-black-suit-glasses-making-ok-sign-looking-front-with-smile-through-this-sign-standing-pink-wall_141793-50896.jpg"},
|
||||
]}
|
||||
showRating={true}
|
||||
title="What Our Clients Say"
|
||||
@@ -251,23 +177,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
names={[
|
||||
"Google",
|
||||
"Meta",
|
||||
"Microsoft",
|
||||
"Amazon",
|
||||
"Shopify",
|
||||
"Spotify",
|
||||
"Hulu",
|
||||
]}
|
||||
"Google", "Meta", "Microsoft", "Amazon", "Shopify", "Spotify", "Hulu"]}
|
||||
logos={[
|
||||
"http://img.b2bpic.net/free-photo/seo-search-word-connection-internet-concept_53876-120608.jpg",
|
||||
"http://img.b2bpic.net/free-psd/gradient-technology-concept-business-card-template_23-2150286445.jpg",
|
||||
"http://img.b2bpic.net/free-vector/abstract-shapes-logo_1025-435.jpg",
|
||||
"http://img.b2bpic.net/free-vector/flat-mosaic-brand-stationery-collection_23-2149056304.jpg",
|
||||
"http://img.b2bpic.net/free-vector/minimalist-business-card-template_23-2150331469.jpg",
|
||||
"http://img.b2bpic.net/free-vector/flat-dj-logo-collection_23-2148870109.jpg",
|
||||
"http://img.b2bpic.net/free-vector/creative-design-independence-day_1394-281.jpg",
|
||||
]}
|
||||
"http://img.b2bpic.net/free-photo/seo-search-word-connection-internet-concept_53876-120608.jpg", "http://img.b2bpic.net/free-psd/gradient-technology-concept-business-card-template_23-2150286445.jpg", "http://img.b2bpic.net/free-vector/abstract-shapes-logo_1025-435.jpg", "http://img.b2bpic.net/free-vector/flat-mosaic-brand-stationery-collection_23-2149056304.jpg", "http://img.b2bpic.net/free-vector/minimalist-business-card-template_23-2150331469.jpg", "http://img.b2bpic.net/free-vector/flat-dj-logo-collection_23-2148870109.jpg", "http://img.b2bpic.net/free-vector/creative-design-independence-day_1394-281.jpg"]}
|
||||
title="Trusted by Industry Leaders"
|
||||
description="We partner with a diverse range of companies, from innovative startups to established enterprises, to amplify their digital voice."
|
||||
tag="Our Partners"
|
||||
@@ -282,32 +194,18 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "What services do you offer?",
|
||||
content: "We offer a comprehensive suite of social media marketing services including strategy development, content creation, community management, paid social advertising, analytics, and influencer collaborations.",
|
||||
},
|
||||
id: "1", title: "What services do you offer?", content: "We offer a comprehensive suite of social media marketing services including strategy development, content creation, community management, paid social advertising, analytics, and influencer collaborations."},
|
||||
{
|
||||
id: "2",
|
||||
title: "How do you measure success?",
|
||||
content: "We define success through key performance indicators (KPIs) such as engagement rates, follower growth, website traffic, conversion rates, and return on ad spend (ROAS), all tailored to your specific business goals.",
|
||||
},
|
||||
id: "2", title: "How do you measure success?", content: "We define success through key performance indicators (KPIs) such as engagement rates, follower growth, website traffic, conversion rates, and return on ad spend (ROAS), all tailored to your specific business goals."},
|
||||
{
|
||||
id: "3",
|
||||
title: "What platforms do you specialize in?",
|
||||
content: "Our expertise spans across major platforms including Facebook, Instagram, LinkedIn, X (Twitter), TikTok, Pinterest, and YouTube, ensuring your brand reaches its audience wherever they are.",
|
||||
},
|
||||
id: "3", title: "What platforms do you specialize in?", content: "Our expertise spans across major platforms including Facebook, Instagram, LinkedIn, X (Twitter), TikTok, Pinterest, and YouTube, ensuring your brand reaches its audience wherever they are."},
|
||||
{
|
||||
id: "4",
|
||||
title: "How long does it take to see results?",
|
||||
content: "While results vary based on industry and goals, clients typically begin to see measurable improvements in engagement and growth within 3-6 months. We focus on sustainable, long-term success.",
|
||||
},
|
||||
id: "4", title: "How long does it take to see results?", content: "While results vary based on industry and goals, clients typically begin to see measurable improvements in engagement and growth within 3-6 months. We focus on sustainable, long-term success."},
|
||||
]}
|
||||
ctaTitle="Ready to Transform Your Social Media?"
|
||||
ctaDescription="Let's discuss how Socius Media can elevate your brand and achieve your marketing objectives. Reach out today for a personalized strategy."
|
||||
ctaButton={{
|
||||
text: "Get Your Custom Proposal",
|
||||
href: "/contact",
|
||||
}}
|
||||
text: "Get Your Custom Proposal", href: "/contact"}}
|
||||
ctaIcon={Mail}
|
||||
/>
|
||||
</div>
|
||||
@@ -317,54 +215,33 @@ export default function LandingPage() {
|
||||
logoText="Socius Media"
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "/about",
|
||||
},
|
||||
label: "About Us", href: "/about"},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "#",
|
||||
},
|
||||
label: "Careers", href: "#"},
|
||||
{
|
||||
label: "Blog",
|
||||
href: "#",
|
||||
},
|
||||
label: "Blog", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{
|
||||
label: "Strategy",
|
||||
href: "/services#strategy",
|
||||
},
|
||||
label: "Strategy", href: "/services#strategy"},
|
||||
{
|
||||
label: "Content",
|
||||
href: "/services#content",
|
||||
},
|
||||
label: "Content", href: "/services#content"},
|
||||
{
|
||||
label: "Advertising",
|
||||
href: "/services#advertising",
|
||||
},
|
||||
label: "Advertising", href: "/services#advertising"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{
|
||||
label: "Contact Us",
|
||||
href: "/contact",
|
||||
},
|
||||
label: "Contact Us", href: "/contact"},
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "/contact#faq",
|
||||
},
|
||||
label: "FAQ", href: "/contact#faq"},
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -8,7 +8,7 @@ import FooterBase from '@/components/sections/footer/FooterBase';
|
||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||
import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo';
|
||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
import { Camera, Crown, DollarSign, Gauge, MessageCircle, Palette, Rocket, ShieldCheck, Sparkles, Star, Target } from "lucide-react";
|
||||
import { CalendarCheck, Camera, ChartLine, ClipboardList, Crown, DollarSign, Gauge, Megaphone, MessageCircle, Palette, Pencil, Rocket, ShieldCheck, Sparkles, Star, Target } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -29,31 +29,17 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "home",
|
||||
href: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
href: "/about",
|
||||
},
|
||||
name: "About", id: "/about"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
href: "/services",
|
||||
},
|
||||
name: "Services", id: "/services"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
href: "/contact",
|
||||
},
|
||||
name: "Contact", id: "/contact"},
|
||||
]}
|
||||
brandName="Socius Media"
|
||||
button={{
|
||||
text: "Get a Quote",
|
||||
href: "/contact",
|
||||
}}
|
||||
text: "Get a Quote", href: "/contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -64,98 +50,66 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Strategic Social Planning",
|
||||
description: "We develop data-driven social media strategies tailored to your brand's unique goals, identifying target audiences, key platforms, and content pillars for maximum impact.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/social-media-elements-cloud-shape_23-2147818188.jpg?_wi=3",
|
||||
imageAlt: "Strategic Social Planning dashboard",
|
||||
},
|
||||
id: "1", title: "Strategic Social Planning", description: "We develop data-driven social media strategies tailored to your brand's unique goals, identifying target audiences, key platforms, and content pillars for maximum impact.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/social-media-elements-cloud-shape_23-2147818188.jpg", imageAlt: "Strategic Social Planning dashboard"},
|
||||
items: [
|
||||
{
|
||||
icon: ChartLine,
|
||||
text: "Audience Analysis",
|
||||
},
|
||||
text: "Audience Analysis"},
|
||||
{
|
||||
icon: ClipboardList,
|
||||
text: "Content Roadmapping",
|
||||
},
|
||||
text: "Content Roadmapping"},
|
||||
{
|
||||
icon: Megaphone,
|
||||
text: "Platform Selection",
|
||||
},
|
||||
text: "Platform Selection"},
|
||||
],
|
||||
reverse: false,
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Dynamic Content Creation",
|
||||
description: "Our creative team produces engaging visual and written content, from eye-catching graphics and videos to compelling captions, ensuring your brand story shines across all channels.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/busy-man-using-some-mobile-devices_329181-14530.jpg?_wi=2",
|
||||
imageAlt: "Dynamic Content Creation flatlay",
|
||||
},
|
||||
id: "2", title: "Dynamic Content Creation", description: "Our creative team produces engaging visual and written content, from eye-catching graphics and videos to compelling captions, ensuring your brand story shines across all channels.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/busy-man-using-some-mobile-devices_329181-14530.jpg", imageAlt: "Dynamic Content Creation flatlay"},
|
||||
items: [
|
||||
{
|
||||
icon: Camera,
|
||||
text: "Photography & Video",
|
||||
},
|
||||
text: "Photography & Video"},
|
||||
{
|
||||
icon: Pencil,
|
||||
text: "Copywriting & Storytelling",
|
||||
},
|
||||
text: "Copywriting & Storytelling"},
|
||||
{
|
||||
icon: Palette,
|
||||
text: "Graphic Design",
|
||||
},
|
||||
text: "Graphic Design"},
|
||||
],
|
||||
reverse: true,
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Targeted Paid Social Advertising",
|
||||
description: "Maximize your reach and conversions with expertly managed paid social campaigns. We optimize ad spend, target precise demographics, and deliver impressive ROI across platforms.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/social-media-elements-cloud-shape_23-2147818188.jpg?_wi=4",
|
||||
imageAlt: "Paid Social Advertising dashboard",
|
||||
},
|
||||
id: "3", title: "Targeted Paid Social Advertising", description: "Maximize your reach and conversions with expertly managed paid social campaigns. We optimize ad spend, target precise demographics, and deliver impressive ROI across platforms.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/social-media-elements-cloud-shape_23-2147818188.jpg", imageAlt: "Paid Social Advertising dashboard"},
|
||||
items: [
|
||||
{
|
||||
icon: Target,
|
||||
text: "Audience Targeting",
|
||||
},
|
||||
text: "Audience Targeting"},
|
||||
{
|
||||
icon: Gauge,
|
||||
text: "Performance Optimization",
|
||||
},
|
||||
text: "Performance Optimization"},
|
||||
{
|
||||
icon: DollarSign,
|
||||
text: "Budget Management",
|
||||
},
|
||||
text: "Budget Management"},
|
||||
],
|
||||
reverse: false,
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
title: "Proactive Community Management",
|
||||
description: "Build a loyal community around your brand with our dedicated engagement specialists. We foster positive interactions, respond to inquiries, and manage your online reputation effectively.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-customer-support-representative-wearing-headset-while-working-call-center_637285-133.jpg?_wi=2",
|
||||
imageAlt: "Community management interaction",
|
||||
},
|
||||
id: "4", title: "Proactive Community Management", description: "Build a loyal community around your brand with our dedicated engagement specialists. We foster positive interactions, respond to inquiries, and manage your online reputation effectively.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-customer-support-representative-wearing-headset-while-working-call-center_637285-133.jpg", imageAlt: "Community management interaction"},
|
||||
items: [
|
||||
{
|
||||
icon: MessageCircle,
|
||||
text: "Engagement & Interaction",
|
||||
},
|
||||
text: "Engagement & Interaction"},
|
||||
{
|
||||
icon: ShieldCheck,
|
||||
text: "Reputation Monitoring",
|
||||
},
|
||||
text: "Reputation Monitoring"},
|
||||
{
|
||||
icon: CalendarCheck,
|
||||
text: "Sentiment Analysis",
|
||||
},
|
||||
text: "Sentiment Analysis"},
|
||||
],
|
||||
reverse: true,
|
||||
},
|
||||
@@ -173,66 +127,30 @@ export default function LandingPage() {
|
||||
carouselMode="buttons"
|
||||
plans={[
|
||||
{
|
||||
id: "1",
|
||||
badge: "Starter",
|
||||
badgeIcon: Sparkles,
|
||||
price: "$999/month",
|
||||
subtitle: "Essential Social Presence",
|
||||
features: [
|
||||
"1 Platform Managed",
|
||||
"8 Posts/Month",
|
||||
"Basic Content Creation",
|
||||
"Monthly Performance Report",
|
||||
"Email Support",
|
||||
],
|
||||
id: "1", badge: "Starter", badgeIcon: Sparkles,
|
||||
price: "$999/month", subtitle: "Essential Social Presence", features: [
|
||||
"1 Platform Managed", "8 Posts/Month", "Basic Content Creation", "Monthly Performance Report", "Email Support"],
|
||||
buttons: [
|
||||
{
|
||||
text: "Get Started",
|
||||
href: "/contact",
|
||||
},
|
||||
text: "Get Started", href: "/contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
badge: "Pro",
|
||||
badgeIcon: Rocket,
|
||||
price: "$2499/month",
|
||||
subtitle: "Accelerated Growth & Engagement",
|
||||
features: [
|
||||
"3 Platforms Managed",
|
||||
"15 Posts/Month",
|
||||
"Advanced Content Creation",
|
||||
"Paid Ad Campaign Setup (excl. ad spend)",
|
||||
"Bi-Weekly Strategy Calls",
|
||||
"Priority Email & Chat Support",
|
||||
],
|
||||
id: "2", badge: "Pro", badgeIcon: Rocket,
|
||||
price: "$2499/month", subtitle: "Accelerated Growth & Engagement", features: [
|
||||
"3 Platforms Managed", "15 Posts/Month", "Advanced Content Creation", "Paid Ad Campaign Setup (excl. ad spend)", "Bi-Weekly Strategy Calls", "Priority Email & Chat Support"],
|
||||
buttons: [
|
||||
{
|
||||
text: "Choose Pro",
|
||||
href: "/contact",
|
||||
},
|
||||
text: "Choose Pro", href: "/contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
badge: "Enterprise",
|
||||
badgeIcon: Crown,
|
||||
price: "Custom Quote",
|
||||
subtitle: "Full-Service & Tailored Solutions",
|
||||
features: [
|
||||
"5+ Platforms Managed",
|
||||
"30+ Posts/Month",
|
||||
"Premium Content & Video Production",
|
||||
"Comprehensive Paid Ad Management",
|
||||
"Weekly Strategy Meetings",
|
||||
"Dedicated Account Manager",
|
||||
"24/7 Support",
|
||||
],
|
||||
id: "3", badge: "Enterprise", badgeIcon: Crown,
|
||||
price: "Custom Quote", subtitle: "Full-Service & Tailored Solutions", features: [
|
||||
"5+ Platforms Managed", "30+ Posts/Month", "Premium Content & Video Production", "Comprehensive Paid Ad Management", "Weekly Strategy Meetings", "Dedicated Account Manager", "24/7 Support"],
|
||||
buttons: [
|
||||
{
|
||||
text: "Contact for Quote",
|
||||
href: "/contact",
|
||||
},
|
||||
text: "Contact for Quote", href: "/contact"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -245,15 +163,11 @@ export default function LandingPage() {
|
||||
<SocialProofOne
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
logos={[
|
||||
"http://img.b2bpic.net/free-photo/seo-search-word-connection-internet-concept_53876-120608.jpg",
|
||||
"http://img.b2bpic.net/free-psd/gradient-technology-concept-business-card-template_23-2150286445.jpg",
|
||||
"http://img.b2bpic.net/free-vector/abstract-shapes-logo_1025-435.jpg",
|
||||
"http://img.b2bpic.net/free-vector/flat-mosaic-brand-stationery-collection_23-2149056304.jpg",
|
||||
"http://img.b2bpic.net/free-vector/minimalist-business-card-template_23-2150331469.jpg",
|
||||
"http://img.b2bpic.net/free-vector/flat-dj-logo-collection_23-2148870109.jpg",
|
||||
"http://img.b2bpic.net/free-vector/creative-design-independence-day_1394-281.jpg",
|
||||
names={[
|
||||
"Google", "Meta", "Microsoft", "Amazon", "Shopify", "Spotify", "Hulu"
|
||||
]}
|
||||
logos={[
|
||||
"http://img.b2bpic.net/free-photo/seo-search-word-connection-internet-concept_53876-120608.jpg", "http://img.b2bpic.net/free-psd/gradient-technology-concept-business-card-template_23-2150286445.jpg", "http://img.b2bpic.net/free-vector/abstract-shapes-logo_1025-435.jpg", "http://img.b2bpic.net/free-vector/flat-mosaic-brand-stationery-collection_23-2149056304.jpg", "http://img.b2bpic.net/free-vector/minimalist-business-card-template_23-2150331469.jpg", "http://img.b2bpic.net/free-vector/flat-dj-logo-collection_23-2148870109.jpg", "http://img.b2bpic.net/free-vector/creative-design-independence-day_1394-281.jpg"]}
|
||||
title="Trusted by Industry Leaders and Growing Brands"
|
||||
description="We partner with diverse businesses to unlock their full social media potential. Our proven strategies have helped brands across various sectors achieve remarkable success and build strong online communities."
|
||||
speed={35}
|
||||
@@ -265,21 +179,16 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
tag="Ready to Transform Your Social Media?"
|
||||
tagIcon={Star}
|
||||
title="Let's Craft Your Brand's Next Success Story"
|
||||
description="Take the first step towards an impactful social media presence. Our team is ready to discuss your goals and build a strategy that delivers results."
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Your Free Consultation",
|
||||
href: "/contact",
|
||||
},
|
||||
text: "Get Your Free Consultation", href: "/contact"},
|
||||
{
|
||||
text: "View All Services",
|
||||
href: "/services",
|
||||
},
|
||||
text: "View All Services", href: "/services"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -288,58 +197,35 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{
|
||||
label: "Strategy Development",
|
||||
href: "/services",
|
||||
},
|
||||
label: "Strategy Development", href: "/services"},
|
||||
{
|
||||
label: "Content Creation",
|
||||
href: "/services",
|
||||
},
|
||||
label: "Content Creation", href: "/services"},
|
||||
{
|
||||
label: "Paid Advertising",
|
||||
href: "/services",
|
||||
},
|
||||
label: "Paid Advertising", href: "/services"},
|
||||
{
|
||||
label: "Community Management",
|
||||
href: "/services",
|
||||
},
|
||||
label: "Community Management", href: "/services"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "/about",
|
||||
},
|
||||
label: "About Us", href: "/about"},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "#",
|
||||
},
|
||||
label: "Careers", href: "#"},
|
||||
{
|
||||
label: "Blog",
|
||||
href: "#",
|
||||
},
|
||||
label: "Blog", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Resources",
|
||||
items: [
|
||||
title: "Resources", items: [
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "/contact#faq",
|
||||
},
|
||||
label: "FAQ", href: "/contact#faq"},
|
||||
{
|
||||
label: "Support",
|
||||
href: "/contact",
|
||||
},
|
||||
label: "Support", href: "/contact"},
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user