Update src/app/layout.tsx

This commit is contained in:
2026-01-12 13:08:12 +00:00
parent fca6971da4
commit 18c01a6573

View File

@@ -15,11 +15,9 @@ 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"]
@@ -39,7 +37,7 @@ export default function RootLayout({
<html lang="en" suppressHydrationWarning> <html lang="en" suppressHydrationWarning>
<ServiceWrapper> <ServiceWrapper>
<body <body
className={poppins.variable} className={`${poppins.variable} antialiased`}
> >
<Tag /> <Tag />
{children} {children}