From 5e5b994be2f450c0e30adfc0709f4a1707a09827 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 15:43:12 +0000 Subject: [PATCH 1/3] Update src/app/page.tsx --- src/app/page.tsx | 170 +++++++++++------------------------------------ 1 file changed, 37 insertions(+), 133 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e4aae8b..7ad73be 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import PricingCardEight from "@/components/sections/pricing/PricingCardEight"; import TestimonialCardThirteen from "@/components/sections/testimonial/TestimonialCardThirteen"; import FaqSplitText from "@/components/sections/faq/FaqSplitText"; import FooterSimple from "@/components/sections/footer/FooterSimple"; -import { Zap, Info, Rocket, Sparkles, TrendingUp, DollarSign, MessageCircle, Quote } from "lucide-react"; +import { Zap, Info, Rocket, Sparkles, TrendingUp, DollarSign, MessageCircle, Quote, Star, Shield, Calendar } from "lucide-react"; import Link from "next/link"; const navItems = [ @@ -23,8 +23,7 @@ const navItems = [ const footerColumns = [ { - title: "Product", - items: [ + title: "Product", items: [ { label: "Features", href: "#features" }, { label: "Pricing", href: "#pricing" }, { label: "Integrations", href: "#" }, @@ -32,8 +31,7 @@ const footerColumns = [ ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About", href: "#about" }, { label: "Blog", href: "#" }, { label: "Careers", href: "#" }, @@ -41,8 +39,7 @@ const footerColumns = [ ], }, { - title: "Resources", - items: [ + title: "Resources", items: [ { label: "Documentation", href: "#" }, { label: "API Reference", href: "#" }, { label: "Support", href: "#" }, @@ -50,8 +47,7 @@ const footerColumns = [ ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }, { label: "Security", href: "#" }, @@ -117,7 +113,7 @@ export default function HomePage() { description="Zentra AI Team" subdescription="Founded 2023 - Trusted by 150+ Enterprises" icon={Rocket} - imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AiM8HqWFQzisL7lN6RJQJLnwoQ/an-illustration-showcasing-interconnecte-1773070844783-f3dbd792.png?_wi=1" + imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AiM8HqWFQzisL7lN6RJQJLnwoQ/an-illustration-showcasing-interconnecte-1773070844783-f3dbd792.png" imageAlt="Automation Workflow Illustration" mediaAnimation="blur-reveal" useInvertedBackground={false} @@ -133,23 +129,11 @@ export default function HomePage() { tagAnimation="slide-up" features={[ { - id: "1", - title: "Workflow Automation", - author: "Zentra AI", - description: "Automate end-to-end business processes including data entry, document processing, email management, and multi-step workflows without manual intervention.", - tags: ["Process Automation", "Integration"], - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AiM8HqWFQzisL7lN6RJQJLnwoQ/an-illustration-showcasing-interconnecte-1773070844783-f3dbd792.png?_wi=2", - imageAlt: "Automation Workflow", - }, + id: "1", title: "Workflow Automation", author: "Zentra AI", description: "Automate end-to-end business processes including data entry, document processing, email management, and multi-step workflows without manual intervention.", tags: ["Process Automation", "Integration"], + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AiM8HqWFQzisL7lN6RJQJLnwoQ/an-illustration-showcasing-interconnecte-1773070844783-f3dbd792.png", imageAlt: "Automation Workflow"}, { - id: "2", - title: "Intelligent Document Processing", - author: "Zentra AI", - description: "Leverage AI-powered OCR and NLP to extract, categorize, and process documents automatically. Perfect for invoices, contracts, forms, and compliance documents.", - tags: ["AI Processing", "Data Extraction"], - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AiM8HqWFQzisL7lN6RJQJLnwoQ/a-modern-analytics-dashboard-showing-eff-1773070845264-030bdf77.png?_wi=1", - imageAlt: "Efficiency Metrics Dashboard", - }, + id: "2", title: "Intelligent Document Processing", author: "Zentra AI", description: "Leverage AI-powered OCR and NLP to extract, categorize, and process documents automatically. Perfect for invoices, contracts, forms, and compliance documents.", tags: ["AI Processing", "Data Extraction"], + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AiM8HqWFQzisL7lN6RJQJLnwoQ/a-modern-analytics-dashboard-showing-eff-1773070845264-030bdf77.png", imageAlt: "Efficiency Metrics Dashboard"}, ]} animationType="slide-up" textboxLayout="default" @@ -168,29 +152,14 @@ export default function HomePage() { tagAnimation="slide-up" metrics={[ { - id: "1", - title: "Enterprise Clients Served", - subtitle: "Global organizations trusting Zentra AI", - category: "Success", - value: "150+", - }, + id: "1", title: "Enterprise Clients Served", subtitle: "Global organizations trusting Zentra AI", category: "Success", value: "150+"}, { - id: "2", - title: "Time Saved Monthly", - subtitle: "Combined hours recovered by clients", - category: "Impact", - value: "50,000+", - }, + id: "2", title: "Time Saved Monthly", subtitle: "Combined hours recovered by clients", category: "Impact", value: "50,000+"}, { - id: "3", - title: "Revenue Generated", - subtitle: "Value created through automation", - category: "Growth", - value: "$50M+", - }, + id: "3", title: "Revenue Generated", subtitle: "Value created through automation", category: "Growth", value: "$50M+"}, ]} animationType="slide-up" - textboxLayout="centered" + textboxLayout="default" useInvertedBackground={false} buttons={[{ text: "See Case Studies", href: "#" }]} buttonAnimation="slide-up" @@ -206,49 +175,22 @@ export default function HomePage() { tagAnimation="slide-up" plans={[ { - id: "starter", - badge: "For Startups", - badgeIcon: Zap, - price: "$2,999", - subtitle: "Perfect for small teams", - buttons: [{ text: "Get Started", href: "#contact" }], + id: "starter", badge: "For Startups", badgeIcon: Zap, + price: "$2,999", subtitle: "Perfect for small teams", buttons: [{ text: "Get Started", href: "#contact" }], features: [ - "Up to 5 automation workflows", - "Basic document processing", - "Email support", - "Monthly reporting", - ], + "Up to 5 automation workflows", "Basic document processing", "Email support", "Monthly reporting"], }, { - id: "professional", - badge: "Most Popular", - badgeIcon: TrendingUp, - price: "$7,999", - subtitle: "Ideal for growing businesses", - buttons: [{ text: "Get Started", href: "#contact" }], + id: "professional", badge: "Most Popular", badgeIcon: Star, + price: "$7,999", subtitle: "Ideal for growing businesses", buttons: [{ text: "Get Started", href: "#contact" }], features: [ - "Unlimited automation workflows", - "Advanced AI document processing", - "Priority support 24/7", - "Advanced analytics & reporting", - "Custom integrations", - ], + "Unlimited automation workflows", "Advanced AI document processing", "Priority support 24/7", "Advanced analytics & reporting", "Custom integrations"], }, { - id: "enterprise", - badge: "For Enterprises", - badgeIcon: Rocket, - price: "Custom", - subtitle: "Tailored enterprise solutions", - buttons: [{ text: "Contact Sales", href: "#contact" }], + id: "enterprise", badge: "For Enterprises", badgeIcon: Shield, + price: "Custom", subtitle: "Tailored enterprise solutions", buttons: [{ text: "Contact Sales", href: "#contact" }], features: [ - "Unlimited everything", - "Dedicated account manager", - "Custom AI model training", - "White-label options", - "On-premise deployment", - "SLA guarantees", - ], + "Unlimited everything", "Dedicated account manager", "Custom AI model training", "White-label options", "On-premise deployment", "SLA guarantees"], }, ]} animationType="slide-up" @@ -266,41 +208,17 @@ export default function HomePage() { tagAnimation="slide-up" testimonials={[ { - id: "1", - name: "Sarah Johnson", - handle: "@sarahj_ceo", - testimonial: "Zentra AI reduced our invoice processing time by 85%. We went from 3 days to just a few hours. The ROI was immediate and exceptional.", - rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AiM8HqWFQzisL7lN6RJQJLnwoQ/professional-portrait-photo-of-a-busines-1773070844772-548777ed.png?_wi=1", - imageAlt: "Sarah Johnson", - }, + id: "1", name: "Sarah Johnson", handle: "@sarahj_ceo", testimonial: "Zentra AI reduced our invoice processing time by 85%. We went from 3 days to just a few hours. The ROI was immediate and exceptional.", rating: 5, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AiM8HqWFQzisL7lN6RJQJLnwoQ/professional-portrait-photo-of-a-busines-1773070844772-548777ed.png", imageAlt: "Sarah Johnson"}, { - id: "2", - name: "Michael Chen", - handle: "@mchen_ops", - testimonial: "Implementation was seamless. Within 2 weeks, we had 5 automated workflows in production. The support team is incredibly responsive.", - rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AiM8HqWFQzisL7lN6RJQJLnwoQ/professional-portrait-of-a-tech-entrepre-1773070847072-7c2a2865.png?_wi=1", - imageAlt: "Michael Chen", - }, + id: "2", name: "Michael Chen", handle: "@mchen_ops", testimonial: "Implementation was seamless. Within 2 weeks, we had 5 automated workflows in production. The support team is incredibly responsive.", rating: 5, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AiM8HqWFQzisL7lN6RJQJLnwoQ/professional-portrait-of-a-tech-entrepre-1773070847072-7c2a2865.png", imageAlt: "Michael Chen"}, { - id: "3", - name: "Emily Rodriguez", - handle: "@emily_director", - testimonial: "We saved $500K annually in operational costs. Zentra AI is not just software, it's a business transformation partner.", - rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AiM8HqWFQzisL7lN6RJQJLnwoQ/professional-headshot-of-a-business-oper-1773070846382-d2854ed3.png?_wi=1", - imageAlt: "Emily Rodriguez", - }, + id: "3", name: "Emily Rodriguez", handle: "@emily_director", testimonial: "We saved $500K annually in operational costs. Zentra AI is not just software, it's a business transformation partner.", rating: 5, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AiM8HqWFQzisL7lN6RJQJLnwoQ/professional-headshot-of-a-business-oper-1773070846382-d2854ed3.png", imageAlt: "Emily Rodriguez"}, { - id: "4", - name: "David Kim", - handle: "@dkim_tech", - testimonial: "The AI accuracy is outstanding. 99.9% uptime and intelligent error handling. This is enterprise-grade automation at its finest.", - rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AiM8HqWFQzisL7lN6RJQJLnwoQ/professional-headshot-of-a-marketing-or--1773070844441-79288953.png?_wi=1", - imageAlt: "David Kim", - }, + id: "4", name: "David Kim", handle: "@dkim_tech", testimonial: "The AI accuracy is outstanding. 99.9% uptime and intelligent error handling. This is enterprise-grade automation at its finest.", rating: 5, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AiM8HqWFQzisL7lN6RJQJLnwoQ/professional-headshot-of-a-marketing-or--1773070844441-79288953.png", imageAlt: "David Kim"}, ]} showRating={true} animationType="slide-up" @@ -317,30 +235,15 @@ export default function HomePage() { sideDescription="Get answers to common questions about Zentra AI automation services, implementation, and support." faqs={[ { - id: "1", - title: "How long does implementation take?", - content: "Most implementations take 2-4 weeks depending on workflow complexity. Our dedicated team will guide you through the entire process, from assessment to deployment.", - }, + id: "1", title: "How long does implementation take?", content: "Most implementations take 2-4 weeks depending on workflow complexity. Our dedicated team will guide you through the entire process, from assessment to deployment."}, { - id: "2", - title: "What integrations do you support?", - content: "We integrate with 500+ business applications including Salesforce, SAP, Oracle, Microsoft 365, ServiceNow, and custom systems. If your application has an API, we can integrate with it.", - }, + id: "2", title: "What integrations do you support?", content: "We integrate with 500+ business applications including Salesforce, SAP, Oracle, Microsoft 365, ServiceNow, and custom systems. If your application has an API, we can integrate with it."}, { - id: "3", - title: "Is my data secure?", - content: "Yes. We employ enterprise-grade security including end-to-end encryption, SOC 2 Type II compliance, GDPR adherence, and regular security audits. Your data remains your property.", - }, + id: "3", title: "Is my data secure?", content: "Yes. We employ enterprise-grade security including end-to-end encryption, SOC 2 Type II compliance, GDPR adherence, and regular security audits. Your data remains your property."}, { - id: "4", - title: "Can you handle complex workflows?", - content: "Absolutely. We automate everything from simple repetitive tasks to complex multi-step processes involving conditional logic, approvals, and cross-department collaboration.", - }, + id: "4", title: "Can you handle complex workflows?", content: "Absolutely. We automate everything from simple repetitive tasks to complex multi-step processes involving conditional logic, approvals, and cross-department collaboration."}, { - id: "5", - title: "What support do you provide?", - content: "We offer 24/7 technical support, dedicated account management, quarterly business reviews, and continuous optimization to ensure maximum ROI.", - }, + id: "5", title: "What support do you provide?", content: "We offer 24/7 technical support, dedicated account management, quarterly business reviews, and continuous optimization to ensure maximum ROI."}, ]} textPosition="left" useInvertedBackground={false} @@ -348,6 +251,7 @@ export default function HomePage() { showCard={true} buttons={[{ text: "Still Have Questions?", href: "#contact" }]} buttonAnimation="slide-up" + faqsAnimation="slide-up" /> -- 2.49.1 From 9403f24bfa6df424587ba019805caded98190fa0 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 15:43:12 +0000 Subject: [PATCH 2/3] Update src/app/pricing/page.tsx --- src/app/pricing/page.tsx | 135 ++++++++++----------------------------- 1 file changed, 32 insertions(+), 103 deletions(-) diff --git a/src/app/pricing/page.tsx b/src/app/pricing/page.tsx index 51e662d..cea17a8 100644 --- a/src/app/pricing/page.tsx +++ b/src/app/pricing/page.tsx @@ -20,8 +20,7 @@ export default function PricingPage() { const footerColumns = [ { - title: "Product", - items: [ + title: "Product", items: [ { label: "Features", href: "/#features" }, { label: "Pricing", href: "/pricing" }, { label: "Integrations", href: "#" }, @@ -29,8 +28,7 @@ export default function PricingPage() { ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About", href: "/#about" }, { label: "Blog", href: "#" }, { label: "Careers", href: "#" }, @@ -38,8 +36,7 @@ export default function PricingPage() { ], }, { - title: "Resources", - items: [ + title: "Resources", items: [ { label: "Documentation", href: "#" }, { label: "API Reference", href: "#" }, { label: "Support", href: "#" }, @@ -47,8 +44,7 @@ export default function PricingPage() { ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }, { label: "Security", href: "#" }, @@ -82,64 +78,31 @@ export default function PricingPage() { @@ -200,35 +146,20 @@ export default function PricingPage() { Date: Mon, 9 Mar 2026 15:43:12 +0000 Subject: [PATCH 3/3] Update src/app/services/page.tsx --- src/app/services/page.tsx | 80 +++++++++------------------------------ 1 file changed, 17 insertions(+), 63 deletions(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index d16dfa0..224e8b9 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -19,8 +19,7 @@ const navItems = [ const footerColumns = [ { - title: "Product", - items: [ + title: "Product", items: [ { label: "Features", href: "#features" }, { label: "Pricing", href: "#pricing" }, { label: "Integrations", href: "#" }, @@ -28,8 +27,7 @@ const footerColumns = [ ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About", href: "#about" }, { label: "Blog", href: "#" }, { label: "Careers", href: "#" }, @@ -37,8 +35,7 @@ const footerColumns = [ ], }, { - title: "Resources", - items: [ + title: "Resources", items: [ { label: "Documentation", href: "#" }, { label: "API Reference", href: "#" }, { label: "Support", href: "#" }, @@ -46,8 +43,7 @@ const footerColumns = [ ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }, { label: "Security", href: "#" }, @@ -87,32 +83,14 @@ export default function ServicesPage() { tagAnimation="slide-up" features={[ { - id: "1", - title: "Workflow Automation & Integration", - author: "Enterprise Solutions", - description: "Automate end-to-end business processes including data entry, document processing, email management, and multi-step workflows. We connect your tools and systems seamlessly, eliminating manual handoffs and accelerating your operations.", - tags: ["Process Automation", "Integration", "Optimization"], - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AiM8HqWFQzisL7lN6RJQJLnwoQ/an-illustration-showcasing-interconnecte-1773070844783-f3dbd792.png?_wi=3", - imageAlt: "Workflow Automation", - }, + id: "1", title: "Workflow Automation & Integration", author: "Enterprise Solutions", description: "Automate end-to-end business processes including data entry, document processing, email management, and multi-step workflows. We connect your tools and systems seamlessly, eliminating manual handoffs and accelerating your operations.", tags: ["Process Automation", "Integration", "Optimization"], + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AiM8HqWFQzisL7lN6RJQJLnwoQ/an-illustration-showcasing-interconnecte-1773070844783-f3dbd792.png", imageAlt: "Workflow Automation"}, { - id: "2", - title: "Intelligent Document Processing", - author: "AI Technology", - description: "Leverage AI-powered OCR and NLP to extract, categorize, and process documents automatically. Perfect for invoices, contracts, forms, and compliance documents. Achieve 99.9% accuracy with zero human intervention.", - tags: ["AI Processing", "Document Intelligence", "Data Extraction"], - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AiM8HqWFQzisL7lN6RJQJLnwoQ/a-modern-analytics-dashboard-showing-eff-1773070845264-030bdf77.png?_wi=2", - imageAlt: "Document Processing", - }, + id: "2", title: "Intelligent Document Processing", author: "AI Technology", description: "Leverage AI-powered OCR and NLP to extract, categorize, and process documents automatically. Perfect for invoices, contracts, forms, and compliance documents. Achieve 99.9% accuracy with zero human intervention.", tags: ["AI Processing", "Document Intelligence", "Data Extraction"], + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AiM8HqWFQzisL7lN6RJQJLnwoQ/a-modern-analytics-dashboard-showing-eff-1773070845264-030bdf77.png", imageAlt: "Document Processing"}, { - id: "3", - title: "Custom AI Model Development", - author: "Advanced AI", - description: "Build custom machine learning models tailored to your specific business needs. From predictive analytics to classification tasks, we develop sophisticated AI solutions that provide competitive advantage and drive innovation.", - tags: ["Machine Learning", "Custom Models", "AI Development"], - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AiM8HqWFQzisL7lN6RJQJLnwoQ/a-conceptual-image-of-a-diverse-team-col-1773070845679-5bc77f56.png", - imageAlt: "AI Development", - }, + id: "3", title: "Custom AI Model Development", author: "Advanced AI", description: "Build custom machine learning models tailored to your specific business needs. From predictive analytics to classification tasks, we develop sophisticated AI solutions that provide competitive advantage and drive innovation.", tags: ["Machine Learning", "Custom Models", "AI Development"], + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AiM8HqWFQzisL7lN6RJQJLnwoQ/a-conceptual-image-of-a-diverse-team-col-1773070845679-5bc77f56.png", imageAlt: "AI Development"}, ]} animationType="slide-up" textboxLayout="default" @@ -131,29 +109,14 @@ export default function ServicesPage() { tagAnimation="slide-up" metrics={[ { - id: "1", - title: "Average Time Savings", - subtitle: "Per automated process monthly", - category: "Efficiency", - value: "120+ hrs", - }, + id: "1", title: "Average Time Savings", subtitle: "Per automated process monthly", category: "Efficiency", value: "120+ hrs"}, { - id: "2", - title: "Cost Reduction", - subtitle: "Average operational savings annually", - category: "Financial", - value: "60-70%", - }, + id: "2", title: "Cost Reduction", subtitle: "Average operational savings annually", category: "Financial", value: "60-70%"}, { - id: "3", - title: "Error Rate Reduction", - subtitle: "Improved accuracy vs manual processes", - category: "Quality", - value: "99.9%", - }, + id: "3", title: "Error Rate Reduction", subtitle: "Improved accuracy vs manual processes", category: "Quality", value: "99.9%"}, ]} animationType="slide-up" - textboxLayout="centered" + textboxLayout="default" useInvertedBackground={false} buttons={[{ text: "View ROI Calculator", href: "#" }]} buttonAnimation="slide-up" @@ -164,20 +127,11 @@ export default function ServicesPage() {