diff --git a/src/app/layout.tsx b/src/app/layout.tsx index a80d979..5901c78 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -5,7 +5,8 @@ import "./globals.css"; const inter = Inter({ subsets: ["latin"] }); export const metadata: Metadata = { - title: "Barber Shop", description: "Premium grooming and styling for the modern gentleman"}; + title: "Barber Shop", description: "Premium grooming and styling for the modern gentleman" +}; export default function RootLayout({ children, diff --git a/src/app/page.tsx b/src/app/page.tsx index 9761867..a4d1855 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -200,7 +200,7 @@ export default function LandingPage() {