diff --git a/src/app/layout.tsx b/src/app/layout.tsx index c3c2fbf..b37fd51 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -15,6 +15,11 @@ export const metadata: Metadata = { description: 'Prakash Sweets offers authentic, handcrafted Indian sweets made with premium ingredients. Traditional recipes delivered to your door.', }; + +const inter = Inter({ + variable: "--font-inter", + subsets: ["latin"], +}); const openSans = Open_Sans({ variable: "--font-open-sans", subsets: ["latin"], @@ -28,7 +33,7 @@ export default function RootLayout({ return ( - + {children}