Update src/app/layout.tsx

This commit is contained in:
2026-03-03 10:55:03 +00:00
parent a3a5a4656c
commit 973526bc99

View File

@@ -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,