diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 3a79ddc..8764115 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -42,32 +42,17 @@ export default function ServicesPage() { description="Comprehensive solutions designed to establish your digital presence and drive measurable business growth through strategic web design and optimization." features={[ { - id: "01", - title: "Custom Website Design", - description: - "Fully bespoke websites built from the ground up to reflect your brand identity and achieve your specific business objectives.", - imageSrc: - "http://img.b2bpic.net/free-photo/focus-concentrate-clarity-determine-inspiration-concept_53876-133862.jpg?_wi=3", - imageAlt: "Custom website design", - }, + id: "01", title: "Custom Website Design", description: + "Fully bespoke websites built from the ground up to reflect your brand identity and achieve your specific business objectives.", imageSrc: + "http://img.b2bpic.net/free-photo/focus-concentrate-clarity-determine-inspiration-concept_53876-133862.jpg", imageAlt: "Custom website design"}, { - id: "02", - title: "E-Commerce Solutions", - description: - "Complete online store setup with payment processing, inventory management, and conversion optimization for maximum sales.", - imageSrc: - "http://img.b2bpic.net/free-vector/landing-page-with-smartphone_23-2148373098.jpg", - imageAlt: "E-commerce solutions", - }, + id: "02", title: "E-Commerce Solutions", description: + "Complete online store setup with payment processing, inventory management, and conversion optimization for maximum sales.", imageSrc: + "http://img.b2bpic.net/free-vector/landing-page-with-smartphone_23-2148373098.jpg", imageAlt: "E-commerce solutions"}, { - id: "03", - title: "SEO Optimization", - description: - "On-page and technical SEO strategies to improve your search rankings, increase organic traffic, and attract qualified customers.", - imageSrc: - "http://img.b2bpic.net/free-photo/business-scene-top-view_23-2147626514.jpg?_wi=3", - imageAlt: "SEO optimization", - }, + id: "03", title: "SEO Optimization", description: + "On-page and technical SEO strategies to improve your search rankings, increase organic traffic, and attract qualified customers.", imageSrc: + "http://img.b2bpic.net/free-photo/business-scene-top-view_23-2147626514.jpg", imageAlt: "SEO optimization"}, ]} gridVariant="three-columns-all-equal-width" animationType="slide-up" @@ -83,32 +68,17 @@ export default function ServicesPage() { description="Premium add-ons to enhance your website's functionality and user engagement capabilities." features={[ { - id: "01", - title: "Booking System Integration", - description: - "Automated appointment scheduling, calendar management, and payment collection directly integrated into your website.", - imageSrc: - "http://img.b2bpic.net/free-photo/business-meeting-office_1268-21517.jpg?_wi=2", - imageAlt: "Booking system", - }, + id: "01", title: "Booking System Integration", description: + "Automated appointment scheduling, calendar management, and payment collection directly integrated into your website.", imageSrc: + "http://img.b2bpic.net/free-photo/business-meeting-office_1268-21517.jpg", imageAlt: "Booking system"}, { - id: "02", - title: "Lead Management", - description: - "CRM integration, automated follow-ups, and lead scoring to maximize conversion rates and sales efficiency.", - imageSrc: - "http://img.b2bpic.net/free-vector/marketing-conversion-flat-background_23-2148000676.jpg?_wi=2", - imageAlt: "Lead management", - }, + id: "02", title: "Lead Management", description: + "CRM integration, automated follow-ups, and lead scoring to maximize conversion rates and sales efficiency.", imageSrc: + "http://img.b2bpic.net/free-vector/marketing-conversion-flat-background_23-2148000676.jpg", imageAlt: "Lead management"}, { - id: "03", - title: "Performance Analytics", - description: - "Real-time tracking of visitor behavior, conversion funnels, and ROI metrics to continuously optimize your website.", - imageSrc: - "http://img.b2bpic.net/free-photo/programming-software-code-application-technology-concept_53876-123931.jpg?_wi=2", - imageAlt: "Performance analytics", - }, + id: "03", title: "Performance Analytics", description: + "Real-time tracking of visitor behavior, conversion funnels, and ROI metrics to continuously optimize your website.", imageSrc: + "http://img.b2bpic.net/free-photo/programming-software-code-application-technology-concept_53876-123931.jpg", imageAlt: "Performance analytics"}, ]} gridVariant="three-columns-all-equal-width" animationType="slide-up" @@ -128,7 +98,7 @@ export default function ServicesPage() { { text: "Book a Strategy Call", href: "/booking" }, { text: "View Pricing", href: "/pricing" }, ]} - background={{ variant: "circleGradient" }} + background={{ variant: "plain" }} useInvertedBackground={false} />