Skip to content

Commit

Permalink
metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
devsisingh committed Jul 9, 2024
1 parent 9e0b0ce commit 7992742
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 2 deletions.
Binary file added public/metaimg.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
32 changes: 30 additions & 2 deletions src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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({
Expand Down

0 comments on commit 7992742

Please sign in to comment.