feat: change logo and og

This commit is contained in:
2026-06-29 11:22:56 +03:30
parent dae31e9e83
commit bf7706fb2d
13 changed files with 200 additions and 62 deletions
+5 -5
View File
@@ -30,9 +30,9 @@ export const metadata: Metadata = {
siteName: 'آرام جان',
images: [
{
url: '/og-image.png', // Create this image (1200x630px)
width: 1200,
height: 630,
url: '/og-image.jpg',
width: 1067,
height: 600,
alt: ' آرام جان - اپلیکیشن مدیتیشن و آرامش - تمرین تنفسی',
},
],
@@ -45,7 +45,7 @@ export const metadata: Metadata = {
card: 'summary_large_image',
title: 'آرام جان - تمرین تنفسی و مدیتیشن',
description: 'اپلیکیشن آرام جان - همراه شما برای رسیدن به آرامش درونی',
images: ['/og-image.png'],
images: ['/og-image.jpg'],
creator: '@aramland', // Replace with your Twitter handle
},
robots: {
@@ -80,7 +80,7 @@ export default function RootLayout({
/>
{/* Favicon — lotus mark (آرام جان) */}
<link rel="icon" href="/icon.svg" type="image/svg+xml" />
<link rel="apple-touch-icon" href="/icon.svg" />
<link rel="apple-touch-icon" href="/logo-aram.png" />
{/* Preload critical resources */}
<link rel="preconnect" href="https://fonts.googleapis.com" />