From 8bea58a5222767ae639a9c6612cb5280c437c983 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 11:25:23 +0000 Subject: [PATCH 1/4] Update src/app/layout.tsx --- src/app/layout.tsx | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index a2d1be8..1345714 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,11 +1,14 @@ import type { Metadata } from "next"; -import { Inter } from "next/font/google"; +import { Poppins } from "next/font/google"; import "./globals.css"; -const inter = Inter({ subsets: ["latin"] }); +const poppins = Poppins({ + variable: "--font-poppins", subsets: ["latin"], + weight: ["100", "200", "300", "400", "500", "600", "700", "800", "900"], +}); export const metadata: Metadata = { - title: "The Last Bite - Late-Night Restaurant in Hyderabad", description: "The Last Bite: Hyderabad's premier late-night restaurant serving fiery, bold flavors until 2 AM. Experience exceptional cuisine in a vibrant setting."}; + title: "Hamdard Store - Premium Pharmacy & Healing Solutions", description: "Hamdard Store: Your trusted premium pharmacy for authentic Ayurvedic and herbal medicines. Fast delivery, prescription upload, expert consultation. Open with WhatsApp support."}; export default function RootLayout({ children, @@ -14,7 +17,7 @@ export default function RootLayout({ }) { return ( - {children} + {children}