From 34601411be39389f398fed8dc8fce42e8e964532 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 11:08:48 +0000 Subject: [PATCH] Update src/app/layout.tsx --- src/app/layout.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index e3351b7..777c421 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -10,7 +10,8 @@ const figtree = Figtree({ 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", description: "Luxury minimalist furniture for the discerning eye. Exceptional craftsmanship and timeless design.", type: "website", siteName: "Studio Luxe" + }, robots: { index: true, follow: true, -- 2.49.1