From 973526bc9922b0506aa756fa11bc5284432f844d Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 10:55:03 +0000 Subject: [PATCH] Update src/app/layout.tsx --- src/app/layout.tsx | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index bcb6d1b..e3351b7 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -5,20 +5,12 @@ import { ServiceWrapper } from "@/components/ServiceWrapper"; import Tag from "@/tag/Tag"; const figtree = Figtree({ - variable: "--font-figtree", - subsets: ["latin"], + variable: "--font-figtree", subsets: ["latin"], }); export const metadata: Metadata = { - title: "Studio Luxe - Premium Furniture Design", - description: "Discover luxury minimalist furniture crafted with exceptional quality. Premium sofas, tables, and designer pieces for the discerning home.", - keywords: "luxury furniture, minimalist design, premium sofas, designer chairs, modern furniture", - openGraph: { - title: "Studio Luxe - Premium Furniture", - description: "Luxury minimalist furniture for the discerning eye. Exceptional craftsmanship and timeless design.", - type: "website", - siteName: "Studio Luxe", - }, + title: "Studio Luxe - Premium Furniture Design", description: "Discover luxury minimalist furniture crafted with exceptional quality. Premium sofas, tables, and designer pieces for the discerning home.", keywords: "luxury furniture, minimalist design, premium sofas, designer chairs, modern furniture", openGraph: { + title: "Studio Luxe - Premium Furniture", description: "Luxury minimalist furniture for the discerning eye. Exceptional craftsmanship and timeless design.", type: "website", siteName: "Studio Luxe"}, robots: { index: true, follow: true,