diff --git a/src/app/layout.tsx b/src/app/layout.tsx index ffb82fc..63fa437 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -11,8 +11,8 @@ import { Nunito_Sans } from "next/font/google"; export const metadata: Metadata = { - title: 'Two Rivers Mall | Shop, Dine, Play in Nairobi', - description: 'Discover Two Rivers Mall, Nairobi\'s premier lifestyle destination with 200+ stores, world-class dining, and thrilling entertainment for families, professionals, and tourists.', + title: 'My Website - Reset', + description: 'This is a reset website with default content.', keywords: ["Two Rivers Mall, Nairobi, shopping mall, dining, entertainment, amusement park, family fun, stores, events, lifestyle destination"], openGraph: { "title": "Two Rivers Mall | Shop, Dine, Play in Nairobi", @@ -41,9 +41,9 @@ export const metadata: Metadata = { }, }; -const nunitoSans = Nunito_Sans({ - variable: "--font-nunito-sans", - subsets: ["latin"], + +const inter = Inter({ + variable: "--font-inter", subsets: ["latin"], }); export default function RootLayout({ @@ -54,7 +54,7 @@ export default function RootLayout({ return ( - + {children}