import type { Metadata } from "next";

export const metadata: Metadata = {
    title: "About Us",
    description: "Discover the heritage of Idea Group Limited and how iRoof became the leading choice for premium, eco-friendly ASA roofing sheets in Sri Lanka.",
    openGraph: {
        title: "About Us | iRoof",
        description: "Discover the heritage of Idea Group Limited and how iRoof became the leading choice for premium, eco-friendly ASA roofing sheets in Sri Lanka.",
        url: "https://iroof.lk/about"
    }
};

export default function AboutLayout({ children }: { children: React.ReactNode }) {
    return <>{children}</>;
}
