diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index c11ef20..ba38a1b 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -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() {