Update src/app/layout.tsx

This commit is contained in:
2026-03-09 23:39:17 +00:00
parent 94920fe891
commit 63d0bbd2fd

View File

@@ -11,7 +11,7 @@ const geistMono = Geist_Mono({
});
export const metadata: Metadata = {
title: "Fredy Cuts | Premium Barbershop", description: "Premium grooming experience at Fredy Cuts. Expert barbers delivering precision cuts, premium shaves, and exceptional grooming services."};
title: "Create Next App", description: "Generated by create next app"};
export default function RootLayout({
children,
@@ -20,7 +20,7 @@ export default function RootLayout({
}) {
return (
<html lang="en">
<body className={`${geist.variable} ${geistMono.variable} antialiased`}>
<body className={`${geist.variable} ${geistMono.variable}`}>
{children}
<script