diff --git a/src/routes/index.tsx b/src/routes/index.tsx index 0dafc08..db4118b 100644 --- a/src/routes/index.tsx +++ b/src/routes/index.tsx @@ -1,7 +1,33 @@ +import { css, cx } from '@styled-system/css' +import { skeleton } from '@styled-system/patterns' import { createFileRoute } from '@tanstack/react-router' +import SrJuggernautLogo from '@/components/assets/SrJuggernautLogo' +import FullWidth from '@/components/layout/FullWidth' const HomeRoute = () => { - return
Home
+ return ( + + +

Work in progress

+
+ ) } export const Route = createFileRoute('/')({