diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index b35dfc9..80c62c0 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -49,14 +49,11 @@ export default function ServicesPage() { mediaPosition="left" accordionItems={[ { - id: "web-design", title: "Website Design & Development", content: - "Responsive, high-performance websites that convert visitors into customers. We combine strategic design with cutting-edge development to create digital experiences that engage users and drive measurable business results. Our websites are SEO-optimized, accessibility-focused, and built for enterprise-scale performance. From corporate platforms to e-commerce solutions, every site is crafted to support your business objectives."}, + id: "web-design", title: "Website Design & Development", content: "Responsive, high-performance websites that convert visitors into customers. We combine strategic design with cutting-edge development to create digital experiences that engage users and drive measurable business results. Our websites are SEO-optimized, accessibility-focused, and built for enterprise-scale performance. From corporate platforms to e-commerce solutions, every site is crafted to support your business objectives."}, { - id: "mobile-apps", title: "Mobile App Development", content: - "Native iOS and Android applications that deliver exceptional user experiences. We develop intuitive, feature-rich mobile solutions tailored to your specific requirements. Our mobile apps feature smooth performance, secure data handling, seamless user engagement, and integration with your broader digital ecosystem. Whether you need a customer-facing app or internal business tool, we create mobile solutions that users love."}, + id: "mobile-apps", title: "Mobile App Development", content: "Native iOS and Android applications that deliver exceptional user experiences. We develop intuitive, feature-rich mobile solutions tailored to your specific requirements. Our mobile apps feature smooth performance, secure data handling, seamless user engagement, and integration with your broader digital ecosystem. Whether you need a customer-facing app or internal business tool, we create mobile solutions that users love."}, { - id: "ai-receptionists", title: "AI Receptionists & Automation", content: - "Intelligent AI systems that handle customer interactions 24/7 with human-like sophistication. Our AI receptionists manage inquiries, appointments, routing, and workflows while learning from each interaction. They reduce operational costs dramatically while improving customer satisfaction. Fully integrated with your CRM, email, and business systems, our AI solutions become your always-on business partner."}, + id: "ai-receptionists", title: "AI Receptionists & Automation", content: "Intelligent AI systems that handle customer interactions 24/7 with human-like sophistication. Our AI receptionists manage inquiries, appointments, routing, and workflows while learning from each interaction. They reduce operational costs dramatically while improving customer satisfaction. Fully integrated with your CRM, email, and business systems, our AI solutions become your always-on business partner."}, ]} buttons={[{ text: "Discuss Your Project", href: "/contact" }]} useInvertedBackground={false} @@ -72,16 +69,13 @@ export default function ServicesPage() { products={[ { id: "1", brand: "Growth Package", name: "Web + Mobile Solution", price: "From $25K", rating: 5, - reviewCount: "150+ clients", imageSrc: - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQrcI01FK1I2qWHIWJIzcpKPpL/responsive-web-design-showcase-displayin-1772535990541-871712fb.png", imageAlt: "Web and mobile design showcase"}, + reviewCount: "150+ clients", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQrcI01FK1I2qWHIWJIzcpKPpL/responsive-web-design-showcase-displayin-1772535990541-871712fb.png", imageAlt: "Web and mobile design showcase"}, { id: "2", brand: "Scale Package", name: "Web + Mobile + AI", price: "From $45K", rating: 5, - reviewCount: "85+ enterprises", imageSrc: - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQrcI01FK1I2qWHIWJIzcpKPpL/mobile-app-development-showcase-with-mul-1772535990031-8c243b50.png", imageAlt: "Mobile and AI integration"}, + reviewCount: "85+ enterprises", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQrcI01FK1I2qWHIWJIzcpKPpL/mobile-app-development-showcase-with-mul-1772535990031-8c243b50.png", imageAlt: "Mobile and AI integration"}, { id: "3", brand: "Enterprise Package", name: "Full Digital Ecosystem", price: "Custom", rating: 5, - reviewCount: "50+ enterprises", imageSrc: - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQrcI01FK1I2qWHIWJIzcpKPpL/ai-receptionist-and-automation-systems-v-1772535990075-6d4740d4.png", imageAlt: "AI and automation systems"}, + reviewCount: "50+ enterprises", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQrcI01FK1I2qWHIWJIzcpKPpL/ai-receptionist-and-automation-systems-v-1772535990075-6d4740d4.png", imageAlt: "AI and automation systems"}, ]} gridVariant="three-columns-all-equal-width" animationType="slide-up"