From 947f8f594054ddd4e55c42a269aabb71679017f8 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 19:46:39 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 1422 +------------------------------------------- 1 file changed, 10 insertions(+), 1412 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index c8dc098..fb602ae 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,1424 +1,23 @@ import type { Metadata } from "next"; -import { Halant } from "next/font/google"; -import { Inter } from "next/font/google"; -import { Mulish } from "next/font/google"; -import "./globals.css"; -import { ServiceWrapper } from "@/components/ServiceWrapper"; -import Tag from "@/tag/Tag"; +import { Poppins } from "next/font/google"; +import "@/styles/globals.css"; -const halant = Halant({ - variable: "--font-halant", subsets: ["latin"], - weight: ["300", "400", "500", "600", "700"], -}); - -const inter = Inter({ - variable: "--font-inter", subsets: ["latin"], -}); - -const mulish = Mulish({ - variable: "--font-mulish", subsets: ["latin"], +const poppins = Poppins({ + subsets: ["latin"], + weight: ["100", "200", "300", "400", "500", "600", "700", "800", "900"], }); export const metadata: Metadata = { - title: "Vijayalakshmi Gold Palace | Hallmarked Gold & Certified Diamonds", description: "Discover premium hallmarked gold and certified diamonds handcrafted with elegance. Custom designs, transparent pricing, and personalized service in Kasturi Nagar, Bengaluru.", keywords: "hallmarked gold jewelry, certified diamonds, custom jewelry design, Bengaluru jeweler, gold ornaments, wedding jewelry, traditional designs", metadataBase: new URL("https://vijayalakshmi-gold-palace.com"), - alternates: { - canonical: "https://vijayalakshmi-gold-palace.com"}, - openGraph: { - title: "Vijayalakshmi Gold Palace | Premium Jewelry", description: "Timeless hallmarked gold and certified diamonds. Trusted for over 10 years.", url: "https://vijayalakshmi-gold-palace.com", siteName: "Vijayalakshmi Gold Palace", type: "website", images: [ - { - url: "http://img.b2bpic.net/free-vector/ornamental-divider-hand-drawn-set_23-2148313256.jpg", alt: "Premium hallmarked gold and certified diamond jewelry"}, - ], - }, - twitter: { - card: "summary_large_image", title: "Vijayalakshmi Gold Palace | Hallmarked Gold & Diamonds", description: "Discover timeless, certified jewelry handcrafted with elegance.", images: ["http://img.b2bpic.net/free-vector/ornamental-divider-hand-drawn-set_23-2148313256.jpg"], - }, - robots: { - index: true, - follow: true, - }, -}; + title: "Vijayalakshmi Gold Palace | Premium Hallmarked Gold & Certified Diamonds", description: "Discover timeless hallmarked gold and certified diamond jewelry handcrafted with elegance. Transparent pricing, certified craftsmanship, and personalized service in Bengaluru."}; export default function RootLayout({ children, -}: Readonly<{ +}: { children: React.ReactNode; -}>) { +}) { return ( - - - - - {children} - -