import React from 'react'; import Link from 'next/link'; import { ChevronRight, Laptop, Users, TrendingUp, Brain } from 'lucide-react'; import { Button } from '@/components/ui/Button'; const HomePage = () => { return (

Transform Your Business with Techaro Computing Canada

We help Canadian businesses leverage cutting-edge technology to drive growth, efficiency, and innovation.

Our Services

{[ { icon: Laptop, title: "IT Strategy", description: "Align your technology investments with your business goals for maximum impact." }, { icon: Users, title: "Digital Transformation", description: "Modernize your operations and customer experiences with cutting-edge digital solutions." }, { icon: TrendingUp, title: "Data Analytics", description: "Unlock the power of your data to drive informed decision-making and business growth." } ].map((service, index) => (

{service.title}

{service.description}

))}

Transform Your Business with Industry-Leading AI Tools

At Techaro Computing Canada, we offer transformational experiences by leveraging cutting-edge AI technologies. Our solutions empower your business to stay ahead in the rapidly evolving digital landscape.

); }; export default HomePage;