From 5ed5be0f93da211a02d0cbdcf2565f07afbc9a31 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 09:07:47 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 1408 +------------------------------------------- 1 file changed, 6 insertions(+), 1402 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index eddb667..4c77f97 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,1412 +1,17 @@ import type { Metadata } from "next"; -import { Halant } from "next/font/google"; -import { Inter } from "next/font/google"; -import { DM_Sans } 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 dmSans = DM_Sans({ - variable: "--font-dm-sans", subsets: ["latin"], -}); +import "@/styles/globals.css"; export const metadata: Metadata = { - title: "Rahul Patel | Vedic Astrology Expert | 12+ Years Experience", description: "Discover your cosmic blueprint. Trusted vedic astrology guidance from Rahul Patel. 5000+ souls guided, 98% satisfaction. Birth chart readings, consultations, remedies.", keywords: "vedic astrology, birth chart, horoscope reading, astrology consultation, numerology, cosmic guidance, astrologer", openGraph: { - title: "Rahul Patel - Vedic Astrology Master", description: "Unlock your cosmic potential with authentic Vedic astrology guidance. Personalized readings & transformative guidance.", siteName: "Rahul Patel Astrology", type: "website"}, - twitter: { - card: "summary_large_image", title: "Rahul Patel - Vedic Astrology Expert", description: "12+ years guiding souls through cosmic wisdom. 5000+ satisfied clients."}, -}; + title: "Rahul Patel - Vedic Astrology Master", description: "Discover your cosmic blueprint with Rahul Patel, a Vedic astrology expert guiding souls for 12+ years through personalized readings and spiritual wisdom."}; export default function RootLayout({ children, -}: Readonly<{ +}: { children: React.ReactNode; -}>) { +}) { return ( - - - - - {children} - -