diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 94f853b..dd44917 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,14 +1,13 @@ import type { Metadata } from "next"; -import { Poppins } from "next/font/google"; +import { Manrope } from "next/font/google"; import "./globals.css"; -const poppins = Poppins({ - weight: ["100", "200", "300", "400", "500", "600", "700", "800", "900"], - subsets: ["latin"], - display: "swap"}); +const manrope = Manrope({ + variable: "--font-manrope", subsets: ["latin"], +}); export const metadata: Metadata = { - title: "Au Fil De L'eau - Rénovation de Salle de Bains à Castanet-Tolosan", description: "Spécialiste de la rénovation de salle de bains à Castanet-Tolosan. Création, rénovation et installation de salles de bains modernes et fonctionnelles."}; + title: "Ink Frames Studio - Professional Video Production & Editing", description: "Professional cinematic video production and editing studio founded by Anthony Riga in Toulouse. Specializing in cinematic storytelling through video."}; export default function RootLayout({ children, @@ -16,8 +15,8 @@ export default function RootLayout({ children: React.ReactNode; }) { return ( - -
{children} + + {children}