diff --git a/public/SEOIMAGE.webp b/public/SEOIMAGE.webp new file mode 100644 index 0000000..916e8a6 Binary files /dev/null and b/public/SEOIMAGE.webp differ diff --git a/src/app/layout.tsx b/src/app/layout.tsx index e048a68..2d3095e 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -4,7 +4,7 @@ import React from "react"; import localFont from "next/font/local"; import Navbar from "@/components/ui/Navbar"; import Footer from "@/components/ui/Footer"; -// import { SpeedInsights } from '@vercel/speed-insights/next'; +import { SpeedInsights } from '@vercel/speed-insights/next'; const customFont = localFont({ src: "../font/customFont.otf", @@ -18,11 +18,11 @@ export const metadata: Metadata = { openGraph: { title: "Uttarakhand Culture", description: "Explore the rich cultural heritage of Uttarakhand.", - url: "https://uttarakhand-culture.vercel.app", + url: "https://uttarakhand-culture.vercel.app", siteName: "Uttarakhand Culture", images: [ { - url: "https://uttarakhand-culture.vercel.app/_next/image?url=%2F_next%2Fstatic%2Fmedia%2FheroMapImage.fc8fad10.webp&w=828&q=75", + url: "https://uttarakhand-culture.vercel.app/_next/image?url=%2F_next%2Fstatic%2Fmedia%2FheroMapImage.fc8fad10.webp&w=828&q=75", width: 800, height: 600, alt: "Cultural Heritage of Uttarakhand", diff --git a/src/app/working-error.tsx b/src/app/working-error.tsx index e13f34f..dda2af2 100644 --- a/src/app/working-error.tsx +++ b/src/app/working-error.tsx @@ -1,6 +1,6 @@ import Link from 'next/link'; -const Custom404 = () => { +const WorkingError = () => { return (