diff --git a/src/app/(homepage)/_components/About.tsx b/src/app/(homepage)/_components/About.tsx index 69d1724..9df2e30 100644 --- a/src/app/(homepage)/_components/About.tsx +++ b/src/app/(homepage)/_components/About.tsx @@ -1,5 +1,5 @@ export const About = () => (
-

QUEM SOMOS?

+

QUEM SOMOS?

); diff --git a/src/app/(homepage)/_components/Contact.tsx b/src/app/(homepage)/_components/Contact.tsx index b7e384b..45d1f2e 100644 --- a/src/app/(homepage)/_components/Contact.tsx +++ b/src/app/(homepage)/_components/Contact.tsx @@ -1,5 +1,5 @@ export const Contact = () => (
-

CONTATE-NOS

+

CONTATE-NOS

); diff --git a/src/app/(homepage)/_components/Portfolio.tsx b/src/app/(homepage)/_components/Portfolio.tsx index a46f838..6f08716 100644 --- a/src/app/(homepage)/_components/Portfolio.tsx +++ b/src/app/(homepage)/_components/Portfolio.tsx @@ -1,5 +1,5 @@ export const Portfolio = () => (
-

PORTFĂ“LIO

+

PORTFĂ“LIO

); diff --git a/src/app/layout.tsx b/src/app/layout.tsx index c2fe641..9271034 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,12 +1,10 @@ -import type { Metadata } from "next"; -import { Inter } from "next/font/google"; import "@/styles/globals.css"; +import type { Metadata } from "next"; import { Footer } from "@/components/layout/Footer"; import favicon from "public/favicon.ico"; import faviconDark from "public/favicon-dark.ico"; - -const inter = Inter({ subsets: ["latin"] }); +import { kanit, prime } from "@/styles/fonts"; export const metadata: Metadata = { title: "Inove Jr", @@ -34,7 +32,7 @@ export default function RootLayout({ }>) { return ( - + {children}