Update src/app/services/page.tsx
This commit is contained in:
@@ -20,8 +20,7 @@ export default function ServicesPage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Our Services", href: "/services" },
|
||||
{ label: "Case Studies", href: "/work" },
|
||||
@@ -29,8 +28,7 @@ export default function ServicesPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Resources",
|
||||
items: [
|
||||
title: "Resources", items: [
|
||||
{ label: "Social Media Guide", href: "#resources" },
|
||||
{ label: "Marketing Tips", href: "#resources" },
|
||||
{ label: "Industry Reports", href: "#resources" },
|
||||
@@ -38,8 +36,7 @@ export default function ServicesPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Connect",
|
||||
items: [
|
||||
title: "Connect", items: [
|
||||
{ label: "Contact Us", href: "/contact" },
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
@@ -55,7 +52,7 @@ export default function ServicesPage() {
|
||||
borderRadius="soft"
|
||||
contentWidth="smallMedium"
|
||||
sizing="largeSmall"
|
||||
background="aurora"
|
||||
background="circleGradient"
|
||||
cardStyle="gradient-radial"
|
||||
primaryButtonStyle="radial-glow"
|
||||
secondaryButtonStyle="solid"
|
||||
@@ -77,16 +74,12 @@ export default function ServicesPage() {
|
||||
tag="What We Offer"
|
||||
tagIcon={Zap}
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "aurora" }}
|
||||
background={{ variant: "plain" }}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hands-with-mobile-coffees-background_1170-50.jpg?_wi=3",
|
||||
imageAlt: "Instagram content strategy creative planning aesthetic",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hands-with-mobile-coffees-background_1170-50.jpg", imageAlt: "Instagram content strategy creative planning aesthetic"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-mobile-phone-used-by-teenage-entertainer-doing-video_482257-119059.jpg?_wi=3",
|
||||
imageAlt: "tiktok video creation viral content marketing",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-mobile-phone-used-by-teenage-entertainer-doing-video_482257-119059.jpg", imageAlt: "tiktok video creation viral content marketing"},
|
||||
]}
|
||||
rating={5}
|
||||
ratingText="Trusted by 100+ Brands"
|
||||
@@ -108,53 +101,23 @@ export default function ServicesPage() {
|
||||
tagAnimation="slide-up"
|
||||
features={[
|
||||
{
|
||||
title: "Instagram Strategy & Content",
|
||||
description: "Aesthetic feeds, engaging captions, and strategic posting schedules that drive follower growth.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hands-with-mobile-coffees-background_1170-50.jpg?_wi=4",
|
||||
imageAlt: "Instagram content strategy",
|
||||
buttonIcon: ArrowRight,
|
||||
buttonHref: "/services",
|
||||
},
|
||||
title: "Instagram Strategy & Content", description: "Aesthetic feeds, engaging captions, and strategic posting schedules that drive follower growth.", imageSrc: "http://img.b2bpic.net/free-photo/hands-with-mobile-coffees-background_1170-50.jpg", imageAlt: "Instagram content strategy", buttonIcon: ArrowRight,
|
||||
buttonHref: "/services"},
|
||||
{
|
||||
title: "TikTok & Short-Form Video",
|
||||
description: "Viral-worthy content creation that captures trends and connects with younger audiences.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-mobile-phone-used-by-teenage-entertainer-doing-video_482257-119059.jpg?_wi=4",
|
||||
imageAlt: "TikTok video creation",
|
||||
buttonIcon: ArrowRight,
|
||||
buttonHref: "/services",
|
||||
},
|
||||
title: "TikTok & Short-Form Video", description: "Viral-worthy content creation that captures trends and connects with younger audiences.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-mobile-phone-used-by-teenage-entertainer-doing-video_482257-119059.jpg", imageAlt: "TikTok video creation", buttonIcon: ArrowRight,
|
||||
buttonHref: "/services"},
|
||||
{
|
||||
title: "Analytics & Reporting",
|
||||
description: "Transparent monthly reports showing growth metrics, engagement rates, and ROI on every campaign.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-woman-hand-with-financial-charts-laptop-table_1232-4836.jpg?_wi=2",
|
||||
imageAlt: "Social media analytics",
|
||||
buttonIcon: ArrowRight,
|
||||
buttonHref: "/services",
|
||||
},
|
||||
title: "Analytics & Reporting", description: "Transparent monthly reports showing growth metrics, engagement rates, and ROI on every campaign.", imageSrc: "http://img.b2bpic.net/free-photo/business-woman-hand-with-financial-charts-laptop-table_1232-4836.jpg", imageAlt: "Social media analytics", buttonIcon: ArrowRight,
|
||||
buttonHref: "/services"},
|
||||
{
|
||||
title: "Paid Social Advertising",
|
||||
description: "Targeted ads on Facebook, Instagram, and LinkedIn that convert followers into paying customers.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/classmates-having-lunch-together-group-study_23-2149211129.jpg?_wi=2",
|
||||
imageAlt: "Social media advertising",
|
||||
buttonIcon: ArrowRight,
|
||||
buttonHref: "/services",
|
||||
},
|
||||
title: "Paid Social Advertising", description: "Targeted ads on Facebook, Instagram, and LinkedIn that convert followers into paying customers.", imageSrc: "http://img.b2bpic.net/free-photo/classmates-having-lunch-together-group-study_23-2149211129.jpg", imageAlt: "Social media advertising", buttonIcon: ArrowRight,
|
||||
buttonHref: "/services"},
|
||||
{
|
||||
title: "Community Management",
|
||||
description: "24/7 engagement, comment management, and customer service directly in your social channels.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hands-with-mobile-coffees-background_1170-50.jpg?_wi=5",
|
||||
imageAlt: "Community management",
|
||||
buttonIcon: ArrowRight,
|
||||
buttonHref: "/services",
|
||||
},
|
||||
title: "Community Management", description: "24/7 engagement, comment management, and customer service directly in your social channels.", imageSrc: "http://img.b2bpic.net/free-photo/hands-with-mobile-coffees-background_1170-50.jpg", imageAlt: "Community management", buttonIcon: ArrowRight,
|
||||
buttonHref: "/services"},
|
||||
{
|
||||
title: "Content Creation & Design",
|
||||
description: "Professional graphics, video production, and copywriting that makes your brand stand out.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-mobile-phone-used-by-teenage-entertainer-doing-video_482257-119059.jpg?_wi=5",
|
||||
imageAlt: "Content creation",
|
||||
buttonIcon: ArrowRight,
|
||||
buttonHref: "/services",
|
||||
},
|
||||
title: "Content Creation & Design", description: "Professional graphics, video production, and copywriting that makes your brand stand out.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-mobile-phone-used-by-teenage-entertainer-doing-video_482257-119059.jpg", imageAlt: "Content creation", buttonIcon: ArrowRight,
|
||||
buttonHref: "/services"},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
@@ -171,25 +134,13 @@ export default function ServicesPage() {
|
||||
tagAnimation="slide-up"
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "342%",
|
||||
description: "Average Engagement Growth",
|
||||
},
|
||||
id: "1", value: "342%", description: "Average Engagement Growth"},
|
||||
{
|
||||
id: "2",
|
||||
value: "156K+",
|
||||
description: "Followers Created",
|
||||
},
|
||||
id: "2", value: "156K+", description: "Followers Created"},
|
||||
{
|
||||
id: "3",
|
||||
value: "$2.3M",
|
||||
description: "Revenue Generated",
|
||||
},
|
||||
id: "3", value: "$2.3M", description: "Revenue Generated"},
|
||||
{
|
||||
id: "4",
|
||||
value: "100+",
|
||||
description: "Satisfied Clients",
|
||||
},
|
||||
id: "4", value: "100+", description: "Satisfied Clients"},
|
||||
]}
|
||||
gridVariant="uniform-all-items-equal"
|
||||
textboxLayout="default"
|
||||
@@ -200,7 +151,7 @@ export default function ServicesPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/group-people-with-smartphones-tablets_273609-10846.jpg?_wi=3"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/group-people-with-smartphones-tablets_273609-10846.jpg"
|
||||
imageAlt="Social media community"
|
||||
logoText="SocialPulse"
|
||||
copyrightText="© 2025 SocialPulse. All rights reserved."
|
||||
|
||||
Reference in New Issue
Block a user