{"id":1986,"date":"2025-10-25T20:04:26","date_gmt":"2025-10-25T14:34:26","guid":{"rendered":"https:\/\/devenv1.golfai.in\/?page_id=1986"},"modified":"2025-10-25T20:04:28","modified_gmt":"2025-10-25T14:34:28","slug":"ppga","status":"publish","type":"page","link":"https:\/\/devenv1.golfai.in\/hi\/ppga\/","title":{"rendered":"\u092a\u0940\u092a\u0940\u091c\u0940\u090f"},"content":{"rendered":"<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Priya Puri Golf Academy<\/title>\n    <style>\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        body {\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n            line-height: 1.6;\n            color: #333;\n        }\n\n\n\n        .hero {\n            background: linear-gradient(rgba(26, 71, 42, 0.7), rgba(26, 71, 42, 0.7)),\n                        url('https:\/\/images.unsplash.com\/photo-1535131749006-b7f58c99034b?w=1600') center\/cover;\n            color: white;\n            padding: 8rem 2rem;\n            text-align: center;\n        }\n\n        .hero h1 {\n            font-size: 3rem;\n            margin-bottom: 1rem;\n            font-weight: 700;\n            text-shadow: 2px 2px 4px rgba(0,0,0,0.3);\n        }\n\n        .hero p {\n            font-size: 1.3rem;\n            max-width: 800px;\n            margin: 0 auto;\n            text-shadow: 1px 1px 2px rgba(0,0,0,0.3);\n        }\n\n        .section {\n            padding: 4rem 2rem;\n            max-width: 1200px;\n            margin: 0 auto;\n        }\n\n        .section-alt {\n            background: #f8f9fa;\n        }\n\n        .section h2 {\n            font-size: 2.5rem;\n            margin-bottom: 2rem;\n            color: #1a472a;\n            text-align: center;\n        }\n\n        .features-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 2rem;\n            margin-top: 3rem;\n        }\n\n        .feature-card {\n            padding: 2rem;\n            background: white;\n            border-radius: 10px;\n            box-shadow: 0 4px 6px rgba(0,0,0,0.1);\n            transition: transform 0.3s, box-shadow 0.3s;\n        }\n\n        .feature-card:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 6px 12px rgba(0,0,0,0.15);\n        }\n\n        .feature-card h3 {\n            color: #1a472a;\n            margin-bottom: 1rem;\n            font-size: 1.3rem;\n        }\n\n        .coach-section {\n            display: grid;\n            grid-template-columns: 1fr 2fr;\n            gap: 3rem;\n            align-items: center;\n            margin-top: 2rem;\n        }\n\n        .coach-image {\n            width: 100%;\n            height: 400px;\n            background: linear-gradient(135deg, #2d5a3d, #1a472a);\n            border-radius: 10px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            color: white;\n            font-size: 1.2rem;\n        }\n\n        .coach-content h3 {\n            color: #1a472a;\n            font-size: 1.8rem;\n            margin-bottom: 1rem;\n        }\n\n        .coach-content ul {\n            list-style: none;\n            margin-top: 1rem;\n        }\n\n        .coach-content li {\n            padding: 0.5rem 0;\n            padding-left: 1.5rem;\n            position: relative;\n        }\n\n        .coach-content li:before {\n            content: \"\u2713\";\n            position: absolute;\n            left: 0;\n            color: #1a472a;\n            font-weight: bold;\n        }\n\n        .services-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n            gap: 2rem;\n            margin-top: 3rem;\n        }\n\n        .service-card {\n            background: white;\n            padding: 2.5rem;\n            border-radius: 10px;\n            box-shadow: 0 4px 6px rgba(0,0,0,0.1);\n            border-top: 4px solid #1a472a;\n        }\n\n        .service-card h3 {\n            color: #1a472a;\n            font-size: 1.5rem;\n            margin-bottom: 1rem;\n        }\n\n        .approach-section {\n            background: linear-gradient(135deg, #1a472a 0%, #2d5a3d 100%);\n            color: white;\n            padding: 4rem 2rem;\n            text-align: center;\n        }\n\n        .approach-section h2 {\n            color: white;\n            margin-bottom: 2rem;\n        }\n\n        .approach-points {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 2rem;\n            max-width: 1200px;\n            margin: 2rem auto;\n        }\n\n        .approach-point {\n            padding: 2rem;\n            background: rgba(255,255,255,0.1);\n            border-radius: 10px;\n            backdrop-filter: blur(10px);\n        }\n\n        .contact-section {\n            text-align: center;\n            padding: 4rem 2rem;\n        }\n\n        .contact-info {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n            gap: 2rem;\n            max-width: 1000px;\n            margin: 2rem auto;\n        }\n\n        .contact-card {\n            padding: 2rem;\n            background: #f8f9fa;\n            border-radius: 10px;\n        }\n\n        .contact-card h3 {\n            color: #1a472a;\n            margin-bottom: 1rem;\n        }\n\n        .hours-table {\n            margin: 1rem auto;\n            text-align: left;\n        }\n\n        .hours-table tr {\n            border-bottom: 1px solid #ddd;\n        }\n\n        .hours-table td {\n            padding: 0.5rem 1rem;\n        }\n\n        .cta-button {\n            display: inline-block;\n            padding: 1rem 2rem;\n            background: #1a472a;\n            color: white;\n            text-decoration: none;\n            border-radius: 5px;\n            margin-top: 2rem;\n            font-weight: bold;\n            transition: background 0.3s;\n        }\n\n        .cta-button:hover {\n            background: #2d5a3d;\n        }\n\n        .footer {\n            background: #1a472a;\n            color: white;\n            text-align: center;\n            padding: 2rem;\n        }\n\n        @media (max-width: 768px) {\n            .hero h1 {\n                font-size: 2rem;\n            }\n\n            .hero p {\n                font-size: 1rem;\n            }\n\n            .coach-section {\n                grid-template-columns: 1fr;\n            }\n\n            .section h2 {\n                font-size: 2rem;\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n    <section class=\"hero\" id=\"home\">\n        <h1>Train with Purpose, Play with Confidence<\/h1>\n        <p>At PPGA, we are dedicated to helping athletes, budding golfers, and recreational players reach their full potential<\/p>\n    <\/section>\n\n    <section class=\"section\" id=\"about\">\n        <h2>Our Philosophy<\/h2>\n        <div class=\"features-grid\">\n            <div class=\"feature-card\">\n                <h3>Mentorship &#038; Inspiration<\/h3>\n                <p>Our coaches are mentors who inspire confidence and a love for the game.<\/p>\n            <\/div>\n            <div class=\"feature-card\">\n                <h3>Personalized Development<\/h3>\n                <p>We tailor instruction to each student&#8217;s needs, ensuring personalized development.<\/p>\n            <\/div>\n            <div class=\"feature-card\">\n                <h3>Modern Techniques<\/h3>\n                <p>We focus on fundamentals while incorporating modern techniques and technologies.<\/p>\n            <\/div>\n            <div class=\"feature-card\">\n                <h3>Mental Resilience<\/h3>\n                <p>We prioritize mental resilience, strategic thinking, and adaptability.<\/p>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <section class=\"section section-alt\" id=\"coaching\">\n        <h2>Meet Your Coach<\/h2>\n        <div class=\"coach-section\">\n            <div class=\"coach-image\">\n                Priya Puri<br>Head Coach\n            <\/div>\n            <div class=\"coach-content\">\n                <h3>Priya Puri &#8211; Professional Golf Coach<\/h3>\n                <p>After playing Professional Golf for 7 years, Priya turned to coaching seriously after her stint in the US at the GGGA (Gary Gilchrist Golf Academy, Florida). She attained several certifications while she was there including a recognized PGA certification.<\/p>\n                \n                <h4 style=\"color: #1a472a; margin-top: 1.5rem;\">Coaching Approach:<\/h4>\n                <ul>\n                    <li>Technology-Driven (FlightScope, Boditrak, Capto)<\/li>\n                    <li>Bio Mechanics (TPI, Dr. Kwon)<\/li>\n                    <li>Data-Driven Analysis<\/li>\n                    <li>Certified &#8216;A&#8217; Golf Coach<\/li>\n                <\/ul>\n\n                <p style=\"margin-top: 1rem;\"><strong>Notable Students:<\/strong> Coach to professional golfers including Dhruv Sheoran (Top 10 in India), Jyoti Randhawa (Arjuna Awardee), and numerous winning juniors and amateur golfers.<\/p>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <section class=\"section\" id=\"services\">\n        <h2>Our Services<\/h2>\n        <div class=\"services-grid\">\n            <div class=\"service-card\">\n                <h3>Golf Instruction<\/h3>\n                <p>Comprehensive golf coaching using state-of-the-art technology and data-driven analysis. Personalized instruction for all skill levels from beginners to professionals.<\/p>\n            <\/div>\n            <div class=\"service-card\">\n                <h3>Performance Centre<\/h3>\n                <p>State-of-the-art performance centre offering strength and conditioning programs. Functional training focused on improving movement patterns and extracting maximum potential.<\/p>\n            <\/div>\n            <div class=\"service-card\">\n                <h3>Physiotherapy<\/h3>\n                <p>Expert physiotherapy services by Dr. Gautam Hazarika. Specializing in sports injuries, lifestyle-related injuries, and long-term sustainable solutions for recovery.<\/p>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <section class=\"approach-section\">\n        <h2>Our Wholesome Approach<\/h2>\n        <p style=\"max-width: 800px; margin: 0 auto; font-size: 1.1rem;\">We address all aspects of the body, swing mechanics, performance-related fitness, injury prevention, and management for consistent long-term results.<\/p>\n        \n        <div class=\"approach-points\">\n            <div class=\"approach-point\">\n                <h3>Data-Backed Results<\/h3>\n                <p>Every aspect of our training is backed by data parameters in Golf, Fitness, and Physiotherapy.<\/p>\n            <\/div>\n            <div class=\"approach-point\">\n                <h3>Team Support<\/h3>\n                <p>We believe every player needs a trusted team behind them to focus on maximizing performance.<\/p>\n            <\/div>\n            <div class=\"approach-point\">\n                <h3>Comprehensive Care<\/h3>\n                <p>From swing mechanics to injury prevention, we provide complete support for sustainable improvement.<\/p>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <section class=\"contact-section\" id=\"contact\">\n        <h2>Visit Us<\/h2>\n        <p>We love our customers, so feel free to visit during normal business hours.<\/p>\n        \n        <div class=\"contact-info\">\n            <div class=\"contact-card\">\n                <h3>Opening Hours<\/h3>\n                <table class=\"hours-table\">\n                    <tr><td>Monday &#8211; Saturday<\/td><td>6:00 AM &#8211; 7:00 PM<\/td><\/tr>\n                    <tr><td>Sunday<\/td><td>6:00 AM &#8211; 5:00 PM<\/td><\/tr>\n                <\/table>\n            <\/div>\n            <div class=\"contact-card\">\n                <h3>Book Your Appointment<\/h3>\n                <p>Please contact us via call or WhatsApp to schedule your session with our expert team.<\/p>\n                <a href=\"#\" class=\"cta-button\">\u0939\u092e\u0938\u0947 \u0938\u0902\u092a\u0930\u094d\u0915 \u0915\u0930\u0947\u0902<\/a>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <footer class=\"footer\">\n        <p>&copy; 2025 Priya Puri Golf Academy. All rights reserved.<\/p>\n        <p>Train with Purpose, Play with Confidence<\/p>\n    <\/footer>\n<\/body>\n<\/html>","protected":false},"excerpt":{"rendered":"<p>Priya Puri Golf Academy Train with Purpose, Play with Confidence At PPGA, we are dedicated to helping athletes, budding golfers, and recreational players reach their full potential Our Philosophy Mentorship &#038; Inspiration Our coaches are mentors who inspire confidence and a love for the game. Personalized Development We tailor instruction to each student&#8217;s needs, ensuring [&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-1986","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/devenv1.golfai.in\/hi\/wp-json\/wp\/v2\/pages\/1986","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/devenv1.golfai.in\/hi\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/devenv1.golfai.in\/hi\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/devenv1.golfai.in\/hi\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/devenv1.golfai.in\/hi\/wp-json\/wp\/v2\/comments?post=1986"}],"version-history":[{"count":1,"href":"https:\/\/devenv1.golfai.in\/hi\/wp-json\/wp\/v2\/pages\/1986\/revisions"}],"predecessor-version":[{"id":1987,"href":"https:\/\/devenv1.golfai.in\/hi\/wp-json\/wp\/v2\/pages\/1986\/revisions\/1987"}],"wp:attachment":[{"href":"https:\/\/devenv1.golfai.in\/hi\/wp-json\/wp\/v2\/media?parent=1986"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}