From 4ed1a6af9baf75f1bf28f448fe2ef8eafcff3e7d Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 10:53:44 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 1420 +------------------------------------------- 1 file changed, 20 insertions(+), 1400 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 3fbd6b3..713de60 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,1421 +1,42 @@ import type { Metadata } from "next"; -import { Halant } from "next/font/google"; import { Inter } from "next/font/google"; -import { Montserrat } 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"], -}); +import { ServiceWrapper } from "@/providers/ServiceWrapper"; +import { Tag } from "@/components/Tag"; const inter = Inter({ variable: "--font-inter", subsets: ["latin"], -}); - -const montserrat = Montserrat({ - variable: "--font-montserrat", subsets: ["latin"], + weight: ["100", "200", "300", "400", "500", "600", "700", "800", "900"], }); export const metadata: Metadata = { - title: "Luxury Salon Suites in Hot Springs, AR | Allure", description: "Private, modern salon suites for independent beauty professionals in Hot Springs. Luxury spaces with 24/7 access, fully equipped stations, and professional support.", keywords: "salon suites, beauty salon, hot springs salon, hair salon, salon rental, beauty professionals", openGraph: { - title: "Allure Salon Suites - Luxury Beauty in Hot Springs", description: "Private salon suites for independent beauty professionals. Premium design, professional support, and prime location.", siteName: "Allure Salon Suites", type: "website", images: [ - { - url: "http://img.b2bpic.net/free-photo/mid-shot-make-up-artist-applying-lipstick-lips-with-brush_23-2148332517.jpg", alt: "Luxury Allure Salon Suites interior" - } - ] - }, - twitter: { - card: "summary_large_image", title: "Allure Salon Suites - Hot Springs", description: "Experience luxury beauty and professional salon suite rentals", images: ["http://img.b2bpic.net/free-photo/mid-shot-make-up-artist-applying-lipstick-lips-with-brush_23-2148332517.jpg"] - }, - robots: { - index: true, - follow: true - } -}; + title: "Allure Salon Suites - Luxury Salon Space Rentals in Hot Springs", description: + "Premium private salon suites for independent beauty professionals in Hot Springs, AR. Professional spaces, flexible terms, 24/7 access. Rent your perfect salon suite today."}; export default function RootLayout({ children, -}: Readonly<{ +}: { children: React.ReactNode; -}>) { +}) { return ( - - - - {children} - +