{
    "@context": "https://schema.org",
    "@type": "Service",
    "serviceType": "Electronics Repair Professional Services",
    "provider": {
        "@type": "LocalBusiness",
        "name": "to the sea stories | Algarve travel guide",
        "url": "https://totheseastories.com"
    },
    "areaServed": {
        "@type": "Country",
        "name": "PT"
    },
    "hasOfferCatalog": {
        "@type": "OfferCatalog",
        "name": "Main Services Catalog",
        "itemListElement": [
            {
                "@type": "Offer",
                "itemOffered": {
                    "@type": "Service",
                    "name": "Specialized Electronics Repair Solutions",
                    "description": "To the sea stories - Discover the stunning beauty of the Algarve, Portugal"
                }
            }
        ]
    }
}