Home.tsx
1import React from 'react'; 2import {Separator} from "@/components/ui/separator"; 3import Image from "next/image"; 4 5const Home = () => { 6 return ( 7 <section className={"container"}> 8 <div className={"w-full flex flex-col"}> 9 <h1 className={"heading"}>Farhan Keriwala</h1> 10 <Image src={'/assets/images/profile.png'} alt={"profile"} width={50} height={50} className={"object-contain"}/> 11 <h2 className={"font-bricolageGrotesque font-bold text-6xl"}>BSc Computer Science Student</h2> 12 <div className={"flex items-center space-x-8"}> 13 <h3 className={"font-lato font-semiBold text-xl text-neutral-950"}>Upcoming Software Engineer</h3> 14 <Separator/> 15 <h3 className={"font-lato font-semiBold text-xl text-neutral-950"}>Aspiring Quantum Analyst</h3> 16 <Separator/> 17 <h3 className={"font-lato font-semiBold text-xl text-neutral-950"}>Freelance Web Developer</h3> 18 </div> 19 </div> 20 </section> 21 ); 22}; 23 24export default Home;
Projects Delivered
25+
Years of Experience
5+
Client Satisfaction
98%
headshot

Hi there I'm Farhan, an aspiring Software Engineer and Quantum Analyst currently pursuing a BSc in Computer Science at Queen Mary University of London.
With a strong focus on Web and Object-Oriented Programming, I'm passionate about developing innovative solutions and building robust applications.
This year, I will dive deeper into Machine Learning, Deep Learning, and Neural Networks, while also working on my own compiler and exploring Security Engineering.