Merge version_1 into main #2

Merged
bender merged 5 commits from version_1 into main 2026-03-03 10:55:09 +00:00
Showing only changes of commit 973526bc99 - Show all commits

View File

@@ -5,20 +5,12 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag"; import Tag from "@/tag/Tag";
const figtree = Figtree({ const figtree = Figtree({
variable: "--font-figtree", variable: "--font-figtree", subsets: ["latin"],
subsets: ["latin"],
}); });
export const metadata: Metadata = { export const metadata: Metadata = {
title: "Studio Luxe - Premium Furniture Design", 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: {
description: "Discover luxury minimalist furniture crafted with exceptional quality. Premium sofas, tables, and designer pieces for the discerning home.", title: "Studio Luxe - Premium Furniture", description: "Luxury minimalist furniture for the discerning eye. Exceptional craftsmanship and timeless design.", type: "website", siteName: "Studio Luxe"},
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: { robots: {
index: true, index: true,
follow: true, follow: true,