From a887189f16788b4a6dab4db3cb083734cc1c8a9e Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 06:05:26 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 30 +++++++----------------------- 1 file changed, 7 insertions(+), 23 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index f1de143..f54c820 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,13 +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({ - variable: "--font-inter", subsets: ["latin"], +const poppins = Poppins({ + subsets: ["latin"], + weight: ["100", "200", "300", "400", "500", "600", "700", "800", "900"], }); export const metadata: Metadata = { - title: "Naturopathy Yoga Nairobi | Holistic Wellness & Yoga Classes", description: "Experience natural healing through yoga, reflexology, and naturopathy in Nairobi. Expert instructors offering personalized wellness programs for stress relief, better sleep, and holistic health."}; + title: "Naturopathy Yoga Nairobi | Reflexology & Wellness", description: "Natural healing through yoga, reflexology, and wellness programs in Nairobi. Start your free consultation today."}; export default function RootLayout({ children, @@ -15,25 +16,8 @@ export default function RootLayout({ children: React.ReactNode; }) { return ( - - -