diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 549975b..d6f3fb1 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,27 +1,22 @@ import type { Metadata } from "next"; -import { Source_Sans_3 } from "next/font/google"; -import { Halant } from "next/font/google"; -import { Inter } from "next/font/google"; +import { Poppins } from "next/font/google"; +import { Playfair_Display } from "next/font/google"; import "./globals.css"; import { ServiceWrapper } from "@/components/ServiceWrapper"; import Tag from "@/tag/Tag"; -const sourceSans3 = Source_Sans_3({ - variable: "--font-source-sans-3", subsets: ["latin"], +const poppins = Poppins({ + variable: "--font-poppins", subsets: ["latin"], + weight: ["100", "200", "300", "400", "500", "600", "700", "800", "900"], }); -const halant = Halant({ - variable: "--font-halant", subsets: ["latin"], - weight: ["300", "400", "500", "600", "700"], -}); - -const inter = Inter({ - variable: "--font-inter", subsets: ["latin"], +const playfairDisplay = Playfair_Display({ + variable: "--font-playfair-display", subsets: ["latin"], }); export const metadata: Metadata = { title: "Premium Hijabs | Elegant, Comfortable & Affordable", description: "Discover our curated collection of premium hijabs in various styles and fabrics. Quality, comfort, and elegance for the modern woman.", keywords: "hijab, modest fashion, premium hijabs, comfortable wraps, elegant styles", openGraph: { - title: "Premium Hijabs | Elegant, Comfortable & Affordable", description: "Discover our curated collection of premium hijabs in various styles and fabrics. Quality, comfort, and elegance for the modern woman.", siteName: "Hijab Store", type: "website", images: [ + title: "Premium Hijabs | Elegant, Comfortable & Affordable", description: "Discover our curated collection of premium hijabs in various styles and fabrics. Quality, comfort, and elegance for the modern woman.", siteName: "Vanessa Hijab Store", type: "website", images: [ { url: "http://img.b2bpic.net/free-photo/close-up-hands-holding-plants_23-2149226602.jpg", alt: "hijab collection fashion elegant" } @@ -41,7 +36,7 @@ export default function RootLayout({ {children} diff --git a/src/app/page.tsx b/src/app/page.tsx index 396c7a6..9700268 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -27,13 +27,13 @@ export default function LandingPage() { > @@ -202,8 +202,8 @@ export default function LandingPage() {