Update src/app/services/page.tsx

This commit is contained in:
2026-03-23 16:33:05 +00:00
parent 06ba530332
commit d559d1569a

View File

@@ -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: "#"},
],
},
]}