Update src/app/layout.tsx
This commit is contained in:
@@ -15,9 +15,11 @@ export const metadata: Metadata = {
|
|||||||
canonical: "https://ukrainianart.com"
|
canonical: "https://ukrainianart.com"
|
||||||
},
|
},
|
||||||
openGraph: {
|
openGraph: {
|
||||||
title: "Discover the Soul of Ukraine Through Art", description: "Explore stunning photography and paintings capturing the beauty and spirit of Ukraine. Support authentic local talent and connect with cultural heritage.", url: "https://ukrainianart.com", siteName: "Ukrainian Art Gallery", type: "website", images: [{
|
title: "Discover the Soul of Ukraine Through Art", description: "Explore stunning photography and paintings capturing the beauty and spirit of Ukraine. Support authentic local talent and connect with cultural heritage.", url: "https://ukrainianart.com", siteName: "Ukrainian Art Gallery", type: "website", images: [
|
||||||
url: "https://img.b2bpic.net/free-vector/watercolor-farm-landscape_23-2148189692.jpg", alt: "Ukrainian landscape painting"
|
{
|
||||||
}]
|
url: "https://img.b2bpic.net/free-vector/watercolor-farm-landscape_23-2148189692.jpg", alt: "Ukrainian landscape painting"
|
||||||
|
}
|
||||||
|
]
|
||||||
},
|
},
|
||||||
twitter: {
|
twitter: {
|
||||||
card: "summary_large_image", title: "Discover Ukrainian Art & Photography", description: "Explore authentic artworks from talented Ukrainian artists celebrating cultural heritage.", images: ["https://img.b2bpic.net/free-vector/watercolor-farm-landscape_23-2148189692.jpg"]
|
card: "summary_large_image", title: "Discover Ukrainian Art & Photography", description: "Explore authentic artworks from talented Ukrainian artists celebrating cultural heritage.", images: ["https://img.b2bpic.net/free-vector/watercolor-farm-landscape_23-2148189692.jpg"]
|
||||||
@@ -37,7 +39,7 @@ export default function RootLayout({
|
|||||||
<html lang="en" suppressHydrationWarning>
|
<html lang="en" suppressHydrationWarning>
|
||||||
<ServiceWrapper>
|
<ServiceWrapper>
|
||||||
<body
|
<body
|
||||||
className={`${poppins.variable} antialiased`}
|
className={poppins.variable}
|
||||||
>
|
>
|
||||||
<Tag />
|
<Tag />
|
||||||
{children}
|
{children}
|
||||||
|
|||||||
Reference in New Issue
Block a user