Update src/app/layout.tsx
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user