diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 82f0c7f..213e322 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,19 +1,18 @@ import type { Metadata } from 'next' -import { Inter } from 'next/font/google' +import { Open_Sans } from 'next/font/google' import './globals.css' import { ThemeProvider } from '@/components/theme-provider' -import { UserNav } from '@/components/user-nav' -import { Search } from '@/components/search' import { MainNav } from '@/components/main-nav' import { BreadCrumb } from '@/components/breadcrumb' import { Background } from '@/components/background' -import Link from 'next/link' import { Footer } from '@/components/footer' -import { cn } from '@/lib/utils' -const inter = Inter({ subsets: ['latin'] }) +const openSans = Open_Sans({ + subsets: ["latin"], + display: "swap", +}) export const metadata: Metadata = { title: 'Rudy Orre Portfolio', @@ -35,7 +34,7 @@ export default function RootLayout({ - + -
rudyorre/
-

Experience

+

Experience

-
rudyorre/
-

Projects

+

Projects

-
rudyorre/
-

Hobbies

+

Hobbies

-
rudyorre/
-

Contact

+

Contact

) diff --git a/src/components/hero.tsx b/src/components/hero.tsx index d3b2796..4937693 100644 --- a/src/components/hero.tsx +++ b/src/components/hero.tsx @@ -16,7 +16,7 @@ const Hero = () => (
I build full-stack applications, automate workflows, and - mess around with AI/ML. Also just graduated UCLA. + mess around with AI/ML. Also just graduated UCLA. And stuff like that