Update src/app/layout.tsx
This commit is contained in:
@@ -5,35 +5,22 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
|
|||||||
import Tag from "@/tag/Tag";
|
import Tag from "@/tag/Tag";
|
||||||
|
|
||||||
const inter = Inter({
|
const inter = Inter({
|
||||||
variable: "--font-inter",
|
variable: "--font-inter", subsets: ["latin"],
|
||||||
subsets: ["latin"],
|
|
||||||
});
|
});
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "Studio Collective | Premium Creative Design Agency",
|
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: {
|
||||||
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,
|
index: true,
|
||||||
follow: true,
|
follow: true,
|
||||||
},
|
},
|
||||||
openGraph: {
|
openGraph: {
|
||||||
title: "Studio Collective | Premium Creative Design",
|
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: [
|
||||||
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",
|
url: "http://img.b2bpic.net/free-photo/still-life-device-table_23-2150994346.jpg", alt: "Studio Collective portfolio showcase"},
|
||||||
alt: "Studio Collective portfolio showcase",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
twitter: {
|
twitter: {
|
||||||
card: "summary_large_image",
|
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"],
|
||||||
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"],
|
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user