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}