diff --git a/app/root.tsx b/app/root.tsx index 9164aba..57c0fac 100644 --- a/app/root.tsx +++ b/app/root.tsx @@ -31,7 +31,7 @@ import { Sheet, } from '#app/components/ui/sheet' import { EpicToaster } from '#app/components/ui/sonner.tsx' -import { ThemeSwitch, useTheme } from '#app/routes/resources+/theme' +import { ThemeSwitch, useTheme } from '#app/routes/resources+/theme-switch.js' import { getUserId, logout } from '#app/utils/auth.server.ts' import { ClientHintCheck, getHints } from '#app/utils/client-hints.tsx' import { prisma } from '#app/utils/db.server.ts' diff --git a/app/routes/_index.tsx b/app/routes/_index.tsx index 26bb4e7..b4f78e3 100644 --- a/app/routes/_index.tsx +++ b/app/routes/_index.tsx @@ -1,9 +1,8 @@ import { LinkedinIcon, GithubIcon } from "#app/components/icons.js" -const Home = () => { +const HeroOne = () => { return ( - <> -
+
@@ -21,6 +20,45 @@ const Home = () => {
+ ) +}; + +export const HeroTwo = () => { + return ( +
+
+
+

+ Lucas Byerley +

+

+ Senior Software Engineer | Sports & Web3 Enthusiast +

+

+ I create clean, modern, and responsive web applications that + deliver exceptional user experiences. +

+
+ Lucas Byerley +
+
+ ) +}; + +const Home = () => { + return ( + <> +
+