diff --git a/public/WyatResumeActual.pdf b/public/WyatResumeActual.pdf new file mode 100644 index 0000000..b7949f8 Binary files /dev/null and b/public/WyatResumeActual.pdf differ diff --git a/src/pages/index.tsx b/src/pages/index.tsx index 35ab434..f2534d1 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -1,118 +1,11 @@ import Image from "next/image"; import { Inter } from "next/font/google"; +import PDFViewer from "./components/PdfViewer"; const inter = Inter({ subsets: ["latin"] }); export default function Home() { return ( -
-
-

- Get started by editing  - src/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. -

-
-
-
+

hello

); }