{
  "@context": "https://schema.org",
  "@type": "BeautySalon",
  "name": "SM Beauty Studios",
  "url": "https://smbeauty.ie/",
  "logo": "https://smbeauty.ie/images/logo.png",
  "image": "https://smbeauty.ie/images/logo.png",
  "telephone": "00353867327685",
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "Unit 1, Fonthill",
    "addressLocality": "Lucan",
    "addressRegion": "Dublin",
    "postalCode": "D22 CA34",
    "addressCountry": "IE"
  },
  "openingHours": "Tu-We 10:00-18:00, Th-Fr 10:00-19:00, Sa 10:00-18:00, Su 12:00-18:00",
  "openingHoursSpecification": [
    { "@type": "OpeningHoursSpecification", "dayOfWeek": "Tuesday", "opens": "10:00", "closes": "18:00" },
    { "@type": "OpeningHoursSpecification", "dayOfWeek": "Wednesday", "opens": "10:00", "closes": "18:00" },
    { "@type": "OpeningHoursSpecification", "dayOfWeek": "Thursday", "opens": "10:00", "closes": "19:00" },
    { "@type": "OpeningHoursSpecification", "dayOfWeek": "Friday", "opens": "10:00", "closes": "19:00" },
    { "@type": "OpeningHoursSpecification", "dayOfWeek": "Saturday", "opens": "10:00", "closes": "18:00" },
    { "@type": "OpeningHoursSpecification", "dayOfWeek": "Sunday", "opens": "12:00", "closes": "18:00" }
  ],
  "hasOfferCatalog": {
    "@type": "OfferCatalog",
    "name": "Services",
    "itemListElement": [
      { "@type": "Offer", "itemOffered": { "@type": "Service", "name": "Professional Makeup" } },
      { "@type": "Offer", "itemOffered": { "@type": "Service", "name": "Eyebrow Threading" } },
      { "@type": "Offer", "itemOffered": { "@type": "Service", "name": "Chin Threading" } },
      { "@type": "Offer", "itemOffered": { "@type": "Service", "name": "Arms Waxing" } },
      { "@type": "Offer", "itemOffered": { "@type": "Service", "name": "Chin Waxing" } }
    ]
  }
}
