Update src/app/layout.tsx

This commit is contained in:
2026-03-03 10:20:49 +00:00
parent 4f7fa774b0
commit 9ea0846424

View File

@@ -5,35 +5,22 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
const inter = Inter({
variable: "--font-inter",
subsets: ["latin"],
variable: "--font-inter", subsets: ["latin"],
});
export const metadata: Metadata = {
title: "Studio Collective | Premium Creative Design Agency",
description: "Luxury creative studio transforming brands through exceptional design, branding, and creative direction for discerning clients worldwide.",
keywords: "creative studio, luxury branding, design agency, brand identity, creative direction, portfolio",
robots: {
title: "Studio Collective | Premium Creative Design Agency", description: "Luxury creative studio transforming brands through exceptional design, branding, and creative direction for discerning clients worldwide.", keywords: "creative studio, luxury branding, design agency, brand identity, creative direction, portfolio", robots: {
index: true,
follow: true,
},
openGraph: {
title: "Studio Collective | Premium Creative Design",
description: "Transformative creative work for discerning clients. Branding, design, and creative direction that elevates brands.",
type: "website",
siteName: "Studio Collective",
images: [
title: "Studio Collective | Premium Creative Design", description: "Transformative creative work for discerning clients. Branding, design, and creative direction that elevates brands.", type: "website", siteName: "Studio Collective", images: [
{
url: "http://img.b2bpic.net/free-photo/still-life-device-table_23-2150994346.jpg",
alt: "Studio Collective portfolio showcase",
},
url: "http://img.b2bpic.net/free-photo/still-life-device-table_23-2150994346.jpg", alt: "Studio Collective portfolio showcase"},
],
},
twitter: {
card: "summary_large_image",
title: "Studio Collective | Premium Creative Studio",
description: "Luxury creative work for brands that demand excellence",
images: ["http://img.b2bpic.net/free-photo/still-life-device-table_23-2150994346.jpg"],
card: "summary_large_image", title: "Studio Collective | Premium Creative Studio", description: "Luxury creative work for brands that demand excellence", images: ["http://img.b2bpic.net/free-photo/still-life-device-table_23-2150994346.jpg"],
},
};