From 34c107d83f53e7b17f2288c8d8c9992eb252483b Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 05:45:04 +0000 Subject: [PATCH] Update src/app/services/page.tsx --- src/app/services/page.tsx | 101 ++++++++------------------------------ 1 file changed, 20 insertions(+), 81 deletions(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index babf2f4..14b1ef4 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -21,8 +21,7 @@ export default function ServicesPage() { const footerColumns = [ { - title: "Product", - items: [ + title: "Product", items: [ { label: "AI Websites", href: "/services" }, { label: "AI Chatbots", href: "/services" }, { label: "Automation", href: "/services" }, @@ -30,8 +29,7 @@ export default function ServicesPage() { ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/about" }, { label: "How It Works", href: "#how-it-works" }, { label: "Results", href: "#results" }, @@ -39,8 +37,7 @@ export default function ServicesPage() { ], }, { - title: "Resources", - items: [ + title: "Resources", items: [ { label: "Blog", href: "#" }, { label: "Documentation", href: "#" }, { label: "Case Studies", href: "#" }, @@ -48,8 +45,7 @@ export default function ServicesPage() { ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }, { label: "Cookie Policy", href: "#" }, @@ -64,7 +60,7 @@ export default function ServicesPage() { borderRadius="rounded" contentWidth="mediumSmall" sizing="largeSmallSizeMediumTitles" - background="grid" + background="circleGradient" cardStyle="glass-depth" primaryButtonStyle="gradient" secondaryButtonStyle="glass" @@ -75,9 +71,7 @@ export default function ServicesPage() { brandName="extZura" navItems={navItems} button={{ - text: "Get My Website", - href: "contact", - }} + text: "Get My Website", href: "contact"}} /> @@ -91,66 +85,27 @@ export default function ServicesPage() { animationType="slide-up" features={[ { - id: "ai-websites-detail", - label: "AI Websites", - title: "High-Converting Website Design & Development", - items: [ - "Premium, modern design that builds trust and credibility", - "Fully mobile-optimized responsive design for all devices", - "Advanced SEO optimization for search visibility", - "Lightning-fast loading speeds for better user experience", - "Built-in conversion tracking and analytics", - "Secure, scalable infrastructure", - "CMS integration for easy updates", - "Performance monitoring and optimization", - ], + id: "ai-websites-detail", label: "AI Websites", title: "High-Converting Website Design & Development", items: [ + "Premium, modern design that builds trust and credibility", "Fully mobile-optimized responsive design for all devices", "Advanced SEO optimization for search visibility", "Lightning-fast loading speeds for better user experience", "Built-in conversion tracking and analytics", "Secure, scalable infrastructure", "CMS integration for easy updates", "Performance monitoring and optimization"], buttons: [ { - text: "Get a Quote", - href: "contact", - }, + text: "Get a Quote", href: "contact"}, ], }, { - id: "ai-chatbots-detail", - label: "AI Chatbots", - title: "Intelligent 24/7 Lead Generation & Support", - items: [ - "AI-powered conversational interactions with your visitors", - "Automatic lead capture and qualification", - "Handles customer inquiries round the clock", - "Seamless CRM and email integration", - "Increases customer satisfaction and response rates", - "Natural language processing for better conversations", - "Multi-language support capabilities", - "Detailed analytics and conversation logs", - ], + id: "ai-chatbots-detail", label: "AI Chatbots", title: "Intelligent 24/7 Lead Generation & Support", items: [ + "AI-powered conversational interactions with your visitors", "Automatic lead capture and qualification", "Handles customer inquiries round the clock", "Seamless CRM and email integration", "Increases customer satisfaction and response rates", "Natural language processing for better conversations", "Multi-language support capabilities", "Detailed analytics and conversation logs"], buttons: [ { - text: "See Demo", - href: "contact", - }, + text: "See Demo", href: "contact"}, ], }, { - id: "automation-detail", - label: "Automation", - title: "Intelligent Business Process Automation", - items: [ - "Automated booking system management", - "Email marketing workflow automation", - "Lead qualification and scoring systems", - "Automated customer follow-up sequences", - "Saves significant time and increases team efficiency", - "Reduces manual errors and improves consistency", - "Custom workflow design for your specific needs", - "Integration with your existing tools and systems", - ], + id: "automation-detail", label: "Automation", title: "Intelligent Business Process Automation", items: [ + "Automated booking system management", "Email marketing workflow automation", "Lead qualification and scoring systems", "Automated customer follow-up sequences", "Saves significant time and increases team efficiency", "Reduces manual errors and improves consistency", "Custom workflow design for your specific needs", "Integration with your existing tools and systems"], buttons: [ { - text: "Schedule Consultation", - href: "contact", - }, + text: "Schedule Consultation", href: "contact"}, ], }, ]} @@ -167,32 +122,16 @@ export default function ServicesPage() { useInvertedBackground={true} metrics={[ { - id: "1", - value: "1", - title: "Discovery", - description: "We conduct a thorough analysis of your business, competition, and target audience to develop a customized strategy.", - icon: Target, + id: "1", value: "1", title: "Discovery", description: "We conduct a thorough analysis of your business, competition, and target audience to develop a customized strategy.", icon: Target, }, { - id: "2", - value: "2", - title: "Design", - description: "Our creative team designs mockups and wireframes tailored to your brand identity and conversion goals.", - icon: Hammer, + id: "2", value: "2", title: "Design", description: "Our creative team designs mockups and wireframes tailored to your brand identity and conversion goals.", icon: Hammer, }, { - id: "3", - value: "3", - title: "Development", - description: "We build your website, chatbot, and automation systems using the latest technologies and best practices.", - icon: Rocket, + id: "3", value: "3", title: "Development", description: "We build your website, chatbot, and automation systems using the latest technologies and best practices.", icon: Rocket, }, { - id: "4", - value: "4", - title: "Optimization", - description: "We test, launch, and continuously monitor performance to maximize your ROI and lead generation.", - icon: TrendingUp, + id: "4", value: "4", title: "Optimization", description: "We test, launch, and continuously monitor performance to maximize your ROI and lead generation.", icon: TrendingUp, }, ]} /> @@ -204,7 +143,7 @@ export default function ServicesPage() { title="Ready to Transform Your Business?" description="Let's discuss which of our AI-powered solutions would be the best fit for your business. Schedule a free consultation with our team today." tagIcon={Sparkles} - background={{ variant: "grid" }} + background={{ variant: "animated-grid" }} useInvertedBackground={false} inputPlaceholder="Your business email" buttonText="Schedule Free Consultation"