import Social from "@/components/Social"; import Stats from "@/components/Stats"; import { Button } from "@/components/ui/button"; import Photo from "@/components/ui/photo"; import { FiDownload } from "react-icons/fi"; const Home = () => { return (
{/* text */}
Software Developer

Hello, I'm
Aziz Rehman

I excel at crafting elegant digital experiences and I am proficient in various programming languages and technologies.

{/* button and socials */}
{/* photo */}
); }; export default Home;