diff --git a/public/metaimg.png b/public/metaimg.png new file mode 100644 index 0000000..3ba0c13 Binary files /dev/null and b/public/metaimg.png differ diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 65bb7b3..4792492 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -17,11 +17,39 @@ const fontSans = FontSans({ }) export const metadata: Metadata = { - title: 'Phygital WebXR', - description: 'Myriadflow WebXR Experience', + title: 'WebXR | MyriadFlow', + description: 'The future of shopping is here! MyriadFlow lets you chat with lifelike AI brand ambassadors about your favorite products, all within a captivating VR experience.', icons: { icon: '/favicon.ico', }, + openGraph: { + type: 'website', + url: 'https://webxr-ebon.vercel.app', + title: 'WebXR | MyriadFlow', + description: 'The future of shopping is here! MyriadFlow lets you chat with lifelike AI brand ambassadors about your favorite products, all within a captivating VR experience.', + images: [ + { + url: '/metaimg.png', // Path to the image in the public folder + width: 1200, + height: 630, + alt: 'MyriadFlow WebXR', + }, + ], + }, + twitter: { + card: 'summary_large_image', + site: '@MyriadFlow', + title: 'WebXR | MyriadFlow', + description: 'The future of shopping is here! MyriadFlow lets you chat with lifelike AI brand ambassadors about your favorite products, all within a captivating VR experience.', + images: [ + { + url: '/metaimg.png', // Path to the image in the public folder + width: 1200, + height: 630, + alt: 'MyriadFlow WebXR', + }, + ], + }, } export default function RootLayout({