{"id":1060,"date":"2026-01-01T11:45:51","date_gmt":"2026-01-01T11:45:51","guid":{"rendered":"https:\/\/demo.puddingpoint.com\/?page_id=1060"},"modified":"2026-01-07T04:38:57","modified_gmt":"2026-01-07T04:38:57","slug":"starting-page","status":"publish","type":"page","link":"https:\/\/puddingpoint.com\/","title":{"rendered":"Starting Page"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"1060\" class=\"elementor elementor-1060\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-09a355a e-flex e-con-boxed e-con e-parent\" data-id=\"09a355a\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-8910dc8 elementor-widget elementor-widget-html\" data-id=\"8910dc8\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!DOCTYPE html>\r\n<html lang=\"en\">\r\n<head>\r\n<meta charset=\"UTF-8\">\r\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=yes\">\r\n<meta name=\"theme-color\" content=\"#0f2e53\">\r\n\r\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Bagel+Fat+One&family=Cinzel:wght@600&family=Chilanka:wght@500&family=Pacifico&display=swap\" rel=\"stylesheet\">\r\n\r\n<style>\r\n\r\n\/* --- UNIVERSAL TEXT FIX FOR ANDROID & iPHONE --- *\/\r\n\r\n.scroll-content p, \r\n.scroll-content div {\r\n   \r\n    font-size: clamp(16px, 4.5vw, 20px) !important;\r\n    \r\n   \r\n    -webkit-text-size-adjust: 100% !important;\r\n    text-size-adjust: 100% !important;\r\n    \r\n  \r\n    line-height: 1.8 !important;\r\n    \r\n  \r\n    font-weight: 500 !important;\r\n    \r\n  \r\n    text-rendering: optimizeLegibility !important;\r\n    -webkit-font-smoothing: antialiased !important;\r\n}\r\n\r\n\r\n@media screen and (min-width: 400px) {\r\n    .scroll-content p {\r\n        font-size: 18px !important; \r\n    }\r\n}\r\n\r\n\r\n\r\n\r\n    \/* RESET & BASE STYLES *\/\r\n    header, footer, #masthead, #colophon, .site-header, .site-footer, \r\n    .elementor-location-header, .elementor-location-footer,\r\n    .page-header, .entry-title, .entry-header, #wpadminbar {\r\n        display: none !important;\r\n    }\r\n    \r\n    html, body {\r\n        margin: 0 !important;\r\n        padding: 0 !important;\r\n        background-color: #0f2e53;\r\n        overflow: hidden; \r\n        height: 100%; \r\n    }\r\n\r\n    :root {\r\n        --royal-blue: #0f2e53; \r\n        --gold-dark: #c5a059;\r\n        --pink-pop: #e91e63;\r\n    }\r\n\r\n    \/* CURTAIN SETUP *\/\r\n    .curtain {\r\n        position: fixed;\r\n        top: 0;\r\n        width: 50%;\r\n        height: 100vh;\r\n        background: var(--royal-blue); \r\n        z-index: 99999; \r\n        transition: transform 1.5s cubic-bezier(0.77, 0, 0.175, 1);\r\n        display: flex;\r\n        align-items: center;\r\n        overflow: hidden;\r\n    }\r\n    .curtain-left { left: 0; border-right: 2px solid var(--gold-dark); }\r\n    .curtain-right { right: 0; border-left: 2px solid var(--gold-dark); }\r\n\r\n    \/* INITIAL WELCOME SCREEN - UPDATED LAYOUT *\/\r\n    .welcome-section {\r\n        position: fixed; \r\n        top: 0; \r\n        left: 0;\r\n        height: 100vh;\r\n        width: 100%;\r\n        display: flex;\r\n        flex-direction: column; \/* Stack items vertically *\/\r\n        justify-content: flex-start; \/* Start from the top *\/\r\n        align-items: center;\r\n        z-index: 100002; \r\n        transition: opacity 0.8s ease;\r\n    }\r\n\r\n    \/* NEW: Golden Hanging Line *\/\r\n    .hanging-line {\r\n        width: 2px;\r\n        height: 20vh; \/* Line length (20% of screen height) *\/\r\n        background: linear-gradient(to bottom, #0f2e53, #c5a059, #c5a059);\r\n        box-shadow: 0 0 8px rgba(197, 160, 89, 0.6);\r\n        margin-bottom: 0;\r\n    }\r\n\r\n    .gold-text {\r\n        font-family: 'Bagel Fat One', cursive;\r\n        font-size: 4.5rem; \r\n        background: linear-gradient(to right, #bf953f, #fcf6ba, #b38728, #fbf5b7, #aa771c);\r\n        background-size: 200% auto;\r\n        color: transparent;\r\n        -webkit-background-clip: text;\r\n        background-clip: text;\r\n        animation: shine 4s linear infinite;\r\n        text-shadow: 0px 10px 20px rgba(0,0,0,0.5);\r\n        margin-top: 20px; \/* Space above text *\/\r\n        line-height: 1.1;\r\n    }\r\n\r\n    .fancy-logo {\r\n        width: 130px;\r\n        margin-top: -2px; \/* Pull up slightly to touch the line *\/\r\n        margin-bottom: 10px;\r\n        filter: drop-shadow(0 0 25px rgba(197, 160, 89, 0.6));\r\n        animation: swing 3s ease-in-out infinite; \/* Swinging animation *\/\r\n        transform-origin: top center;\r\n    }\r\n\r\n    \/* BOTTOM IMAGE *\/\r\n    #bottom-image-container {\r\n        position: fixed;\r\n        bottom: 0; \r\n        left: 50%;\r\n        transform: translateX(-50%);\r\n        width: 100%; \r\n        z-index: 100000; \r\n        transition: all 0.8s ease;\r\n        display: flex;\r\n        justify-content: center;\r\n        pointer-events: none;\r\n    }\r\n    \r\n    .bottom-img-style {\r\n        max-width: 800px; \r\n        height: auto; \r\n        max-height: 100vh; \r\n        mask-image: linear-gradient(to top, black 80%, transparent 100%);\r\n        -webkit-mask-image: linear-gradient(to top, black 80%, transparent 100%);\r\n    }\r\n\r\n    \/* FINAL OVERLAY (TOP) *\/\r\n    #final-welcome-overlay {\r\n        position: relative; \r\n        width: 100%; \r\n        height: auto; \r\n        min-height: auto;\r\n        display: flex; \r\n        flex-direction: column; \r\n        justify-content: flex-start; \r\n        align-items: center;\r\n        z-index: 100001; \r\n        opacity: 0; \r\n        pointer-events: none;\r\n        transition: opacity 0.8s ease;\r\n        padding-top: 15px; \r\n        padding-bottom: 5px;\r\n    }\r\n    #final-welcome-overlay.show-overlay { opacity: 1; pointer-events: auto; }\r\n    \r\n    .final-special-text {\r\n        font-family: 'Pacifico', cursive; font-size: 3rem; color: var(--pink-pop);\r\n        text-shadow: 2px 2px 0px #ffffff; transform: scale(0.8); transition: transform 1s;\r\n        margin: 0; line-height: 1.2;\r\n    }\r\n    #final-welcome-overlay.show-overlay .final-special-text { transform: scale(1); }\r\n\r\n    \/* STORY SECTION *\/\r\n    #chemmu-unique-story-section {\r\n        background-color: transparent;\r\n        padding: 0px 20px 80px 20px;\r\n        display: none; \r\n        justify-content: center;\r\n        position: relative;\r\n        z-index: 100010;\r\n        margin-top: 0; \r\n        opacity: 0;\r\n        transition: opacity 1s ease;\r\n    }\r\n\r\n      .chemmu-white-card {\r\n        background-color: #0f2e53 !important;\r\n        color: #0e2a47 !important; \r\n        padding: 30px;\r\n        border-radius: 12px;\r\n        max-width: 800px;\r\n        border: 2px solid #c5a059;\r\n        box-shadow: 0 10px 30px rgba(0,0,0,0.5);\r\n        \r\n        \/* CHILANKA FONT FORCED WITH !important *\/\r\n        font-family: 'Chilanka', cursive !important; \r\n    }\r\n\r\n    \/* Ensure children elements also use Chilanka *\/\r\n    .chemmu-white-card p, \r\n    .chemmu-white-card h2, \r\n    .chemmu-white-card div, \r\n    .chemmu-white-card span {\r\n        font-family: 'Chilanka', cursive !important;\r\n    }\r\n\r\n    .chemmu-main-title {\r\n        color: #0e2a47;\r\n        font-size: 18px; \r\n        font-weight: 700; \r\n        text-align: center;\r\n        border-bottom: 2px dashed #c5a059;\r\n        padding-bottom: 10px;\r\n        margin-bottom: 15px;\r\n        line-height: 1.4;\r\n    }\r\n\r\n    .chemmu-story-para {\r\n        font-size: 20px; \r\n        line-height: 1.6;\r\n        margin-bottom: 15px;\r\n        text-align: center;\r\n        font-weight: 400; \r\n    }\r\n    \r\n    .chemmu-highlight { color: #c5a059; font-weight: bold; background: #0e2a47; padding: 2px 5px; border-radius: 4px; }\r\n\r\n    \/* SKIP BUTTON STYLE *\/\r\n    #skip-button {\r\n        position: fixed;\r\n        bottom: 20px;\r\n        right: 20px;\r\n        z-index: 100020;\r\n        background: rgba(15, 46, 83, 0.9);\r\n        color: #c5a059;\r\n        border: 2px solid #c5a059;\r\n        padding: 10px 20px;\r\n        border-radius: 30px;\r\n        font-family: 'Montserrat', sans-serif;\r\n        font-weight: bold;\r\n        text-transform: uppercase;\r\n        font-size: 12px;\r\n        cursor: pointer;\r\n        display: none; \r\n        opacity: 0;\r\n        transition: opacity 1s, transform 0.3s;\r\n        box-shadow: 0 4px 15px rgba(0,0,0,0.4);\r\n    }\r\n    #skip-button:active { transform: scale(0.95); }\r\n\r\n    \/* ANIMATIONS *\/\r\n    @keyframes shine { to { background-position: 200% center; } }\r\n    @keyframes swing { 0% { transform: rotate(0deg); } 25% { transform: rotate(2deg); } 75% { transform: rotate(-2deg); } 100% { transform: rotate(0deg); } }\r\n    .open-left { transform: translateX(-100%); }\r\n    .open-right { transform: translateX(100%); }\r\n    .fade-out { opacity: 0; pointer-events: none; transform: scale(0.9); }\r\n    .image-fade-out { opacity: 0; transform: translateX(-50%) translateY(50px) !important; }\r\n\r\n    @media (max-width: 768px) {\r\n        .gold-text { font-size: 3rem; }\r\n        .final-special-text { font-size: 1.8rem; }\r\n        #final-welcome-overlay { padding-top: 60px; } \r\n    }\r\n<\/style>\r\n<\/head>\r\n<body>\r\n\r\n    <div id=\"skip-button\" onclick=\"goToShop()\">Skip to Shop &#10095;&#10095;<\/div>\r\n\r\n    <div class=\"curtain curtain-left\" id=\"panel-left\"><\/div>\r\n    <div class=\"curtain curtain-right\" id=\"panel-right\"><\/div>\r\n    \r\n    <canvas id=\"magic-canvas\" style=\"position:fixed; top:0; left:0; z-index:100003; pointer-events:auto;\"><\/canvas>\r\n\r\n    <div class=\"welcome-section\" id=\"main-content\">\r\n        <div class=\"hanging-line\"><\/div>\r\n\r\n        <img decoding=\"async\" src=\"https:\/\/puddingpoint.com\/wp-content\/uploads\/2025\/12\/logo-150x150-1-120x120.png\" class=\"fancy-logo\">\r\n        \r\n        <div class=\"gold-text\">Pudding Point<\/div>\r\n        \r\n        <div style=\"font-family: 'Cinzel', serif; color: #e2d1a8; letter-spacing: 3px; margin-bottom: 15px;\">Crafted with Love<\/div>\r\n        \r\n        <div style=\"color:#fff; animation: pulse 2s infinite; font-size: 12px; background: rgba(0,0,0,0.3); padding: 5px 15px; border-radius: 20px;\"><h5>Tap Anywhere to Open<\/h5><\/div>\r\n    <\/div>\r\n    \r\n    <div id=\"bottom-image-container\">\r\n        <img decoding=\"async\" src=\"https:\/\/puddingpoint.com\/wp-content\/uploads\/2025\/12\/smoke-cup.jpg\" class=\"bottom-img-style\">\r\n    <\/div>\r\n\r\n    <div id=\"final-welcome-overlay\">\r\n        <h1 class=\"final-special-text\">\ud83e\uddc1 Homemade Desserts \ud83c\udf69<\/h1>\r\n        <div style=\"color:white; letter-spacing:3px; text-transform: uppercase; margin-top: 5px; font-size: 0.9rem;\">Nature's Authentic Taste<\/div>\r\n        <div style=\"color:#c5a059; margin-top:10px; animation: bounce 2s infinite; font-size: 0.9rem;\">\u2304 Scroll to read my story \u2304<\/div>\r\n    <\/div>\r\n\r\n   <div id=\"chemmu-unique-story-section\">\r\n        <div class=\"chemmu-white-card\">\r\n            <h2 class=\"chemmu-main-title\">\u0d12\u0d30\u0d41\u0d2a\u0d3f\u0d1f\u0d3f \u0d2e\u0d27\u0d41\u0d30\u0d02, \u0d12\u0d30\u0d41\u0d2a\u0d3e\u0d1f\u0d4d \u0d38\u0d4d\u0d28\u0d47\u0d39\u0d02... <br>\u0d0e\u0d28\u0d4d\u0d31\u0d46 \u0d30\u0d41\u0d1a\u0d3f\u0d2f\u0d3e\u0d24\u0d4d\u0d30\u0d2f\u0d41\u0d1f\u0d46 \u0d15\u0d25 \ud83c\udf6e\u2728<\/h2>\r\n            \r\n            <p class=\"chemmu-story-para\">\r\n                \u0d1e\u0d3e\u0d7b, <span class=\"chemmu-highlight\">\u0d37\u0d02\u0d28\u0d3e\u0d38\u0d4d (\u0d1a\u0d46\u0d2e\u0d4d\u0d2e\u0d41)<\/span>. \ud83d\udc69\u200d\ud83c\udf73<br>\r\n                15 \u0d35\u0d7c\u0d37\u0d02 \u0d2e\u0d41\u0d7b\u0d2a\u0d4d, \u0d38\u0d4d\u0d28\u0d47\u0d39\u0d02 \u0d1a\u0d47\u0d30\u0d41\u0d35\u0d2f\u0d3e\u0d15\u0d4d\u0d15\u0d3f \u0d0e\u0d28\u0d4d\u0d31\u0d46 \u0d05\u0d1f\u0d41\u0d15\u0d4d\u0d15\u0d33\u0d2f\u0d3f\u0d7d \u0d24\u0d41\u0d1f\u0d19\u0d4d\u0d19\u0d3f\u0d2f\u0d24\u0d3e\u0d23\u0d4d 'Pudding Point'. \u0d07\u0d28\u0d4d\u0d28\u0d4d \u0d05\u0d24\u0d4d \u0d28\u0d3e\u0d1f\u0d3f\u0d28\u0d4d\u0d31\u0d46 \u0d30\u0d41\u0d1a\u0d3f\u0d2f\u0d3e\u0d2f\u0d3f \u0d2e\u0d3e\u0d31\u0d3f\u0d2f\u0d46\u0d19\u0d4d\u0d15\u0d3f\u0d7d, \u0d05\u0d24\u0d3f\u0d28\u0d4d \u0d15\u0d3e\u0d30\u0d23\u0d02 \u0d28\u0d3f\u0d19\u0d4d\u0d19\u0d33\u0d41\u0d1f\u0d46 \u0d38\u0d4d\u0d28\u0d47\u0d39\u0d02 \u0d2e\u0d3e\u0d24\u0d4d\u0d30\u0d2e\u0d3e\u0d23\u0d4d \ud83c\udfe0\u2764\ufe0f.\"\r\n            <\/p>\r\n\r\n           <p class=\"chemmu-story-para\">\r\n                \u0d15\u0d42\u0d1f\u0d41\u0d24\u0d7d \u0d0e\u0d33\u0d41\u0d2a\u0d4d\u0d2a\u0d24\u0d4d\u0d24\u0d3f\u0d7d \u0d28\u0d3f\u0d19\u0d4d\u0d19\u0d33\u0d3f\u0d32\u0d47\u0d15\u0d4d\u0d15\u0d4d \u0d0e\u0d24\u0d4d\u0d24\u0d3e\u0d7b \u0d1e\u0d3e\u0d28\u0d3f\u0d24\u0d3e \u0d12\u0d30\u0d41 \u0d35\u0d46\u0d2c\u0d4d\u0d38\u0d48\u0d31\u0d4d\u0d31\u0d41\u0d2e\u0d3e\u0d2f\u0d3f \u0d35\u0d30\u0d41\u0d28\u0d4d\u0d28\u0d41 \ud83c\udf10. <br>\r\n                <strong>\u0d08 \u0d2a\u0d41\u0d24\u0d3f\u0d2f \u0d24\u0d41\u0d1f\u0d15\u0d4d\u0d15\u0d24\u0d4d\u0d24\u0d3f\u0d7d \u0d28\u0d3f\u0d19\u0d4d\u0d19\u0d33\u0d41\u0d1f\u0d46 \u0d2a\u0d4d\u0d30\u0d3e\u0d7c\u0d24\u0d4d\u0d25\u0d28 \u0d0e\u0d28\u0d4d\u0d28\u0d41\u0d02 \u0d15\u0d42\u0d1f\u0d46\u0d2f\u0d41\u0d23\u0d4d\u0d1f\u0d3e\u0d15\u0d23\u0d02 \ud83d\ude4f.<\/strong>\r\n            <\/p>\r\n\r\n            <p class=\"chemmu-story-para\">\r\n                 \u0d28\u0d3f\u0d19\u0d4d\u0d19\u0d33\u0d41\u0d1f\u0d46 \u0d38\u0d28\u0d4d\u0d24\u0d4b\u0d37 \u0d28\u0d3f\u0d2e\u0d3f\u0d37\u0d19\u0d4d\u0d19\u0d33\u0d3f\u0d7d \u0d2e\u0d27\u0d41\u0d30\u0d02 \u0d2a\u0d15\u0d30\u0d3e\u0d7b \u0d38\u0d3e\u0d27\u0d3f\u0d15\u0d4d\u0d15\u0d41\u0d28\u0d4d\u0d28\u0d24\u0d3e\u0d23\u0d4d \u0d0e\u0d28\u0d4d\u0d31\u0d46 \u0d0f\u0d31\u0d4d\u0d31\u0d35\u0d41\u0d02 \u0d35\u0d32\u0d3f\u0d2f \u0d2d\u0d3e\u0d17\u0d4d\u0d2f\u0d02. \u0d15\u0d42\u0d1f\u0d46 \u0d28\u0d3f\u0d28\u0d4d\u0d28 \u0d0e\u0d32\u0d4d\u0d32\u0d3e\u0d35\u0d7c\u0d15\u0d4d\u0d15\u0d41\u0d02 \u0d39\u0d43\u0d26\u0d2f\u0d02 \u0d28\u0d3f\u0d31\u0d1e\u0d4d\u0d1e \u0d28\u0d28\u0d4d\u0d26\u0d3f \ud83c\udf89\u2764\ufe0f.\r\n            <\/p>\r\n\r\n            <div style=\"text-align: right; font-style: italic; margin-top: 20px; color: #ffffff;\">\r\n                \u0d38\u0d4d\u0d28\u0d47\u0d39\u0d2a\u0d42\u0d7c\u0d35\u0d4d\u0d35\u0d02,<br>\r\n                <b>\u0d37\u0d02\u0d28\u0d3e\u0d38\u0d4d (\u0d1a\u0d46\u0d2e\u0d4d\u0d2e\u0d41) \u270d\ufe0f\u2728<\/b>\r\n            <\/div>\r\n        <\/div>\r\n    <\/div>\r\n    <\/div>\r\n\r\n    <script>\r\n        const SHOP_LINK = \"https:\/\/puddingpoint.com\/index.php\/home\/\"; \r\n        const DESSERTS = ['\ud83c\udf6e', '\ud83c\udf70', '\ud83c\udf66', '\ud83c\udf69', '\ud83c\udf6a', '\ud83c\udf6b', '\ud83e\uddc1', '\ud83c\udf6f']; \r\n        const canvas = document.getElementById('magic-canvas');\r\n        const ctx = canvas.getContext('2d');\r\n        let particles = [];\r\n        let autoRedirectTimer; \r\n\r\n        function resize() {\r\n            canvas.width = window.innerWidth;\r\n            canvas.height = window.innerHeight;\r\n        }\r\n        window.addEventListener('resize', resize);\r\n        resize();\r\n\r\n        function goToShop() {\r\n            window.location.href = SHOP_LINK;\r\n        }\r\n\r\n        function openCurtains() {\r\n            document.getElementById('panel-left').classList.add('open-left');\r\n            document.getElementById('panel-right').classList.add('open-right');\r\n            \r\n            document.getElementById('main-content').classList.add('fade-out');\r\n            document.getElementById('bottom-image-container').classList.add('image-fade-out'); \r\n            \r\n            canvas.style.pointerEvents = 'none';\r\n\r\n            setTimeout(() => {\r\n                 document.getElementById('final-welcome-overlay').classList.add('show-overlay');\r\n                 \r\n                 const storySection = document.getElementById('chemmu-unique-story-section');\r\n                 storySection.style.display = 'flex';\r\n                 document.body.style.overflowY = 'auto'; \r\n                 \r\n                 setTimeout(() => { storySection.style.opacity = '1'; }, 100);\r\n\r\n                 const skipBtn = document.getElementById('skip-button');\r\n                 skipBtn.style.display = 'block';\r\n                 setTimeout(() => { skipBtn.style.opacity = '1'; }, 500);\r\n            }, 1000);\r\n\r\n            autoRedirectTimer = setTimeout(() => { \r\n                goToShop();\r\n            }, 25000); \r\n        }\r\n\r\n        canvas.addEventListener('click', openCurtains);\r\n\r\n        class Particle {\r\n            constructor(x, y) {\r\n                this.x = x; this.y = y;\r\n                this.icon = DESSERTS[Math.floor(Math.random() * DESSERTS.length)];\r\n                this.size = Math.random() * 20 + 20;\r\n                this.opacity = 1;\r\n                this.speedX = Math.random() * 3 - 1.5;\r\n                this.speedY = Math.random() * 3 - 1.5;\r\n            }\r\n            update() { this.x += this.speedX; this.y += this.speedY; this.opacity -= 0.02; }\r\n            draw() {\r\n                ctx.globalAlpha = this.opacity;\r\n                ctx.font = `${this.size}px Arial`;\r\n                ctx.fillText(this.icon, this.x, this.y);\r\n            }\r\n        }\r\n\r\n        function animate() {\r\n            ctx.clearRect(0, 0, canvas.width, canvas.height);\r\n            particles.forEach((p, i) => {\r\n                p.update(); p.draw();\r\n                if(p.opacity <= 0) particles.splice(i, 1);\r\n            });\r\n            requestAnimationFrame(animate);\r\n        }\r\n        animate();\r\n\r\n        canvas.addEventListener('mousemove', (e) => particles.push(new Particle(e.x, e.y)));\r\n        canvas.addEventListener('touchmove', (e) => {\r\n             let touch = e.touches[0];\r\n             particles.push(new Particle(touch.clientX, touch.clientY));\r\n        });\r\n    <\/script>\r\n<\/body>\r\n<\/html>\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>Skip to Shop &#10095;&#10095; Pudding Point Crafted with Love Tap Anywhere to Open \ud83e\uddc1 Homemade Desserts \ud83c\udf69 Nature&#8217;s Authentic Taste \u2304 Scroll to read my story \u2304 \u0d12\u0d30\u0d41\u0d2a\u0d3f\u0d1f\u0d3f \u0d2e\u0d27\u0d41\u0d30\u0d02, \u0d12\u0d30\u0d41\u0d2a\u0d3e\u0d1f\u0d4d \u0d38\u0d4d\u0d28\u0d47\u0d39\u0d02&#8230; \u0d0e\u0d28\u0d4d\u0d31\u0d46 \u0d30\u0d41\u0d1a\u0d3f\u0d2f\u0d3e\u0d24\u0d4d\u0d30\u0d2f\u0d41\u0d1f\u0d46 \u0d15\u0d25 \ud83c\udf6e\u2728 \u0d1e\u0d3e\u0d7b, \u0d37\u0d02\u0d28\u0d3e\u0d38\u0d4d (\u0d1a\u0d46\u0d2e\u0d4d\u0d2e\u0d41). \ud83d\udc69\u200d\ud83c\udf73 15 \u0d35\u0d7c\u0d37\u0d02 \u0d2e\u0d41\u0d7b\u0d2a\u0d4d, \u0d38\u0d4d\u0d28\u0d47\u0d39\u0d02 \u0d1a\u0d47\u0d30\u0d41\u0d35\u0d2f\u0d3e\u0d15\u0d4d\u0d15\u0d3f \u0d0e\u0d28\u0d4d\u0d31\u0d46 \u0d05\u0d1f\u0d41\u0d15\u0d4d\u0d15\u0d33\u0d2f\u0d3f\u0d7d \u0d24\u0d41\u0d1f\u0d19\u0d4d\u0d19\u0d3f\u0d2f\u0d24\u0d3e\u0d23\u0d4d &#8216;Pudding Point&#8217;. \u0d07\u0d28\u0d4d\u0d28\u0d4d \u0d05\u0d24\u0d4d \u0d28\u0d3e\u0d1f\u0d3f\u0d28\u0d4d\u0d31\u0d46 \u0d30\u0d41\u0d1a\u0d3f\u0d2f\u0d3e\u0d2f\u0d3f \u0d2e\u0d3e\u0d31\u0d3f\u0d2f\u0d46\u0d19\u0d4d\u0d15\u0d3f\u0d7d, \u0d05\u0d24\u0d3f\u0d28\u0d4d [&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-1060","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v26.6 (Yoast SEO v26.6) - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Starting Page - Pudding Point<\/title>\n<meta name=\"robots\" content=\"noindex, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Starting Page\" \/>\n<meta property=\"og:description\" content=\"Skip to Shop &#10095;&#10095; Pudding Point Crafted with Love Tap Anywhere to Open \ud83e\uddc1 Homemade Desserts \ud83c\udf69 Nature&#8217;s Authentic Taste \u2304 Scroll to read my story \u2304 \u0d12\u0d30\u0d41\u0d2a\u0d3f\u0d1f\u0d3f \u0d2e\u0d27\u0d41\u0d30\u0d02, \u0d12\u0d30\u0d41\u0d2a\u0d3e\u0d1f\u0d4d \u0d38\u0d4d\u0d28\u0d47\u0d39\u0d02&#8230; \u0d0e\u0d28\u0d4d\u0d31\u0d46 \u0d30\u0d41\u0d1a\u0d3f\u0d2f\u0d3e\u0d24\u0d4d\u0d30\u0d2f\u0d41\u0d1f\u0d46 \u0d15\u0d25 \ud83c\udf6e\u2728 \u0d1e\u0d3e\u0d7b, \u0d37\u0d02\u0d28\u0d3e\u0d38\u0d4d (\u0d1a\u0d46\u0d2e\u0d4d\u0d2e\u0d41). \ud83d\udc69\u200d\ud83c\udf73 15 \u0d35\u0d7c\u0d37\u0d02 \u0d2e\u0d41\u0d7b\u0d2a\u0d4d, \u0d38\u0d4d\u0d28\u0d47\u0d39\u0d02 \u0d1a\u0d47\u0d30\u0d41\u0d35\u0d2f\u0d3e\u0d15\u0d4d\u0d15\u0d3f \u0d0e\u0d28\u0d4d\u0d31\u0d46 \u0d05\u0d1f\u0d41\u0d15\u0d4d\u0d15\u0d33\u0d2f\u0d3f\u0d7d \u0d24\u0d41\u0d1f\u0d19\u0d4d\u0d19\u0d3f\u0d2f\u0d24\u0d3e\u0d23\u0d4d &#8216;Pudding Point&#8217;. \u0d07\u0d28\u0d4d\u0d28\u0d4d \u0d05\u0d24\u0d4d \u0d28\u0d3e\u0d1f\u0d3f\u0d28\u0d4d\u0d31\u0d46 \u0d30\u0d41\u0d1a\u0d3f\u0d2f\u0d3e\u0d2f\u0d3f \u0d2e\u0d3e\u0d31\u0d3f\u0d2f\u0d46\u0d19\u0d4d\u0d15\u0d3f\u0d7d, \u0d05\u0d24\u0d3f\u0d28\u0d4d [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/puddingpoint.com\/\" \/>\n<meta property=\"og:site_name\" content=\"Pudding Point\" \/>\n<meta property=\"article:modified_time\" content=\"2026-01-07T04:38:57+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/puddingpoint.com\/wp-content\/uploads\/2025\/12\/logo-150x150-1-120x120.png\" \/>\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=\"9 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/puddingpoint.com\/\",\"url\":\"https:\/\/puddingpoint.com\/\",\"name\":\"Starting Page - Pudding Point\",\"isPartOf\":{\"@id\":\"https:\/\/puddingpoint.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/puddingpoint.com\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/puddingpoint.com\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/puddingpoint.com\/wp-content\/uploads\/2025\/12\/logo-150x150-1-120x120.png\",\"datePublished\":\"2026-01-01T11:45:51+00:00\",\"dateModified\":\"2026-01-07T04:38:57+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/puddingpoint.com\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/puddingpoint.com\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/puddingpoint.com\/#primaryimage\",\"url\":\"https:\/\/puddingpoint.com\/wp-content\/uploads\/2025\/12\/logo-150x150-1.png?wsr\",\"contentUrl\":\"https:\/\/puddingpoint.com\/wp-content\/uploads\/2025\/12\/logo-150x150-1.png?wsr\",\"width\":150,\"height\":150},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/puddingpoint.com\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/puddingpoint.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Starting Page\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/puddingpoint.com\/#website\",\"url\":\"https:\/\/puddingpoint.com\/\",\"name\":\"Pudding Point\",\"description\":\"Homemade Desserts\",\"publisher\":{\"@id\":\"https:\/\/puddingpoint.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/puddingpoint.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/puddingpoint.com\/#organization\",\"name\":\"Pudding Point\",\"url\":\"https:\/\/puddingpoint.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/puddingpoint.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/puddingpoint.com\/wp-content\/uploads\/2025\/12\/logo-150x150-1-120x120-2-e1767587607375.png?wsr\",\"contentUrl\":\"https:\/\/puddingpoint.com\/wp-content\/uploads\/2025\/12\/logo-150x150-1-120x120-2-e1767587607375.png?wsr\",\"width\":75,\"height\":75,\"caption\":\"Pudding Point\"},\"image\":{\"@id\":\"https:\/\/puddingpoint.com\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Starting Page - Pudding Point","robots":{"index":"noindex","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"og_locale":"en_US","og_type":"article","og_title":"Starting Page","og_description":"Skip to Shop &#10095;&#10095; Pudding Point Crafted with Love Tap Anywhere to Open \ud83e\uddc1 Homemade Desserts \ud83c\udf69 Nature&#8217;s Authentic Taste \u2304 Scroll to read my story \u2304 \u0d12\u0d30\u0d41\u0d2a\u0d3f\u0d1f\u0d3f \u0d2e\u0d27\u0d41\u0d30\u0d02, \u0d12\u0d30\u0d41\u0d2a\u0d3e\u0d1f\u0d4d \u0d38\u0d4d\u0d28\u0d47\u0d39\u0d02&#8230; \u0d0e\u0d28\u0d4d\u0d31\u0d46 \u0d30\u0d41\u0d1a\u0d3f\u0d2f\u0d3e\u0d24\u0d4d\u0d30\u0d2f\u0d41\u0d1f\u0d46 \u0d15\u0d25 \ud83c\udf6e\u2728 \u0d1e\u0d3e\u0d7b, \u0d37\u0d02\u0d28\u0d3e\u0d38\u0d4d (\u0d1a\u0d46\u0d2e\u0d4d\u0d2e\u0d41). \ud83d\udc69\u200d\ud83c\udf73 15 \u0d35\u0d7c\u0d37\u0d02 \u0d2e\u0d41\u0d7b\u0d2a\u0d4d, \u0d38\u0d4d\u0d28\u0d47\u0d39\u0d02 \u0d1a\u0d47\u0d30\u0d41\u0d35\u0d2f\u0d3e\u0d15\u0d4d\u0d15\u0d3f \u0d0e\u0d28\u0d4d\u0d31\u0d46 \u0d05\u0d1f\u0d41\u0d15\u0d4d\u0d15\u0d33\u0d2f\u0d3f\u0d7d \u0d24\u0d41\u0d1f\u0d19\u0d4d\u0d19\u0d3f\u0d2f\u0d24\u0d3e\u0d23\u0d4d &#8216;Pudding Point&#8217;. \u0d07\u0d28\u0d4d\u0d28\u0d4d \u0d05\u0d24\u0d4d \u0d28\u0d3e\u0d1f\u0d3f\u0d28\u0d4d\u0d31\u0d46 \u0d30\u0d41\u0d1a\u0d3f\u0d2f\u0d3e\u0d2f\u0d3f \u0d2e\u0d3e\u0d31\u0d3f\u0d2f\u0d46\u0d19\u0d4d\u0d15\u0d3f\u0d7d, \u0d05\u0d24\u0d3f\u0d28\u0d4d [&hellip;]","og_url":"https:\/\/puddingpoint.com\/","og_site_name":"Pudding Point","article_modified_time":"2026-01-07T04:38:57+00:00","og_image":[{"url":"https:\/\/puddingpoint.com\/wp-content\/uploads\/2025\/12\/logo-150x150-1-120x120.png","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"9 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/puddingpoint.com\/","url":"https:\/\/puddingpoint.com\/","name":"Starting Page - Pudding Point","isPartOf":{"@id":"https:\/\/puddingpoint.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/puddingpoint.com\/#primaryimage"},"image":{"@id":"https:\/\/puddingpoint.com\/#primaryimage"},"thumbnailUrl":"https:\/\/puddingpoint.com\/wp-content\/uploads\/2025\/12\/logo-150x150-1-120x120.png","datePublished":"2026-01-01T11:45:51+00:00","dateModified":"2026-01-07T04:38:57+00:00","breadcrumb":{"@id":"https:\/\/puddingpoint.com\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/puddingpoint.com\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/puddingpoint.com\/#primaryimage","url":"https:\/\/puddingpoint.com\/wp-content\/uploads\/2025\/12\/logo-150x150-1.png?wsr","contentUrl":"https:\/\/puddingpoint.com\/wp-content\/uploads\/2025\/12\/logo-150x150-1.png?wsr","width":150,"height":150},{"@type":"BreadcrumbList","@id":"https:\/\/puddingpoint.com\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/puddingpoint.com\/"},{"@type":"ListItem","position":2,"name":"Starting Page"}]},{"@type":"WebSite","@id":"https:\/\/puddingpoint.com\/#website","url":"https:\/\/puddingpoint.com\/","name":"Pudding Point","description":"Homemade Desserts","publisher":{"@id":"https:\/\/puddingpoint.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/puddingpoint.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/puddingpoint.com\/#organization","name":"Pudding Point","url":"https:\/\/puddingpoint.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/puddingpoint.com\/#\/schema\/logo\/image\/","url":"https:\/\/puddingpoint.com\/wp-content\/uploads\/2025\/12\/logo-150x150-1-120x120-2-e1767587607375.png?wsr","contentUrl":"https:\/\/puddingpoint.com\/wp-content\/uploads\/2025\/12\/logo-150x150-1-120x120-2-e1767587607375.png?wsr","width":75,"height":75,"caption":"Pudding Point"},"image":{"@id":"https:\/\/puddingpoint.com\/#\/schema\/logo\/image\/"}}]}},"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/puddingpoint.com\/index.php\/wp-json\/wp\/v2\/pages\/1060","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/puddingpoint.com\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/puddingpoint.com\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/puddingpoint.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/puddingpoint.com\/index.php\/wp-json\/wp\/v2\/comments?post=1060"}],"version-history":[{"count":649,"href":"https:\/\/puddingpoint.com\/index.php\/wp-json\/wp\/v2\/pages\/1060\/revisions"}],"predecessor-version":[{"id":2793,"href":"https:\/\/puddingpoint.com\/index.php\/wp-json\/wp\/v2\/pages\/1060\/revisions\/2793"}],"wp:attachment":[{"href":"https:\/\/puddingpoint.com\/index.php\/wp-json\/wp\/v2\/media?parent=1060"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}