From fcc92a967c426464992c239677d637d16b34834e Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 15:02:33 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 26 ++++---------------------- 1 file changed, 4 insertions(+), 22 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 6880a98..db59ed8 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -2,11 +2,10 @@ import type { Metadata } from "next"; import { Inter } from "next/font/google"; import "./globals.css"; -const inter = Inter({ variable: "--font-inter", subsets: ["latin"] }); +const inter = Inter({ subsets: ["latin"] }); export const metadata: Metadata = { - title: "Destiny Tattoo Studio", description: "Professional tattoo studio in Vijayawada with award-winning artist Sudhakar. Custom designs, 4.8★ rating from 706+ clients." -}; + title: "Destiny Tattoo Studio", description: "Professional Tattoo Studio in Vijayawada"}; export default function RootLayout({ children, @@ -14,25 +13,8 @@ export default function RootLayout({ children: React.ReactNode; }) { return ( - - -