import type { Metadata } from "next"; const ASSET_URL = process.env.NEXT_PUBLIC_API_URL || ""; export const metadata: Metadata = { title: "Visaway – Immigration & Visa Consulting HTML Template", description: "Visaway – Immigration & Visa Consulting HTML Template", authors: [{ name: "Gramentheme" }], openGraph: { type: "website", locale: "en_US", url: "http://localhost:3000", }, }; export default function VisaLayout({ children, }: { children: React.ReactNode; }) { return ( <> {/* Preloader Start */}
{" "} V{" "} {" "} I{" "} {" "} S{" "} {" "} A{" "} {" "} W{" "} {" "} A{" "} {" "} Y{" "}

Loading

{/* GT Back To Top Start */} {/* GT MouseCursor Start */}
{/* Header-Top-Section Start */}
English
  • English
  • Bangla
  • Hindi
{/* Offcanvas Area Start */}

Nullam dignissim, ante scelerisque the is euismod fermentum odio sem semper the is erat, a feugiat leo urna eget eros. Duis Aenean a imperdiet risus.

Contact Info

{/* Header Section Start */} {/*
*/} {/* Search Area Start */}
{/* Main Content */} {children} {/* Footer Section Start */} {/* */} ); }