{"id":103,"date":"2025-12-12T11:04:12","date_gmt":"2025-12-12T11:04:12","guid":{"rendered":"https:\/\/james.j4cx.co.uk\/?page_id=103"},"modified":"2026-03-01T15:17:35","modified_gmt":"2026-03-01T15:17:35","slug":"locations","status":"publish","type":"page","link":"https:\/\/james.j4cx.co.uk\/?page_id=103","title":{"rendered":"Location"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-post\" data-elementor-id=\"103\" class=\"elementor elementor-103\">\n\t\t\t\t<div class=\"elementor-element elementor-element-9500cb8 e-flex e-con-boxed e-con e-parent\" data-id=\"9500cb8\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2c354ef elementor-widget elementor-widget-html\" data-id=\"2c354ef\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<section class=\"loc-wrap\" aria-label=\"Locations\">\n  <div class=\"loc-header\">\n    <h2 class=\"loc-title\">Our Locations<\/h2>\n    <p class=\"loc-subtitle\">Find your studio, meet your trainer, and check opening hours.<\/p>\n  <\/div>\n\n  <div class=\"loc-grid\">\n\n    <!-- Location Card -->\n    <article class=\"loc-card\">\n      <div class=\"loc-card-top\">\n        <div class=\"loc-badge\">Location<\/div>\n        <h3 class=\"loc-name\">Tamworth \/ Wilnecote<\/h3>\n\n        <p class=\"loc-trainer\">\n          <span class=\"loc-label\">Personal Trainer<\/span>\n          <strong>James Titchen<\/strong>\n        <\/p>\n\n        <!-- Google Maps Link -->\n        <a class=\"loc-map\" \n           href=\"https:\/\/www.google.com\/maps\/search\/?api=1&query=2+Watling+St+Wilnecote+Tamworth+B77+5BP\"\n           target=\"_blank\" \n           rel=\"noopener\">\n          <span class=\"map-icon\">\n            <!-- Pin Icon -->\n            <svg viewBox=\"0 0 24 24\" width=\"18\" height=\"18\" fill=\"none\">\n              <path d=\"M12 22s7-6.5 7-12a7 7 0 1 0-14 0c0 5.5 7 12 7 12Z\" \n                stroke=\"currentColor\" stroke-width=\"2\"\/>\n              <circle cx=\"12\" cy=\"10\" r=\"3\" \n                stroke=\"currentColor\" stroke-width=\"2\"\/>\n            <\/svg>\n          <\/span>\n          View on Google Maps\n        <\/a>\n      <\/div>\n\n      <div class=\"loc-hours\">\n        <div class=\"loc-hours-head\">\n          <span class=\"loc-hours-title\">Opening hours<\/span>\n        <\/div>\n\n        <ul class=\"loc-hours-list\">\n          <li><span>Mon\u2013Fri<\/span><span>08:00 \u2013 21:00<\/span><\/li>\n          <li><span>Saturday<\/span><span>08:00 \u2013 21:00<\/span><\/li>\n          <li><span>Sunday<\/span><span>08:00 \u2013 21:00<\/span><\/li>\n        <\/ul>\n      <\/div>\n    <\/article>\n\n    <!-- Duplicate this card for more locations -->\n\n  <\/div>\n<\/section>\n\n<style>\n.loc-wrap{\n  --bg:#0b1220;\n  --card:rgba(255,255,255,.06);\n  --text:rgba(255,255,255,.92);\n  --muted:rgba(255,255,255,.7);\n  --line:rgba(255,255,255,.14);\n  --accent:#7c5cff;\n\n  padding:40px;\n  border-radius:22px;\n  background:linear-gradient(180deg,rgba(255,255,255,.04),rgba(255,255,255,.01)),var(--bg);\n  color:var(--text);\n}\n\n.loc-title{\n  margin:0 0 6px;\n  font-size:26px;\n}\n\n.loc-subtitle{\n  margin:0 0 30px;\n  color:var(--muted);\n  font-size:14px;\n}\n\n.loc-grid{\n  display:flex;\n  flex-direction:column; \/* STACKED *\/\n  gap:20px;\n}\n\n.loc-card{\n  background:linear-gradient(180deg,var(--card),rgba(255,255,255,.03));\n  border:1px solid var(--line);\n  border-radius:18px;\n  padding:24px;\n  transition:.2s ease;\n}\n\n.loc-card:hover{\n  transform:translateY(-3px);\n  border-color:rgba(124,92,255,.4);\n}\n\n.loc-badge{\n  display:inline-block;\n  font-size:12px;\n  text-transform:uppercase;\n  padding:6px 10px;\n  border-radius:999px;\n  background:rgba(124,92,255,.15);\n  margin-bottom:12px;\n}\n\n.loc-name{\n  margin:0 0 10px;\n  font-size:20px;\n}\n\n.loc-trainer{\n  margin:0 0 12px;\n  display:flex;\n  gap:10px;\n  align-items:center;\n  flex-wrap:wrap;\n}\n\n.loc-label{\n  font-size:12px;\n  color:var(--muted);\n}\n\n.loc-map{\n  display:inline-flex;\n  align-items:center;\n  gap:8px;\n  margin-top:8px;\n  font-size:14px;\n  color:white;\n  text-decoration:none;\n  padding:8px 12px;\n  border-radius:12px;\n  background:rgba(255,255,255,.08);\n  border:1px solid rgba(255,255,255,.15);\n  transition:.2s ease;\n}\n\n.loc-map:hover{\n  background:rgba(124,92,255,.25);\n  border-color:rgba(124,92,255,.5);\n}\n\n.map-icon{\n  display:flex;\n  align-items:center;\n}\n\n.loc-hours{\n  margin-top:20px;\n}\n\n.loc-hours-title{\n  font-size:13px;\n  color:var(--muted);\n}\n\n.loc-hours-list{\n  list-style:none;\n  padding:0;\n  margin:10px 0 0;\n  display:flex;\n  flex-direction:column;\n  gap:8px;\n}\n\n.loc-hours-list li{\n  display:flex;\n  justify-content:space-between;\n  padding:10px 14px;\n  border-radius:12px;\n  background:rgba(255,255,255,.05);\n  border:1px solid rgba(255,255,255,.08);\n  font-size:14px;\n}\n<\/style>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Our Locations Find your studio, meet your trainer, and check opening hours. Location Tamworth \/ Wilnecote Personal Trainer James Titchen View on Google Maps Opening hours Mon\u2013Fri08:00 \u2013 21:00 Saturday08:00 \u2013 21:00 Sunday08:00 \u2013 21:00<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-103","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.1.1 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Location - My Personal Fitness Studio<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/james.j4cx.co.uk\/?page_id=103\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Location - My Personal Fitness Studio\" \/>\n<meta property=\"og:description\" content=\"Our Locations Find your studio, meet your trainer, and check opening hours. Location Tamworth \/ Wilnecote Personal Trainer James Titchen View on Google Maps Opening hours Mon\u2013Fri08:00 \u2013 21:00 Saturday08:00 \u2013 21:00 Sunday08:00 \u2013 21:00\" \/>\n<meta property=\"og:url\" content=\"https:\/\/james.j4cx.co.uk\/?page_id=103\" \/>\n<meta property=\"og:site_name\" content=\"My Personal Fitness Studio\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/people\/My-Personal-Fitness-Studio\/61577844784720\/?name=xhp_nt__fb__action__open_user\" \/>\n<meta property=\"article:modified_time\" content=\"2026-03-01T15:17:35+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/james.j4cx.co.uk\/?page_id=103\",\"url\":\"https:\/\/james.j4cx.co.uk\/?page_id=103\",\"name\":\"Location - My Personal Fitness Studio\",\"isPartOf\":{\"@id\":\"https:\/\/james.j4cx.co.uk\/#website\"},\"datePublished\":\"2025-12-12T11:04:12+00:00\",\"dateModified\":\"2026-03-01T15:17:35+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/james.j4cx.co.uk\/?page_id=103#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/james.j4cx.co.uk\/?page_id=103\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/james.j4cx.co.uk\/?page_id=103#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/james.j4cx.co.uk\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Location\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/james.j4cx.co.uk\/#website\",\"url\":\"https:\/\/james.j4cx.co.uk\/\",\"name\":\"My Personal Fitness Studio\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/james.j4cx.co.uk\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/james.j4cx.co.uk\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/james.j4cx.co.uk\/#organization\",\"name\":\"My Personal Fitness Studio\",\"url\":\"https:\/\/james.j4cx.co.uk\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/james.j4cx.co.uk\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/james.j4cx.co.uk\/wp-content\/uploads\/2025\/09\/MPFS-Logo-Files3aClear.png\",\"contentUrl\":\"https:\/\/james.j4cx.co.uk\/wp-content\/uploads\/2025\/09\/MPFS-Logo-Files3aClear.png\",\"width\":1000,\"height\":707,\"caption\":\"My Personal Fitness Studio\"},\"image\":{\"@id\":\"https:\/\/james.j4cx.co.uk\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/people\/My-Personal-Fitness-Studio\/61577844784720\/?name=xhp_nt__fb__action__open_user\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Location - My Personal Fitness Studio","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/james.j4cx.co.uk\/?page_id=103","og_locale":"en_US","og_type":"article","og_title":"Location - My Personal Fitness Studio","og_description":"Our Locations Find your studio, meet your trainer, and check opening hours. Location Tamworth \/ Wilnecote Personal Trainer James Titchen View on Google Maps Opening hours Mon\u2013Fri08:00 \u2013 21:00 Saturday08:00 \u2013 21:00 Sunday08:00 \u2013 21:00","og_url":"https:\/\/james.j4cx.co.uk\/?page_id=103","og_site_name":"My Personal Fitness Studio","article_publisher":"https:\/\/www.facebook.com\/people\/My-Personal-Fitness-Studio\/61577844784720\/?name=xhp_nt__fb__action__open_user","article_modified_time":"2026-03-01T15:17:35+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/james.j4cx.co.uk\/?page_id=103","url":"https:\/\/james.j4cx.co.uk\/?page_id=103","name":"Location - My Personal Fitness Studio","isPartOf":{"@id":"https:\/\/james.j4cx.co.uk\/#website"},"datePublished":"2025-12-12T11:04:12+00:00","dateModified":"2026-03-01T15:17:35+00:00","breadcrumb":{"@id":"https:\/\/james.j4cx.co.uk\/?page_id=103#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/james.j4cx.co.uk\/?page_id=103"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/james.j4cx.co.uk\/?page_id=103#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/james.j4cx.co.uk\/"},{"@type":"ListItem","position":2,"name":"Location"}]},{"@type":"WebSite","@id":"https:\/\/james.j4cx.co.uk\/#website","url":"https:\/\/james.j4cx.co.uk\/","name":"My Personal Fitness Studio","description":"","publisher":{"@id":"https:\/\/james.j4cx.co.uk\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/james.j4cx.co.uk\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/james.j4cx.co.uk\/#organization","name":"My Personal Fitness Studio","url":"https:\/\/james.j4cx.co.uk\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/james.j4cx.co.uk\/#\/schema\/logo\/image\/","url":"https:\/\/james.j4cx.co.uk\/wp-content\/uploads\/2025\/09\/MPFS-Logo-Files3aClear.png","contentUrl":"https:\/\/james.j4cx.co.uk\/wp-content\/uploads\/2025\/09\/MPFS-Logo-Files3aClear.png","width":1000,"height":707,"caption":"My Personal Fitness Studio"},"image":{"@id":"https:\/\/james.j4cx.co.uk\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/people\/My-Personal-Fitness-Studio\/61577844784720\/?name=xhp_nt__fb__action__open_user"]}]}},"_links":{"self":[{"href":"https:\/\/james.j4cx.co.uk\/index.php?rest_route=\/wp\/v2\/pages\/103","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/james.j4cx.co.uk\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/james.j4cx.co.uk\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/james.j4cx.co.uk\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/james.j4cx.co.uk\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=103"}],"version-history":[{"count":25,"href":"https:\/\/james.j4cx.co.uk\/index.php?rest_route=\/wp\/v2\/pages\/103\/revisions"}],"predecessor-version":[{"id":304,"href":"https:\/\/james.j4cx.co.uk\/index.php?rest_route=\/wp\/v2\/pages\/103\/revisions\/304"}],"wp:attachment":[{"href":"https:\/\/james.j4cx.co.uk\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=103"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}