From 095fe7107ef14aa0e8d5300c9030239e4f3232a6 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 21 Mar 2026 04:59:10 +0000 Subject: [PATCH] Update src/app/services/page.tsx --- src/app/services/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index a2f3116..9501d74 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -63,7 +63,7 @@ export default function ServicesPage() { borderRadius="pill" contentWidth="compact" sizing="largeSmallSizeLargeTitles" - background="floatingGradient" + background="circleGradient" cardStyle="solid" primaryButtonStyle="gradient" secondaryButtonStyle="layered" @@ -98,42 +98,42 @@ export default function ServicesPage() { id: "strategy", title: "Strategic Planning", description: "Data-driven social media strategies aligned with your business objectives. We conduct comprehensive audits and competitor analysis to position your brand for success.", - imageSrc: "http://img.b2bpic.net/free-photo/tablet-shows-analytics-data-meeting_482257-120318.jpg?_wi=2", + imageSrc: "http://img.b2bpic.net/free-photo/tablet-shows-analytics-data-meeting_482257-120318.jpg", imageAlt: "business strategy planning whiteboard", }, { id: "content", title: "Content Creation", description: "Engaging, on-brand content that captures attention and drives engagement. From graphics to videos, we produce compelling content across all platforms.", - imageSrc: "http://img.b2bpic.net/free-photo/colleagues-discussing-new-ideas-business-meeting_176420-5035.jpg?_wi=2", + imageSrc: "http://img.b2bpic.net/free-photo/colleagues-discussing-new-ideas-business-meeting_176420-5035.jpg", imageAlt: "content creation video production studio", }, { id: "management", title: "Community Management", description: "Responsive, authentic engagement with your audience. We build and nurture communities that become loyal brand advocates.", - imageSrc: "http://img.b2bpic.net/free-photo/business-people-office-break_23-2148825905.jpg?_wi=2", + imageSrc: "http://img.b2bpic.net/free-photo/business-people-office-break_23-2148825905.jpg", imageAlt: "online community engagement interaction", }, { id: "advertising", title: "Paid Social Advertising", description: "Optimized paid campaigns that maximize ROI. Expert audience targeting and continuous optimization for measurable results.", - imageSrc: "http://img.b2bpic.net/free-vector/flat-travel-exploration-landing-page-template_23-2150035160.jpg?_wi=2", + imageSrc: "http://img.b2bpic.net/free-vector/flat-travel-exploration-landing-page-template_23-2150035160.jpg", imageAlt: "digital advertising campaign strategy", }, { id: "analytics", title: "Analytics & Reporting", description: "Transparent performance tracking with actionable insights. Detailed reports showcase the impact of our strategies on your bottom line.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-modern-laptop-with-rate-charts-display-while-man-woman-working-business-project-design-computer-screen-with-data-chart-information-finance-analysis-desk_482257-40065.jpg?_wi=2", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-modern-laptop-with-rate-charts-display-while-man-woman-working-business-project-design-computer-screen-with-data-chart-information-finance-analysis-desk_482257-40065.jpg", imageAlt: "business analytics data visualization", }, { id: "influencer", title: "Influencer Partnerships", description: "Strategic collaborations with relevant influencers to expand your reach and authentic brand advocacy.", - imageSrc: "http://img.b2bpic.net/free-photo/happy-women-laughing-holding-tablet_23-2148850615.jpg?_wi=2", + imageSrc: "http://img.b2bpic.net/free-photo/happy-women-laughing-holding-tablet_23-2148850615.jpg", imageAlt: "influencer marketing partnership collaboration", }, ]} @@ -191,7 +191,7 @@ export default function ServicesPage() { { text: "View Pricing", href: "/" }, ]} buttonAnimation="slide-up" - background={{ variant: "floatingGradient" }} + background={{ variant: "plain" }} useInvertedBackground={false} />