import type { Metadata } from "next";

export const metadata: Metadata = {
    title: "Our Projects",
    description: "View our portfolio of residential and commercial roofing projects across Sri Lanka featuring premium iRoof ASA roofing sheets.",
    openGraph: {
        title: "Our Projects | iRoof",
        description: "View our portfolio of residential and commercial roofing projects across Sri Lanka featuring premium iRoof ASA roofing sheets.",
        url: "https://iroof.lk/projects"
    }
};

export default function ProjectsLayout({ children }: { children: React.ReactNode }) {
    return <>{children}</>;
}
