From fdf8e9e4a40dbfed7728b5244affb831e6f67fb3 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 04:23:50 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 1416 +------------------------------------------- 1 file changed, 6 insertions(+), 1410 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 31981c9..23f3f5b 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,1423 +1,20 @@ import type { Metadata } from "next"; -import { Halant } from "next/font/google"; import { Inter } from "next/font/google"; -import { Manrope } from "next/font/google"; import "./globals.css"; -import { ServiceWrapper } from "@/components/ServiceWrapper"; -import Tag from "@/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 manrope = Manrope({ - variable: "--font-manrope", subsets: ["latin"], -}); +const inter = Inter({ subsets: ["latin"] }); export const metadata: Metadata = { - title: "Premium Savel Roosters | Quality Breeding Stock Coimbatore", description: "Authentic savel roosters from Coimbatore, Tamil Nadu. Premium breeding stock, fast delivery, expert support. Perfect for farmers and poultry enthusiasts.", keywords: "savel rooster, coimbatore, breeding stock, poultry farm, rooster sales, tamil nadu, quality birds", metadataBase: new URL("https://savelrooster.com"), - alternates: { - canonical: "https://savelrooster.com" - }, - openGraph: { - title: "Premium Savel Roosters | Quality Breeding Stock", description: "Discover authentic savel roosters bred with traditional methods. Fast delivery across Tamil Nadu.", url: "https://savelrooster.com", siteName: "Savel Rooster", type: "website", images: [ - { - url: "http://img.b2bpic.net/free-photo/golden-pheasant-chrysolophus-pictus-chinese-pheasant-outdoors_1321-2140.jpg", alt: "Premium savel roosters" - } - ] - }, - robots: { - index: true, - follow: true - } -}; + title: "Savel Rooster Sales", description: "Premium authentic savel roosters from Coimbatore"}; export default function RootLayout({ children, -}: Readonly<{ +}: { children: React.ReactNode; -}>) { +}) { return ( - - - - - {children} - -