diff --git a/src/frontend/components/icons.tsx b/src/frontend/components/icons.tsx new file mode 100644 index 0000000..0b773f7 --- /dev/null +++ b/src/frontend/components/icons.tsx @@ -0,0 +1,60 @@ +export function GithubIcon(props: any) { + return ( + + + + + ) + } + +export function LinkedinIcon(props: any) { + return ( + + + + + + ) + } + +export function XIcon(props: any) { + return ( + + + + ) + } \ No newline at end of file diff --git a/src/frontend/pages/home.tsx b/src/frontend/pages/home.tsx index ab6cea6..bbb2233 100644 --- a/src/frontend/pages/home.tsx +++ b/src/frontend/pages/home.tsx @@ -1,25 +1,32 @@ +import { GithubIcon, LinkedinIcon, XIcon } from "../components/icons" + export function Home(){ return (
-
+

Most Recent Blog Post Title

Posted on January 1, 2024

Google Chrome is a web browser developed by Google, released in 2008. Chrome is the world's most popular web browser today!

Continue Reading...
+