From 022e94b5432d2feb3649a68cb078e8112245db3d Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 24 Feb 2026 08:15:37 +0000 Subject: [PATCH] Update src/app/layout.tsx --- src/app/layout.tsx | 37 +++++++++++++------------------------ 1 file changed, 13 insertions(+), 24 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 269b51d..a1b796a 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -15,11 +15,11 @@ export const metadata: Metadata = { openGraph: { title: "Nano Mango - Unique & Sustainable Cups Store", description: "Discover Nano Mango's exquisite collection of unique and sustainable cups for every beverage. Elevate your sipping experience with our beautifully crafted designs.", url: "https://nanomango.com", siteName: "Nano Mango", images: [ { - url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_34my1kGeblbsCcwUUCcjBY9WFkg/uploaded-1770649506170-pxkn8ubj.mp4", alt: "Assortment of stylish cups and mugs from Nano Mango"}, + url: "/og-image.jpg", alt: "Assortment of stylish cups and mugs from Nano Mango"}, ], type: "website"}, twitter: { - card: "summary_large_image", title: "Nano Mango - Unique & Sustainable Cups Store", description: "Discover Nano Mango's exquisite collection of unique and sustainable cups for every beverage. Elevate your sipping experience with our beautifully crafted designs.", images: ["https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_34my1kGeblbsCcwUUCcjBY9WFkg/uploaded-1770649506170-pxkn8ubj.mp4"], + card: "summary_large_image", title: "Nano Mango - Unique & Sustainable Cups Store", description: "Discover Nano Mango's exquisite collection of unique and sustainable cups for every beverage. Elevate your sipping experience with our beautifully crafted designs.", images: ["/twitter-image.jpg"], }, robots: { index: true, @@ -35,15 +35,12 @@ export default function RootLayout({ return ( - + {children} - -