From 34df91559e00f7123c2e7d8e0959f87f95fd16bd Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 06:46:20 +0000 Subject: [PATCH 1/3] Update src/app/layout.tsx --- src/app/layout.tsx | 1420 +------------------------------------------- 1 file changed, 19 insertions(+), 1401 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 67c1670..a522de8 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,1420 +1,39 @@ import type { Metadata } from "next"; -import { Halant } from "next/font/google"; -import { Inter } from "next/font/google"; -import { Raleway } from "next/font/google"; -import "./globals.css"; -import { ServiceWrapper } from "@/components/ServiceWrapper"; -import Tag from "@/tag/Tag"; +import { Inter_Tight } from "next/font/google"; +import "./styles/variables.css"; +import "./styles/base.css"; +import { ServiceWrapper } from "@/providers/serviceWrapper/ServiceWrapper"; -const halant = Halant({ - variable: "--font-halant", subsets: ["latin"], - weight: ["300", "400", "500", "600", "700"], -}); - -const inter = Inter({ - variable: "--font-inter", subsets: ["latin"], -}); - -const raleway = Raleway({ - variable: "--font-raleway", subsets: ["latin"], +const interTight = Inter_Tight({ + variable: "--font-inter-tight", subsets: ["latin"], + weight: ["100", "200", "300", "400", "500", "600", "700", "800", "900"], }); export const metadata: Metadata = { - title: "Bari-Jay Pet Food | Premium Dog Nutrition Across Kenya", description: "Premium, fresh dog food and quality pet accessories delivered across Kenya. Trusted by thousands. Fast service, excellent customer care. Order now.", keywords: "dog food Kenya, pet nutrition, fresh dog food, pet accessories, dog treats, reliable pet supplier", robots: { - index: true, - follow: true, - }, - openGraph: { - title: "Bari-Jay Pet Food - Premium Nutrition for Your Dog", description: "Fresh, quality dog food and accessories trusted across Kenya. Timely delivery, excellent service. Your dog deserves the best.", url: "https://bari-jay.com", siteName: "Bari-Jay Pet Food", type: "website", images: [ - { - url: "http://img.b2bpic.net/free-photo/close-up-cute-dog-playing-with-owner_23-2148351237.jpg", alt: "Bari-Jay Premium Pet Food"}, - ], - }, - twitter: { - card: "summary_large_image", title: "Bari-Jay Pet Food - Premium Dog Nutrition", description: "Fresh dog food and quality pet accessories. Trusted across Kenya.", images: ["http://img.b2bpic.net/free-photo/beautiful-dog-with-nutritious-food_23-2150742772.jpg"], - }, -}; + title: "Bari-Jay Pet Food - Premium Dog Nutrition in Kenya", description: "Fresh, quality dog food and accessories trusted across Kenya. Premium nutrition for your beloved companion."}; export default function RootLayout({ children, -}: Readonly<{ +}: { children: React.ReactNode; -}>) { +}) { return ( - - - - {children} - +