From 0cadaaca838b6fc48894c606d9b490b42ff03c2e Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 14:59:13 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 1441 +------------------------------------------- 1 file changed, 20 insertions(+), 1421 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 9cb8028..ce8269e 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,1441 +1,41 @@ import type { Metadata } from "next"; -import { Halant } from "next/font/google"; import { Inter } from "next/font/google"; -import { Inter_Tight } from "next/font/google"; import "./globals.css"; -import { ServiceWrapper } from "@/components/ServiceWrapper"; -import Tag from "@/tag/Tag"; +import ServiceWrapper from "@/providers/serviceWrapper/ServiceWrapper"; +import { Tag } from "@/components/tag/Tag"; -const halant = Halant({ - variable: "--font-halant", - subsets: ["latin"], - weight: ["300", "400", "500", "600", "700"], -}); - -const inter = Inter({ - variable: "--font-inter", - subsets: ["latin"], -}); - -const interTight = Inter_Tight({ - variable: "--font-inter-tight", - subsets: ["latin"], - weight: ["100", "200", "300", "400", "500", "600", "700", "800", "900"], -}); +const inter = Inter({ variable: "--font-inter", subsets: ["latin"] }); export const metadata: Metadata = { - title: "Professional Tattoo Studio in Vijayawada | Destiny Tattoo", - description: "Expert custom tattoos by Sudhakar. 4.8★ rated tattoo studio with 706+ satisfied clients. Book your appointment today.", - keywords: "tattoo studio Vijayawada, custom tattoos, tattoo artist, Sudhakar tattoo, professional tattoo service", - metadataBase: new URL("https://destinytattoo.com"), - alternates: { - canonical: "https://destinytattoo.com", - }, - robots: { - index: true, - follow: true, - }, - openGraph: { - title: "Professional Tattoo Studio in Vijayawada | Destiny Tattoo", - description: "Expert custom tattoos by Sudhakar. 4.8★ rated tattoo studio with 706+ satisfied clients.", - url: "https://destinytattoo.com", - siteName: "Destiny Tattoo Studio", - type: "website", - images: [ - { - url: "http://img.b2bpic.net/free-photo/woman-trimming-customer-hair_23-2148257012.jpg", - alt: "Destiny Tattoo Studio - Professional Tattoo Artist", - }, - ], - }, - twitter: { - card: "summary_large_image", - title: "Professional Tattoo Studio in Vijayawada | Destiny Tattoo", - description: "Expert custom tattoos by Sudhakar. 4.8★ rated. Book your appointment today.", - images: ["http://img.b2bpic.net/free-photo/woman-trimming-customer-hair_23-2148257012.jpg"], - }, -}; + title: "Destiny Tattoo Studio", description: "Professional tattoo studio in Vijayawada with award-winning artist Sudhakar. Custom designs, 4.8★ rating from 706+ clients."}; export default function RootLayout({ children, -}: Readonly<{ +}: { children: React.ReactNode; -}>) { +}) { return ( - - - - {children} - +