{"id":9,"date":"2026-08-27T02:39:20","date_gmt":"2026-08-27T02:39:20","guid":{"rendered":"https:\/\/uktrainingiwh07.com\/?page_id=9"},"modified":"2026-08-27T03:37:00","modified_gmt":"2026-08-27T03:37:00","slug":"taylor-dash","status":"publish","type":"page","link":"https:\/\/uktrainingiwh07.com\/?page_id=9","title":{"rendered":"website"},"content":{"rendered":"\n<style data-wp-block-html=\"css\">\n\/* --- Base Styles & Variables --- *\/\n:root {\n    --primary-color: #9333ea;\n    --primary-dark: #6b21a8;\n    --accent-color: #d8b4fe;\n    --text-dark: #1e293b;\n    --text-light: #f8fafc;\n    --bg-color: #ffffff;\n    --bg-alt: #fcfaff;\n}\n\n* { margin: 0; padding: 0; box-sizing: border-box; }\nbody { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; color: var(--text-dark); background: var(--bg-color); line-height: 1.6; overflow-x: hidden; scroll-behavior: smooth; }\n.container { max-width: 1100px; margin: 0 auto; padding: 0 20px; }\n\n\/* --- Typography --- *\/\nh1, h2, h3, h4 { font-family: 'Georgia', serif; font-weight: 600; color: var(--primary-dark); }\n.section-title { font-size: 2.5rem; text-align: center; margin-bottom: 5px; }\n.section-subtitle { text-align: center; color: #64748b; margin-bottom: 40px; font-size: 1.1rem; }\n.section { padding: 80px 0; }\n\n\/* --- Buttons --- *\/\n.btn { padding: 12px 24px; border: none; border-radius: 8px; font-weight: bold; cursor: pointer; transition: all 0.3s ease; display: inline-block; text-align: center; text-decoration: none; }\n.primary-btn { background: linear-gradient(135deg, var(--primary-color), var(--primary-dark)); color: white; box-shadow: 0 4px 15px rgba(147, 51, 234, 0.3); }\n.primary-btn:hover { transform: translateY(-3px); box-shadow: 0 8px 25px rgba(147, 51, 234, 0.5); }\n.outline-btn { background: transparent; color: var(--primary-color); border: 2px solid var(--primary-color); }\n.outline-btn:hover { background: var(--primary-color); color: white; }\n.full-width { width: 100%; }\n.shimmer-btn { position: relative; overflow: hidden; }\n.shimmer-btn::after { content: ''; position: absolute; top: 0; left: -100%; width: 50%; height: 100%; background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.3) 50%, rgba(255,255,255,0) 100%); transform: skewX(-25deg); animation: shimmer 3s infinite; }\n@keyframes shimmer { 100% { left: 200%; } }\n\n\/* --- Navbar --- *\/\n.navbar { display: flex; justify-content: space-between; align-items: center; padding: 15px 5%; background: rgba(255, 255, 255, 0.95); backdrop-filter: blur(10px); position: fixed; width: 100%; top: 0; z-index: 100; box-shadow: 0 2px 10px rgba(0,0,0,0.05); }\n.logo { font-family: 'Georgia', serif; font-size: 1.8rem; font-weight: bold; }\n.logo span { color: var(--primary-color); }\n.nav-actions { display: flex; align-items: center; gap: 20px; }\n.nav-links { list-style: none; display: flex; gap: 25px; }\n.nav-links a { text-decoration: none; color: var(--text-dark); font-weight: 600; transition: color 0.3s; }\n.nav-links a:hover { color: var(--primary-color); }\n.cart-btn { background: var(--bg-alt); border: 1px solid var(--accent-color); padding: 8px 15px; border-radius: 20px; font-weight: bold; color: var(--primary-dark); cursor: pointer; transition: all 0.2s; }\n.cart-btn:hover { background: var(--accent-color); color: white; }\n.hamburger { display: none; flex-direction: column; cursor: pointer; gap: 5px; }\n.hamburger span { width: 25px; height: 3px; background-color: var(--text-dark); border-radius: 3px; }\n\n\/* --- Hero Section --- *\/\n.hero-section { height: 100vh; background: linear-gradient(rgba(15, 23, 42, 0.6), rgba(107, 33, 168, 0.7)), url('https:\/\/images.unsplash.com\/photo-1540039155732-6762089f2122?auto=format&fit=crop&w=1920&q=80') center\/cover no-repeat; display: flex; align-items: center; justify-content: center; text-align: center; color: white; padding: 0 20px; }\n.hero-content h1 { font-size: 4rem; margin-bottom: 20px; color: white; text-shadow: 0 2px 10px rgba(0,0,0,0.5); }\n.hero-content p { font-size: 1.2rem; margin-bottom: 30px; max-width: 600px; margin-inline: auto; text-shadow: 0 2px 5px rgba(0,0,0,0.5); }\n\n\/* --- About Section Collage --- *\/\n.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: center; }\n.about-collage { position: relative; height: 400px; }\n.about-collage img { position: absolute; border-radius: 12px; box-shadow: 0 15px 35px rgba(0,0,0,0.2); transition: transform 0.4s ease; }\n.img-main { width: 80%; top: 0; left: 0; z-index: 1; }\n.img-sub { width: 60%; bottom: 0; right: 0; z-index: 2; border: 5px solid white; }\n.about-collage:hover .img-main { transform: scale(1.02) translate(-10px, -10px); }\n.about-collage:hover .img-sub { transform: scale(1.05) translate(10px, 10px); }\n.about-text h3 { font-size: 1.8rem; margin-bottom: 15px; }\n.about-text p { margin-bottom: 15px; color: #475569; font-size: 1.05rem; }\n\n\/* --- Store Section --- *\/\n.store-section { background-color: var(--bg-alt); }\n.store-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; }\n.product-card { background: white; border-radius: 12px; overflow: hidden; box-shadow: 0 5px 15px rgba(0,0,0,0.05); transition: all 0.3s ease; border: 1px solid transparent; }\n.product-card:hover { transform: translateY(-10px); box-shadow: 0 15px 30px rgba(147, 51, 234, 0.15); border-color: var(--accent-color); }\n.product-card img { width: 100%; height: 280px; object-fit: cover; border-bottom: 1px solid #f1f5f9; }\n.product-info { padding: 25px; text-align: center; }\n.product-info h4 { font-size: 1.2rem; margin-bottom: 10px; color: var(--text-dark); }\n.product-info .price { color: var(--primary-color); font-weight: bold; font-size: 1.2rem; margin-bottom: 15px; }\n.add-to-cart { background: white; color: var(--primary-color); border: 2px solid var(--primary-color); width: 100%; }\n.add-to-cart:hover { background: var(--primary-color); color: white; }\n\n\/* --- Booking & Contact Grid --- *\/\n.booking-section { background: linear-gradient(135deg, #f8fafc, #f3e8ff); }\n.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; }\n.glass-panel { background: rgba(255, 255, 255, 0.8); backdrop-filter: blur(10px); padding: 40px; border-radius: 16px; box-shadow: 0 10px 30px rgba(0,0,0,0.05); border: 1px solid rgba(255,255,255,0.5); }\n.glass-panel h2 { margin-bottom: 10px; }\n.glass-panel p { color: #64748b; margin-bottom: 25px; }\ninput, select, textarea { width: 100%; padding: 14px; margin-bottom: 15px; border: 1px solid #cbd5e1; border-radius: 8px; font-family: inherit; font-size: 1rem; outline: none; transition: border-color 0.3s, box-shadow 0.3s; background: white; }\ninput:focus, select:focus, textarea:focus { border-color: var(--primary-color); box-shadow: 0 0 0 3px rgba(147, 51, 234, 0.1); }\n.contact-details { list-style: none; margin-top: 20px; }\n.contact-details li { margin-bottom: 15px; font-weight: 600; display: flex; align-items: center; gap: 10px; }\n\n\/* --- Footer --- *\/\nfooter { background: var(--primary-dark); color: white; text-align: center; padding: 25px 0; font-size: 0.9rem; }\n\n\/* --- Modals & Toasts --- *\/\n.modal { display: none; position: fixed; z-index: 1000; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(0,0,0,0.5); backdrop-filter: blur(5px); justify-content: center; align-items: center; }\n.modal-content { background-color: #fff; padding: 30px; border-radius: 16px; width: 90%; max-width: 500px; box-shadow: 0 20px 50px rgba(0,0,0,0.2); position: relative; animation: slideDown 0.3s ease-out; }\n@keyframes slideDown { from { transform: translateY(-50px); opacity: 0; } to { transform: translateY(0); opacity: 1; } }\n.close-modal { position: absolute; right: 20px; top: 15px; font-size: 28px; font-weight: bold; color: #aaa; cursor: pointer; }\n.close-modal:hover { color: var(--text-dark); }\n.cart-items-list { max-height: 300px; overflow-y: auto; margin: 20px 0; padding-right: 10px; }\n.cart-item { display: flex; justify-content: space-between; padding: 10px 0; border-bottom: 1px solid #eee; }\n.cart-total { text-align: right; margin-top: 10px; border-top: 2px solid var(--bg-alt); padding-top: 15px; }\n\n.toast { visibility: hidden; min-width: 250px; background-color: var(--primary-dark); color: #fff; text-align: center; border-radius: 8px; padding: 16px; position: fixed; z-index: 2000; left: 50%; bottom: 30px; transform: translateX(-50%); font-weight: bold; box-shadow: 0 10px 30px rgba(0,0,0,0.2); }\n.toast.show { visibility: visible; animation: fadein 0.5s, fadeout 0.5s 2.5s; }\n@keyframes fadein { from { bottom: 0; opacity: 0; } to { bottom: 30px; opacity: 1; } }\n@keyframes fadeout { from { bottom: 30px; opacity: 1; } to { bottom: 0; opacity: 0; } }\n\n\/* --- Responsive --- *\/\n@media (max-width: 768px) {\n    .hamburger { display: flex; }\n    .nav-links { display: none; position: absolute; top: 70px; left: 0; width: 100%; background: white; flex-direction: column; text-align: center; padding: 20px 0; box-shadow: 0 5px 10px rgba(0,0,0,0.1); }\n    .nav-links.active { display: flex; }\n    .about-grid, .contact-grid { grid-template-columns: 1fr; }\n    .about-collage { height: 300px; margin-bottom: 30px; }\n}\n<\/style>\n\n<script data-wp-block-html=\"js\">\ndocument.addEventListener(\"DOMContentLoaded\", () => {\n    \n    \/\/ 1. Mobile Menu Toggle\n    const hamburger = document.getElementById(\"hamburger\");\n    const navLinks = document.getElementById(\"nav-links\");\n\n    hamburger.addEventListener(\"click\", () => {\n        navLinks.classList.toggle(\"active\");\n    });\n\n    document.querySelectorAll(\".nav-links a\").forEach(link => {\n        link.addEventListener(\"click\", () => {\n            navLinks.classList.remove(\"active\");\n        });\n    });\n\n    \/\/ 2. Interactive Toast Notification System\n    function showToast(message) {\n        const toast = document.getElementById(\"toast\");\n        toast.textContent = message;\n        toast.className = \"toast show\";\n        setTimeout(() => { toast.className = toast.className.replace(\"show\", \"\"); }, 3000);\n    }\n\n    \/\/ 3. Form Handling (Forms now trigger elegant toasts instead of ugly alerts)\n    const bookingForm = document.getElementById(\"bookingForm\");\n    if (bookingForm) {\n        bookingForm.addEventListener(\"submit\", (e) => {\n            e.preventDefault();\n            showToast(\"\u2728 Booking Confirmed! See you at the party.\");\n            bookingForm.reset();\n        });\n    }\n\n    const contactForm = document.getElementById(\"contactForm\");\n    if (contactForm) {\n        contactForm.addEventListener(\"submit\", (e) => {\n            e.preventDefault();\n            showToast(\"\ud83d\udc8c Message Sent! We'll reply soon.\");\n            contactForm.reset();\n        });\n    }\n\n    \/\/ 4. Fully Functional Shopping Cart System\n    let cart = [];\n    const cartBtn = document.getElementById(\"cartBtn\");\n    const cartModal = document.getElementById(\"cartModal\");\n    const closeModal = document.querySelector(\".close-modal\");\n    const checkoutBtn = document.getElementById(\"checkoutBtn\");\n    const cartCountDisplay = document.getElementById(\"cartCount\");\n    const cartItemsList = document.getElementById(\"cartItemsList\");\n    const cartTotalValue = document.getElementById(\"cartTotalValue\");\n\n    \/\/ Add items to cart when store buttons are clicked\n    document.querySelectorAll(\".add-to-cart\").forEach(button => {\n        button.addEventListener(\"click\", (e) => {\n            const name = e.target.getAttribute(\"data-name\");\n            const price = parseFloat(e.target.getAttribute(\"data-price\"));\n            \n            cart.push({ name, price });\n            cartCountDisplay.textContent = cart.length;\n            \n            showToast(`\ud83d\udecd\ufe0f Added ${name} to your cart!`);\n        });\n    });\n\n    \/\/ Open Cart Modal\n    cartBtn.addEventListener(\"click\", () => {\n        updateCartModal();\n        cartModal.style.display = \"flex\";\n    });\n\n    \/\/ Close Cart Modal\n    closeModal.addEventListener(\"click\", () => {\n        cartModal.style.display = \"none\";\n    });\n\n    \/\/ Close Modal if user clicks outside the box\n    window.addEventListener(\"click\", (e) => {\n        if (e.target == cartModal) {\n            cartModal.style.display = \"none\";\n        }\n    });\n\n    \/\/ Render the cart items inside the modal\n    function updateCartModal() {\n        cartItemsList.innerHTML = \"\";\n        let total = 0;\n\n        if (cart.length === 0) {\n            cartItemsList.innerHTML = \"<p style='text-align:center; color:#888;'>Your cart is empty.<\/p>\";\n        } else {\n            cart.forEach(item => {\n                total += item.price;\n                const itemEl = document.createElement(\"div\");\n                itemEl.className = \"cart-item\";\n                itemEl.innerHTML = `<span>${item.name}<\/span> <strong>$${item.price.toFixed(2)}<\/strong>`;\n                cartItemsList.appendChild(itemEl);\n            });\n        }\n        cartTotalValue.textContent = total.toFixed(2);\n    }\n\n    \/\/ Checkout Logic\n    checkoutBtn.addEventListener(\"click\", () => {\n        if (cart.length > 0) {\n            showToast(\"\ud83d\udcb3 Checkout Successful! You've got that classic thing that we like.\");\n            cart = []; \/\/ Empty cart\n            cartCountDisplay.textContent = \"0\";\n            cartModal.style.display = \"none\";\n        } else {\n            showToast(\"\u26a0\ufe0f Your cart is empty!\");\n        }\n    });\n});\n<\/script>\n\n<!-- Navigation Bar -->\n<nav class=\"navbar\">\n    <div class=\"logo\">Swiftie<span>Hub<\/span><\/div>\n    <ul class=\"nav-links\" id=\"nav-links\">\n        <li><a href=\"#home\">Home<\/a><\/li>\n        <li><a href=\"#about\">About Us<\/a><\/li>\n        <li><a href=\"#store\">Store<\/a><\/li>\n        <li><a href=\"#booking\">Book Event<\/a><\/li>\n        <li><a href=\"#contact\">Contact<\/a><\/li>\n    <\/ul>\n    <div class=\"nav-actions\">\n        <button id=\"cartBtn\" class=\"cart-btn\">\ud83d\udecd\ufe0f Cart (<span id=\"cartCount\">0<\/span>)<\/button>\n        <div class=\"hamburger\" id=\"hamburger\">\n            <span><\/span><span><\/span><span><\/span>\n        <\/div>\n    <\/div>\n<\/nav>\n\n<!-- Home Section -->\n<header id=\"home\" class=\"hero-section\">\n    <div class=\"hero-content\">\n        <h1>Are You Ready For It?<\/h1>\n        <p>Welcome to the ultimate destination for Taylor Swift merch, news, and exclusive fan experiences.<\/p>\n        <a href=\"#store\" class=\"btn primary-btn shimmer-btn\">Shop The Eras<\/a>\n    <\/div>\n<\/header>\n\n<!-- About Us Section -->\n<section id=\"about\" class=\"section about-section\">\n    <div class=\"container\">\n        <h2 class=\"section-title\">The Story of Us<\/h2>\n        <p class=\"section-subtitle\">More than just a fandom, we are a community.<\/p>\n        \n        <div class=\"about-grid\">\n            <div class=\"about-collage\">\n               <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1540039155732-6762089f2122?auto=format&amp;fit=crop&amp;w=600&amp;q=80\" alt=\"Concert Crowd\" class=\"img-main\">\n<img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1470229722913-7c090be5c560?auto=format&amp;fit=crop&amp;w=300&amp;q=80\" alt=\"Live Music Atmosphere\" class=\"img-sub\">\n            <\/div>\n            <div class=\"about-text\">\n                <h3>Created by Fans, For Fans.<\/h3>\n                <p>Swiftie Hub was born out of a love for storytelling, songwriting, and the absolute magic of a live stadium tour. We are a passionate community dedicated to celebrating all 11 eras of Taylor&#8217;s musical journey.<\/p>\n                <p>From the curly-haired country roots of her debut album to the poetic synth-pop of <em>The Tortured Poets Department<\/em>, our goal is to bring fans together. We curate the highest quality era-themed merchandise and host exclusive local listening parties so you can scream the bridge to &#8220;Cruel Summer&#8221; with people who get it.<\/p>\n                <a href=\"#contact\" class=\"btn outline-btn\">Join Our Newsletter<\/a>\n            <\/div>\n        <\/div>\n    <\/div>\n<\/section>\n\n<!-- Online Store Section -->\n<section id=\"store\" class=\"section store-section\">\n    <div class=\"container\">\n        <h2 class=\"section-title\">The Eras Boutique<\/h2>\n        <p class=\"section-subtitle\">Grab your official era-themed merchandise.<\/p>\n        \n        <div class=\"store-grid\">\n            <!-- Product 1 -->\n            <div class=\"product-card\">\n                <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1603048588665-791ca8aea617?auto=format&amp;fit=crop&amp;w=400&amp;q=80\" alt=\"Folklore Cardigan\">\n                <div class=\"product-info\">\n                    <h4>The &#8220;Folklore&#8221; Cardigan<\/h4>\n                    <p class=\"price\">$65.00<\/p>\n                    <button class=\"btn add-to-cart\" data-name=\"Folklore Cardigan\" data-price=\"65.00\">Add to Cart<\/button>\n                <\/div>\n            <\/div>\n            <!-- Product 2 -->\n            <div class=\"product-card\">\n                <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1520903920243-00d872a2d1c9?auto=format&amp;fit=crop&amp;w=400&amp;q=80\" alt=\"Red Scarf\">\n                <div class=\"product-info\">\n                    <h4>All Too Well Red Scarf<\/h4>\n                    <p class=\"price\">$30.00<\/p>\n                    <button class=\"btn add-to-cart\" data-name=\"Red Scarf\" data-price=\"30.00\">Add to Cart<\/button>\n                <\/div>\n            <\/div>\n            <!-- Product 3 -->\n            <div class=\"product-card\">\n                <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1619983081563-430f63602796?auto=format&amp;fit=crop&amp;w=400&amp;q=80\" alt=\"Midnights Vinyl\">\n                <div class=\"product-info\">\n                    <h4>Midnights (Jade Green Vinyl)<\/h4>\n                    <p class=\"price\">$35.00<\/p>\n                    <button class=\"btn add-to-cart\" data-name=\"Midnights Vinyl\" data-price=\"35.00\">Add to Cart<\/button>\n                <\/div>\n            <\/div>\n            <!-- Product 4 -->\n            <div class=\"product-card\">\n                &lt;<img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1596944924616-7b38e7cfac36?auto=format&amp;fit=crop&amp;w=400&amp;q=80\" alt=\"Reputation Snake Ring\">\n                <div class=\"product-info\">\n                    <h4>Reputation Snake Ring<\/h4>\n                    <p class=\"price\">$45.00<\/p>\n                    <button class=\"btn add-to-cart\" data-name=\"Reputation Snake Ring\" data-price=\"45.00\">Add to Cart<\/button>\n                <\/div>\n            <\/div>\n            <!-- Product 5 -->\n            <div class=\"product-card\">\n               <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1611591437281-460bfbe1220a?auto=format&amp;fit=crop&amp;w=400&amp;q=80\" alt=\"1989 Necklace\">\n                    <h4>1989 Seagull Pendant<\/h4>\n                    <p class=\"price\">$25.00<\/p>\n                    <button class=\"btn add-to-cart\" data-name=\"1989 Seagull Pendant\" data-price=\"25.00\">Add to Cart<\/button>\n                <\/div>\n            <\/div>\n            <!-- Product 6 -->\n            <div class=\"product-card\">\n                <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1514525253161-7a46d19cd819?auto=format&amp;fit=crop&amp;w=400&amp;q=80\" alt=\"Concert Poster\">\n                <div class=\"product-info\">\n                    <h4>Eras Tour VIP Poster<\/h4>\n                    <p class=\"price\">$20.00<\/p>\n                    <button class=\"btn add-to-cart\" data-name=\"Eras Tour Poster\" data-price=\"20.00\">Add to Cart<\/button>\n                <\/div>\n            <\/div>\n        <\/div>\n    \n<\/section>\n\n<!-- Booking & Contact Sections (Combined into a sleek grid for better flow) -->\n<section id=\"booking\" class=\"section booking-section\">\n    <div class=\"container\">\n        <div class=\"contact-grid\">\n            <!-- Booking Form -->\n            <div class=\"booking-form-container glass-panel\">\n                <h2>Book a Listening Party<\/h2>\n                <p>Reserve a VIP table at our next fan event.<\/p>\n                <form id=\"bookingForm\">\n                    <input type=\"text\" placeholder=\"Full Name\" required=\"\">\n                    <input type=\"email\" placeholder=\"Email Address\" required=\"\">\n                    <select required=\"\">\n                        <option value=\"\" disabled=\"\" selected=\"\">Select Your Era Theme<\/option>\n                        <option value=\"fearless\">Fearless (Country Night)<\/option>\n                        <option value=\"1989\">1989 (Pop Party)<\/option>\n                        <option value=\"reputation\">Reputation (Club Mix)<\/option>\n                        <option value=\"folklore\">Folklore (Acoustic Lounge)<\/option>\n                    <\/select>\n                    <input type=\"date\" required=\"\">\n                    <input type=\"number\" placeholder=\"Number of Guests (Max 4)\" min=\"1\" max=\"4\" required=\"\">\n                    <button type=\"submit\" class=\"btn primary-btn full-width\">Confirm Booking<\/button>\n                <\/form>\n            <\/div>\n\n            <!-- Contact Info -->\n            <div id=\"contact\" class=\"contact-info glass-panel\">\n                <h2>Get In Touch<\/h2>\n                <p>Have questions about your merch order or a booking? We&#8217;d love to hear from you!<\/p>\n                <ul class=\"contact-details\">\n                    <li>\ud83d\udccd 13 Cornelia Street, New York, NY<\/li>\n                    <li>\ud83d\udce7 hello@swiftiehub.com<\/li>\n                    <li>\ud83d\udcde (555) 198-9000<\/li>\n                <\/ul>\n                \n                <form id=\"contactForm\" style=\"margin-top: 20px;\">\n                    <input type=\"text\" placeholder=\"Your Name\" required=\"\">\n                    <textarea rows=\"3\" placeholder=\"Your Message\" required=\"\"><\/textarea>\n                    <button type=\"submit\" class=\"btn outline-btn full-width\">Send Message<\/button>\n                <\/form>\n            <\/div>\n        <\/div>\n    <\/div>\n<\/section>\n\n<!-- Footer -->\n<footer>\n    <p>\u00a9 2026 Swiftie Hub. All rights reserved. (Fan-made website)<\/p>\n<\/footer>\n\n<!-- Interactive Shopping Cart Modal -->\n<div id=\"cartModal\" class=\"modal\">\n    <div class=\"modal-content\">\n        <span class=\"close-modal\">\u00d7<\/span>\n        <h2>Your Shopping Cart \ud83d\udecd\ufe0f<\/h2>\n        <div id=\"cartItemsList\" class=\"cart-items-list\">\n            <p>Your cart is empty.<\/p>\n        <\/div>\n        <div class=\"cart-total\">\n            <h3>Total: $<span id=\"cartTotalValue\">0.00<\/span><\/h3>\n        <\/div>\n        <button id=\"checkoutBtn\" class=\"btn primary-btn full-width shimmer-btn\" style=\"margin-top:15px;\">Checkout<\/button>\n    <\/div>\n<\/div>\n\n<!-- Floating Notification Toast -->\n<div id=\"toast\" class=\"toast\">Action Successful!<\/div>\n","protected":false},"excerpt":{"rendered":"<p>SwiftieHub Home About Us Store Book Event Contact \ud83d\udecd\ufe0f Cart (0) Are You Ready For It? Welcome to the ultimate destination for Taylor Swift merch, news, and exclusive fan experiences. Shop The Eras The Story of Us More than just a fandom, we are a community. Created by Fans, For Fans. Swiftie Hub was born [&hellip;]<\/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-9","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/uktrainingiwh07.com\/index.php?rest_route=\/wp\/v2\/pages\/9","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/uktrainingiwh07.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/uktrainingiwh07.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/uktrainingiwh07.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/uktrainingiwh07.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=9"}],"version-history":[{"count":6,"href":"https:\/\/uktrainingiwh07.com\/index.php?rest_route=\/wp\/v2\/pages\/9\/revisions"}],"predecessor-version":[{"id":23,"href":"https:\/\/uktrainingiwh07.com\/index.php?rest_route=\/wp\/v2\/pages\/9\/revisions\/23"}],"wp:attachment":[{"href":"https:\/\/uktrainingiwh07.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=9"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}