'use client' import Link from "next/link" import GallerySlider1 from '@/components/slider/GallerySlider1' import Layout from "@/components/layout/Layout" export default function Error404() { return ( <> {/* Error Section */}

Page Not Found

Return To Home
{/* End Error Section */} {/* Gallery Section */}
{/* End Gallery Section */}
) }