Update src/app/layout.tsx
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user