diff --git a/frontend/pages/index.tsx b/frontend/pages/index.tsx index 14f2678..27075fd 100644 --- a/frontend/pages/index.tsx +++ b/frontend/pages/index.tsx @@ -1,117 +1,13 @@ -import Image from 'next/image' -import { Inter } from 'next/font/google' +import "@navikt/ds-css"; -const inter = Inter({ subsets: ['latin'] }) +import { Button, Heading } from "@navikt/ds-react"; export default function Home() { return ( -
-
-

- Get started by editing  - pages/index.tsx -

-
- - By{' '} - Vercel Logo - -
-
- -
- Next.js Logo -
- -
- -

- Docs{' '} - - -> - -

-

- Find in-depth information about Next.js features and API. -

-
- - -

- Learn{' '} - - -> - -

-

- Learn about Next.js in an interactive course with quizzes! -

-
- - -

- Templates{' '} - - -> - -

-

- Discover and deploy boilerplate example Next.js projects. -

-
- - -

- Deploy{' '} - - -> - -

-

- Instantly deploy your Next.js site to a shareable URL with Vercel. -

-
+
+
+ Sprik +
)