-
-
+
+
+
+ {isLoading ? (
+
+ ) : (
+
+ ({ ...post, onBlogClick: () => {} }))}
+ title="Latest Articles"
+ description="Insights and updates from our team"
+ animationType="slide-up"
+ textboxLayout="default"
+ useInvertedBackground={false}
/>
-
- {isLoading ? (
-
- ) : (
-
-
-
- )}
-
-
+ )}
);
}
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 (