diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 9290e04..5bdd9e3 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,14 +1,7 @@ import type { Metadata } from "next"; -import { Inter } from "next/font/google"; -import "./styles/variables.css"; -import "./styles/base.css"; - -const inter = Inter({ - variable: "--font-inter", subsets: ["latin"], -}); export const metadata: Metadata = { - title: "Poof Sites - Web Development Studio", description: "Professional web development services that convert. We build stunning, responsive websites for startups and established brands."}; + title: "Poof Sites - Web Development Studio", description: "We build websites that convert. Poof Sites specializes in creating stunning, responsive websites that drive business growth."}; export default function RootLayout({ children, @@ -17,7 +10,7 @@ export default function RootLayout({ }) { return ( - + {children}