From 8176110679b93460f01d6a87ae5470f7ecbdd63f Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 09:27:22 +0000 Subject: [PATCH] Update src/app/layout.tsx --- src/app/layout.tsx | 35 +++++++++-------------------------- 1 file changed, 9 insertions(+), 26 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index ae048bb..10e7b7e 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -7,48 +7,31 @@ import { ServiceWrapper } from "@/components/ServiceWrapper"; import Tag from "@/tag/Tag"; const halant = Halant({ - variable: "--font-halant", - subsets: ["latin"], + variable: "--font-halant", subsets: ["latin"], weight: ["300", "400", "500", "600", "700"], }); const inter = Inter({ - variable: "--font-inter", - subsets: ["latin"], + variable: "--font-inter", subsets: ["latin"], }); const poppins = Poppins({ - variable: "--font-poppins", - subsets: ["latin"], + variable: "--font-poppins", subsets: ["latin"], weight: ["100", "200", "300", "400", "500", "600", "700", "800", "900"], }); export const metadata: Metadata = { - title: "Lalitha's Kitchen - Authentic Homemade Traditional Foods", - description: "Discover authentic homemade traditional foods from Lalitha's Kitchen. 100% natural ingredients, no preservatives, small batch production. Shop pickles, coconut oil, and more.", - keywords: "homemade foods, traditional pickles, organic coconut oil, Indian food, authentic recipes, ginger jaggery", - metadataBase: new URL("https://lalithaskitchen.com"), + title: "Lalitha's Kitchen - Authentic Homemade Traditional Foods", description: "Discover authentic homemade traditional foods from Lalitha's Kitchen. 100% natural ingredients, no preservatives, small batch production. Shop pickles, coconut oil, and more.", keywords: "homemade foods, traditional pickles, organic coconut oil, Indian food, authentic recipes, ginger jaggery", metadataBase: new URL("https://lalithaskitchen.com"), alternates: { - canonical: "https://lalithaskitchen.com", - }, + canonical: "https://lalithaskitchen.com"}, openGraph: { - title: "Lalitha's Kitchen - Grandma's Secret, Our Promise", - description: "Authentic homemade traditional foods with no artificial preservatives. Small batch production using natural ingredients.", - url: "https://lalithaskitchen.com", - siteName: "Lalitha's Kitchen", - type: "website", - images: [ + title: "Lalitha's Kitchen - Grandma's Secret, Our Promise", description: "Authentic homemade traditional foods with no artificial preservatives. Small batch production using natural ingredients.", url: "https://lalithaskitchen.com", siteName: "Lalitha's Kitchen", type: "website", images: [ { - url: "http://img.b2bpic.net/free-photo/preparing-sour-cucumbers-kitchen_329181-1302.jpg", - alt: "Lalitha's Kitchen - Homemade Foods", - }, + url: "http://img.b2bpic.net/free-photo/preparing-sour-cucumbers-kitchen_329181-1302.jpg", alt: "Lalitha's Kitchen - Homemade Foods"}, ], }, twitter: { - card: "summary_large_image", - title: "Lalitha's Kitchen - Authentic Homemade Foods", - description: "Discover authentic homemade traditional foods with 100% natural ingredients.", - images: ["http://img.b2bpic.net/free-photo/preparing-sour-cucumbers-kitchen_329181-1302.jpg"], + card: "summary_large_image", title: "Lalitha's Kitchen - Authentic Homemade Foods", description: "Discover authentic homemade traditional foods with 100% natural ingredients.", images: ["http://img.b2bpic.net/free-photo/preparing-sour-cucumbers-kitchen_329181-1302.jpg"], }, robots: { index: true, @@ -1440,4 +1423,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +}