{
    "@context": "https://schema.org",
    "@graph": [
        {
            "@type": "GeneralContractor",
            "@id": "https://buildprosolutions.com/#organization",
            "name": "BuildPro Ready Mix & Solutions",
            "image": "https://buildprosolutions.com/images/logo.png",
            "telephone": "+91-9876543210",
            "address": {
                "@type": "PostalAddress",
                "addressLocality": "Mangalore",
                "addressRegion": "KA",
                "addressCountry": "IN"
            },
            "hasOfferCatalog": {
                "@type": "OfferCatalog",
                "name": "Construction Services",
                "itemListElement": [
                    {
                        "@type": "Offer",
                        "itemOffered": {
                            "@type": "Service",
                            "name": "CCTV Installation & Repair",
                            "description": "Professional security camera setup and maintenance."
                        }
                    },
                    {
                        "@type": "Offer",
                        "itemOffered": {
                            "@type": "Service",
                            "name": "Automated Gates",
                            "description": "Installation of remote-controlled sliding and swing gates."
                        }
                    },
                    {
                        "@type": "Offer",
                        "itemOffered": {
                            "@type": "Product",
                            "name": "BuildPro Repair Mortar",
                            "description": "Pre-mixed repair mortar for easy construction patch works."
                        }
                    }
                ]
            }
        }
    ]
}