Update src/app/services/page.tsx
This commit is contained in:
@@ -51,36 +51,27 @@ export default function ServicesPage() {
|
||||
description="Explore our comprehensive range of social media services designed to transform your brand and drive meaningful growth across all platforms"
|
||||
tag="Our Services"
|
||||
tagIcon={Zap}
|
||||
tagAnimation="entrance-slide"
|
||||
tagAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
animationType="slide-up"
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Social Strategy & Planning",
|
||||
description: "Data-driven strategy that aligns with your business goals and audience insights",
|
||||
bentoComponent: "icon-info-cards",
|
||||
items: [
|
||||
title: "Social Strategy & Planning", description: "Data-driven strategy that aligns with your business goals and audience insights", bentoComponent: "icon-info-cards", items: [
|
||||
{ icon: Target, label: "Audience Research", value: "Deep dive analysis" },
|
||||
{ icon: TrendingUp, label: "Growth Tracking", value: "Real-time metrics" },
|
||||
{ icon: BarChart3, label: "Performance Analytics", value: "Detailed reporting" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Content Creation & Design",
|
||||
description: "High-impact visual content that captures attention and drives engagement",
|
||||
bentoComponent: "media-stack",
|
||||
items: [
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/assemble-manufacturing-production-business-pattern_53876-133939.jpg?_wi=2", imageAlt: "Design content" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-vector/marketing-project-timeline-template_742173-20679.jpg?_wi=2", imageAlt: "Strategy planning" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/luxurious-boardroom-space-within-multinational-company-used-meetings_482257-124520.jpg?_wi=2", imageAlt: "Analytics workspace" },
|
||||
title: "Content Creation & Design", description: "High-impact visual content that captures attention and drives engagement", bentoComponent: "media-stack", items: [
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/assemble-manufacturing-production-business-pattern_53876-133939.jpg", imageAlt: "Design content" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-vector/marketing-project-timeline-template_742173-20679.jpg", imageAlt: "Strategy planning" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/luxurious-boardroom-space-within-multinational-company-used-meetings_482257-124520.jpg", imageAlt: "Analytics workspace" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Influencer & Community Management",
|
||||
description: "Build authentic relationships and nurture engaged communities",
|
||||
bentoComponent: "orbiting-icons",
|
||||
centerIcon: Users,
|
||||
title: "Influencer & Community Management", description: "Build authentic relationships and nurture engaged communities", bentoComponent: "orbiting-icons", centerIcon: Users,
|
||||
items: [
|
||||
{ icon: Heart, ring: 1, duration: 10 },
|
||||
{ icon: MessageCircle, ring: 2, duration: 12 },
|
||||
@@ -98,7 +89,7 @@ export default function ServicesPage() {
|
||||
description="Measurable results delivered across all our service offerings"
|
||||
tag="Performance Metrics"
|
||||
tagIcon={TrendingUp}
|
||||
tagAnimation="entrance-slide"
|
||||
tagAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
animationType="depth-3d"
|
||||
useInvertedBackground={false}
|
||||
@@ -115,15 +106,15 @@ export default function ServicesPage() {
|
||||
<ContactCTA
|
||||
tag="Ready to Transform?"
|
||||
tagIcon={Sparkles}
|
||||
tagAnimation="entrance-slide"
|
||||
tagAnimation="slide-up"
|
||||
title="Let's Build Your Social Media Strategy"
|
||||
description="Our team is ready to discuss which services are the perfect fit for your brand's unique needs and goals. Schedule a consultation today."
|
||||
buttons={[
|
||||
{ text: "Get Started", href: "contact" },
|
||||
{ text: "Back to Home", href: "/" },
|
||||
]}
|
||||
buttonAnimation="entrance-slide"
|
||||
background={{ variant: "glowing-orb" }}
|
||||
buttonAnimation="slide-up"
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user