diff --git a/src/app/page.tsx b/src/app/page.tsx index 8b1377e..da7a9c4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -70,14 +70,14 @@ export default function WebAgency2Page() { useInvertedBackground={false} animationType="none" features={[ - { title: "AI Automation", description: "Streamline repetitive tasks effortlessly.", bentoComponent: "reveal-icon", icon: Bot }, - { title: "AI Voice Assistants", description: "Customer support that sounds human.", bentoComponent: "reveal-icon", icon: Mic }, - { title: "WhatsApp Automation", description: "Reach clients where they are.", bentoComponent: "reveal-icon", icon: MessageCircle }, - { title: "Website Development", description: "High-performance, modern websites.", bentoComponent: "reveal-icon", icon: Globe }, - { title: "AI Chatbots", description: "Intelligent 24/7 engagement tools.", bentoComponent: "reveal-icon", icon: MessageSquare }, - { title: "CRM & Workflow", description: "Connected business systems.", bentoComponent: "reveal-icon", icon: Workflow }, - { title: "Booking Systems", description: "Automated appointment scheduling.", bentoComponent: "reveal-icon", icon: Calendar }, - { title: "Social Media AI", description: "Automate your content strategy.", bentoComponent: "reveal-icon", icon: Share2 }, + { title: "AI Automation", description: "Reclaim 10+ hours a week by automating manual tasks.", bentoComponent: "reveal-icon", icon: Bot }, + { title: "AI Voice Assistants", description: "Deliver personalized 24/7 support that sounds naturally human.", bentoComponent: "reveal-icon", icon: Mic }, + { title: "WhatsApp Automation", description: "Boost conversion rates by engaging clients on their favorite platform.", bentoComponent: "reveal-icon", icon: MessageCircle }, + { title: "Website Development", description: "Drive growth with high-performance, conversion-optimized digital experiences.", bentoComponent: "reveal-icon", icon: Globe }, + { title: "AI Chatbots", description: "Increase lead qualification speed with intelligent 24/7 engagement.", bentoComponent: "reveal-icon", icon: MessageSquare }, + { title: "CRM & Workflow", description: "Eliminate data silos with fully integrated, connected business systems.", bentoComponent: "reveal-icon", icon: Workflow }, + { title: "Booking Systems", description: "Fill your calendar automatically with intelligent appointment scheduling.", bentoComponent: "reveal-icon", icon: Calendar }, + { title: "Social Media AI", description: "Scale your content strategy and engagement using automated AI workflows.", bentoComponent: "reveal-icon", icon: Share2 }, ]} />