Update src/app/layout.tsx
This commit is contained in:
@@ -12,7 +12,7 @@ const interTight = Inter_Tight({
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "KOVA | Premium Heavyweight Streetwear", description: "Discover KOVA: premium heavyweight streetwear with oversized fits, puff print graphics, and 100% cotton fabrics. Designed for everyday motion.", openGraph: {
|
||||
title: 'KOVA | Premium Heavyweight Streetwear', description: 'Discover KOVA: premium heavyweight streetwear with oversized fits, puff print graphics, and 100% cotton fabrics. Designed for everyday motion.', openGraph: {
|
||||
title: "KOVA | Premium Heavyweight Streetwear", description: "Discover KOVA: premium heavyweight streetwear with oversized fits, puff print graphics, and 100% cotton fabrics. Designed for everyday motion.", url: "https://www.kovaclothing.com", siteName: "KOVA", images: [{
|
||||
url: "http://img.b2bpic.net/free-photo/person-using-eco-transport-new-york_23-2149219980.jpg", alt: "streetwear fashion model black clothes urban"
|
||||
}],
|
||||
@@ -25,6 +25,19 @@ export const metadata: Metadata = {
|
||||
index: true,
|
||||
follow: true
|
||||
}
|
||||
openGraph: {
|
||||
"title": "KOVA | Premium Heavyweight Streetwear",
|
||||
"description": "Discover KOVA: premium heavyweight streetwear with oversized fits, puff print graphics, and 100% cotton fabrics. Designed for everyday motion.",
|
||||
"url": "https://www.kovaclothing.com",
|
||||
"siteName": "KOVA",
|
||||
"images": [
|
||||
{
|
||||
"url": "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EN79IzTVqnRgY7a4rioNVmREpe/uploaded-1780007634037-gjj32mkg.png",
|
||||
"alt": "streetwear fashion model black clothes urban"
|
||||
}
|
||||
],
|
||||
"type": "website"
|
||||
},
|
||||
};
|
||||
|
||||
export default function RootLayout({
|
||||
|
||||
Reference in New Issue
Block a user