From ba86a9bc12ddb4a64736dbdacbd6bf4fe58689ab Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 09:17:05 +0000 Subject: [PATCH 1/4] Update src/app/about/page.tsx --- src/app/about/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 7941d5d..2273860 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -87,7 +87,7 @@ export default function AboutPage() { ); -} \ No newline at end of file +} From 72e4824e1b532640ca646a0ef499ca778989cc03 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 09:17:06 +0000 Subject: [PATCH 2/4] Update src/app/layout.tsx --- src/app/layout.tsx | 1437 +------------------------------------------- 1 file changed, 17 insertions(+), 1420 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index c0736fc..6b45d84 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,1440 +1,38 @@ import type { Metadata } from "next"; -import { Halant } from "next/font/google"; -import { Inter } from "next/font/google"; import { Figtree } from "next/font/google"; -import "./globals.css"; -import { ServiceWrapper } from "@/components/ServiceWrapper"; -import Tag from "@/tag/Tag"; - -const halant = Halant({ - variable: "--font-halant", - subsets: ["latin"], - weight: ["300", "400", "500", "600", "700"], -}); - -const inter = Inter({ - variable: "--font-inter", - subsets: ["latin"], -}); +import "./styles/variables.css"; +import "./styles/base.css"; +import { ServiceWrapper } from "@/providers/serviceWrapper/ServiceWrapper"; +import { Tag } from "@/providers/themeProvider/Tag"; const figtree = Figtree({ - variable: "--font-figtree", - subsets: ["latin"], + variable: "--font-figtree", subsets: ["latin"], }); export const metadata: Metadata = { - title: "Zamzam Cosmetics | 85+ Authentic Beauty Products Pakistan", - description: "Shop 85+ authentic Pakistani and international beauty products from Hemani, Saeed Ghani, Golden Pearl & more. Wholesale & retail. Free WhatsApp consultation. Same-day pickup in Multan.", - keywords: "Pakistani cosmetics, beauty products Multan, Hemani, Saeed Ghani, Golden Pearl, wholesale beauty, authentic skincare, makeup Pakistan", - metadataBase: new URL("https://zamzamcosmetics.pk"), - alternates: { - canonical: "https://zamzamcosmetics.pk", - }, - openGraph: { - title: "Zamzam Cosmetics | Pakistan's Finest Beauty Brand", - description: "Authentic cosmetics, skincare, and makeup products from trusted Pakistani brands. Wholesale available.", - siteName: "Zamzam Cosmetics", - url: "https://zamzamcosmetics.pk", - type: "website", - images: [ - { - url: "http://img.b2bpic.net/free-photo/woman-looking-different-goodies-local-producer_23-2149110831.jpg", - alt: "Zamzam Cosmetics Beauty Products", - }, - ], - }, - twitter: { - card: "summary_large_image", - title: "Zamzam Cosmetics | Authentic Pakistani Beauty", - description: "Shop 85+ authentic cosmetics with WhatsApp ordering", - images: [ - "http://img.b2bpic.net/free-photo/woman-looking-different-goodies-local-producer_23-2149110831.jpg", - ], - }, - robots: { - index: true, - follow: true, - }, -}; + title: "Zamzam Cosmetics - Authentic Beauty Products in Multan", description: "Pakistan's finest beauty destination. Shop 85+ authentic cosmetics from trusted brands like Hemani, Saeed Ghani, Golden Pearl and more. Free WhatsApp consultation, wholesale pricing, and same-day pickup in Multan."}; export default function RootLayout({ children, -}: Readonly<{ +}: { children: React.ReactNode; -}>) { +}) { return ( - - + + {children} - +