From b4c728e6c98d459d0df58685a6dac95d190058ab Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 13:19:55 +0000 Subject: [PATCH 1/4] Update src/app/layout.tsx --- src/app/layout.tsx | 1442 +------------------------------------------- 1 file changed, 27 insertions(+), 1415 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index a0e6b0d..cc8be9e 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,1440 +1,53 @@ import type { Metadata } from "next"; -import { Halant } from "next/font/google"; -import { Inter } from "next/font/google"; -import { Mulish } from "next/font/google"; +import { Geist, Geist_Mono } from "next/font/google"; import "./globals.css"; -import { ServiceWrapper } from "@/components/ServiceWrapper"; +import { ServiceWrapper } from "@/providers/serviceWrapper/ServiceWrapper"; import Tag from "@/tag/Tag"; -const halant = Halant({ - variable: "--font-halant", - subsets: ["latin"], - weight: ["300", "400", "500", "600", "700"], +const geist = Geist({ + variable: "--font-geist-sans", subsets: ["latin"], }); -const inter = Inter({ - variable: "--font-inter", - subsets: ["latin"], -}); - -const mulish = Mulish({ - variable: "--font-mulish", - subsets: ["latin"], +const geistMono = Geist_Mono({ + variable: "--font-geist-mono", subsets: ["latin"], }); export const metadata: Metadata = { - title: "Royal Scent - Luxury Authentic Perfumes & Fragrances", - description: "Premium authentic fragrances from leading luxury brands. Shop men's, women's, and unisex perfumes with guaranteed authenticity. Fast shipping worldwide.", - keywords: "luxury perfumes, authentic fragrances, premium colognes, designer perfumes, perfume store online", - metadataBase: new URL("https://royalscent.com"), - alternates: { - canonical: "https://royalscent.com", - }, + title: "Royal Scent | Premium Luxury Fragrances", description: "Discover timeless luxury fragrances from Royal Scent. Exclusive, handpicked perfumes delivered worldwide with 100% authenticity guarantee and premium customer service.", keywords: "luxury perfume, premium fragrances, cologne, authentic designer perfume, luxury scents", authors: [{ name: "Royal Scent" }], openGraph: { - title: "Royal Scent - Luxury Perfume Store", - description: "Discover authentic luxury fragrances from premium brands. Free shipping on orders over $50.", - url: "https://royalscent.com", - siteName: "Royal Scent", - type: "website", - images: [ - { - url: "http://img.b2bpic.net/free-photo/make-up-concept-with-lipsticks_23-2149030356.jpg", - alt: "Royal Scent luxury perfume collection", - }, - ], - }, - twitter: { - card: "summary_large_image", - title: "Royal Scent - Premium Authentic Fragrances", - description: "Shop luxury perfumes and colognes. Guaranteed authentic. Premium quality fragrances.", - images: ["http://img.b2bpic.net/free-photo/make-up-concept-with-lipsticks_23-2149030356.jpg"], - }, - robots: { - index: true, - follow: true, - }, + type: "website", locale: "en_US", url: "https://royalscent.com", title: "Royal Scent | Premium Luxury Fragrances", description: "Discover timeless luxury fragrances from Royal Scent. Exclusive, handpicked perfumes delivered worldwide."}, }; export default function RootLayout({ children, -}: Readonly<{ +}: { children: React.ReactNode; -}>) { +}) { return ( - - - - {children} - +