From 12a8f844e3dbf400d8b363de8a2797a5d93a4af4 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 03:38:49 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 31 +++++-------------------------- 1 file changed, 5 insertions(+), 26 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 9763039..dcc5d1c 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,14 +1,11 @@ import type { Metadata } from "next"; import { Inter } from "next/font/google"; -import "./styles/variables.css"; -import "./styles/base.css"; +import "./globals.css"; -const inter = Inter({ - variable: "--font-inter", subsets: ["latin"], -}); +const inter = Inter({ subsets: ["latin"] }); export const metadata: Metadata = { - title: "PhloetiQ Custom Oils - Premium Fragrance Blending", description: "Craft your perfect fragrance with PhloetiQ Custom Oils. Luxury custom oil blending with 500+ unique blends."}; + title: "PhloetiQ Custom Oils - Craft Your Perfect Fragrance", description: "Experience the art of custom oil blending. Handpicked by our master blenders and trusted by over 2,000 fragrance enthusiasts."}; export default function RootLayout({ children, @@ -16,26 +13,8 @@ export default function RootLayout({ children: React.ReactNode; }) { return ( - - -