diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index d7aa7d2..235f6bf 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -31,8 +31,7 @@ const navItemsForNav = [ const footerColumns = [ { - title: "Services", - items: [ + title: "Services", items: [ { label: "Paid Ads Management", href: "/services" }, { label: "SEO Services", href: "/services" }, { label: "Website Design", href: "/services" }, @@ -40,8 +39,7 @@ const footerColumns = [ ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/about" }, { label: "Case Studies", href: "/" }, { label: "Team", href: "/about" }, @@ -49,8 +47,7 @@ const footerColumns = [ ], }, { - title: "Support", - items: [ + title: "Support", items: [ { label: "Contact Us", href: "/contact" }, { label: "FAQ", href: "#" }, { label: "Resources", href: "#" }, @@ -58,8 +55,7 @@ const footerColumns = [ ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }, { label: "Cookie Policy", href: "#" }, @@ -76,7 +72,7 @@ export default function ServicesPage() { borderRadius="pill" contentWidth="mediumSmall" sizing="mediumLarge" - background="floatingGradient" + background="circleGradient" cardStyle="gradient-bordered" primaryButtonStyle="double-inset" secondaryButtonStyle="glass" @@ -86,9 +82,7 @@ export default function ServicesPage() { @@ -103,40 +97,28 @@ export default function ServicesPage() { features={[ { icon: DollarSign, - title: "Paid Ads Management", - description: - "Strategic campaigns across Google Ads, Facebook, Instagram, TikTok, and LinkedIn. We optimize for maximum ROI, minimizing cost per acquisition while scaling revenue.", - }, + title: "Paid Ads Management", description: + "Strategic campaigns across Google Ads, Facebook, Instagram, TikTok, and LinkedIn. We optimize for maximum ROI, minimizing cost per acquisition while scaling revenue."}, { icon: Search, - title: "Search Engine Optimization", - description: - "Technical SEO, on-page optimization, and link building strategies that boost organic visibility, drive qualified traffic, and improve search rankings for competitive keywords.", - }, + title: "Search Engine Optimization", description: + "Technical SEO, on-page optimization, and link building strategies that boost organic visibility, drive qualified traffic, and improve search rankings for competitive keywords."}, { icon: Code, - title: "Website Design & Development", - description: - "High-converting websites built with modern technology, mobile-responsive design, and user experience best practices. We focus on conversion optimization and fast load times.", - }, + title: "Website Design & Development", description: + "High-converting websites built with modern technology, mobile-responsive design, and user experience best practices. We focus on conversion optimization and fast load times."}, { icon: Share2, - title: "Social Media Marketing", - description: - "Engaging content strategies, community management, and paid social campaigns that build brand loyalty, increase followers, and drive meaningful engagement.", - }, + title: "Social Media Marketing", description: + "Engaging content strategies, community management, and paid social campaigns that build brand loyalty, increase followers, and drive meaningful engagement."}, { icon: Palette, - title: "Branding & Creative Design", - description: - "Compelling visual identities, logo design, brand guidelines, graphics, and creative assets that make your brand stand out and resonate with your target audience.", - }, + title: "Branding & Creative Design", description: + "Compelling visual identities, logo design, brand guidelines, graphics, and creative assets that make your brand stand out and resonate with your target audience."}, { icon: Funnel, - title: "Sales Funnel Development", - description: - "Strategic funnels designed to nurture leads at every stage, increase conversions, and maximize customer lifetime value through targeted messaging and automation.", - }, + title: "Sales Funnel Development", description: + "Strategic funnels designed to nurture leads at every stage, increase conversions, and maximize customer lifetime value through targeted messaging and automation."}, ]} animationType="slide-up" textboxLayout="default" @@ -153,32 +135,16 @@ export default function ServicesPage() { tagAnimation="slide-up" metrics={[ { - id: "1", - value: "342", - title: "%", - description: "Average ROI improvement for clients", - icon: TrendingUp, + id: "1", value: "342", title: "%", description: "Average ROI improvement for clients", icon: TrendingUp, }, { - id: "2", - value: "2.5", - title: "M+", - description: "Total leads generated annually", - icon: Users, + id: "2", value: "2.5", title: "M+", description: "Total leads generated annually", icon: Users, }, { - id: "3", - value: "98", - title: "%", - description: "Client satisfaction and retention rate", - icon: Heart, + id: "3", value: "98", title: "%", description: "Client satisfaction and retention rate", icon: Heart, }, { - id: "4", - value: "45", - title: "days", - description: "Average time to see measurable results", - icon: Award, + id: "4", value: "45", title: "days", description: "Average time to see measurable results", icon: Award, }, ]} gridVariant="uniform-all-items-equal" @@ -196,7 +162,7 @@ export default function ServicesPage() { { text: "Schedule Your Free Consultation", href: "/contact" }, { text: "View Case Studies", href: "/" }, ]} - background={{ variant: "floatingGradient" }} + background={{ variant: "plain" }} useInvertedBackground={false} />