{"id":30392,"date":"2025-06-09T23:22:57","date_gmt":"2025-06-09T16:22:57","guid":{"rendered":"https:\/\/jimmys.vn\/?page_id=30392"},"modified":"2025-12-12T12:58:37","modified_gmt":"2025-12-12T05:58:37","slug":"district-1","status":"publish","type":"page","link":"https:\/\/jimmys.vn\/vi\/district-1\/","title":{"rendered":"District 1"},"content":{"rendered":"<div class=\"wpb-content-wrapper\"><div class=\"vc_row wpb_row vc_row-fluid\">\r\n    <div class=\"wpb_column vc_column_container vc_col-sm-12\"><div class=\"vc_column-inner\"><div class=\"wpb_wrapper\">\n\t<div class=\"wpb_raw_code wpb_content_element wpb_raw_html\" >\n\t\t<div class=\"wpb_wrapper\">\n\t\t\t<!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>Jimmy's New York Pizza - District 1 | Near B\u1ebfn Th\u00e0nh Market | Visit Now<\/title>\n    <meta name=\"description\" content=\"Authentic New York pizza in District 1, Ho Chi Minh City. Located near B\u1ebfn Th\u00e0nh Market. Call 0931 334 509 to reserve your table, or for fresh pizza delivery.\">\n    <style>\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n        \n        body {\n            font-family: 'Arial', sans-serif;\n            line-height: 1.6;\n            color: #333;\n        }\n        \n        .container {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 0 20px;\n        }\n        \n        \/* Header Section *\/\n        .header {\n            background: linear-gradient(135deg, #d32f2f 0%, #b71c1c 100%);\n            color: white;\n            padding: 60px 0;\n            text-align: center;\n            position: relative;\n            overflow: hidden;\n        }\n        \n        .header::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            right: 0;\n            bottom: 0;\n            background: url('data:image\/svg+xml,<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 100 100\"><circle cx=\"50\" cy=\"50\" r=\"2\" fill=\"rgba(255,255,255,0.1)\"\/><\/svg>') repeat;\n            opacity: 0.3;\n        }\n        \n        .header-content {\n            position: relative;\n            z-index: 2;\n        }\n        \n        .logo {\n            max-width: 150px;\n            height: auto;\n            margin-bottom: 20px;\n        }\n        \n        .header h1 {\n            font-size: 2.5rem;\n            margin-bottom: 10px;\n            font-weight: bold;\n        }\n        \n        .header .subtitle {\n            font-size: 1.2rem;\n            margin-bottom: 30px;\n            opacity: 0.9;\n        }\n        \n        .location-badge {\n            display: inline-block;\n            background: rgba(255, 255, 255, 0.2);\n            padding: 10px 20px;\n            border-radius: 25px;\n            font-weight: bold;\n            margin-bottom: 30px;\n        }\n        \n        \/* CTA Buttons *\/\n        .cta-buttons {\n            display: flex;\n            gap: 15px;\n            justify-content: center;\n            flex-wrap: wrap;\n            margin-top: 30px;\n        }\n        \n        .btn {\n            display: inline-block;\n            padding: 15px 30px;\n            text-decoration: none;\n            border-radius: 50px;\n            font-weight: bold;\n            font-size: 1.1rem;\n            transition: all 0.3s ease;\n            border: none;\n            cursor: pointer;\n            text-align: center;\n            min-width: 180px;\n        }\n        \n        .btn-primary {\n            background: #fff;\n            color: #d32f2f;\n        }\n        \n        .btn-primary:hover {\n            background: #f5f5f5;\n            transform: translateY(-2px);\n            box-shadow: 0 5px 15px rgba(0,0,0,0.2);\n        }\n        \n        .btn-secondary {\n            background: transparent;\n            color: white;\n            border: 2px solid white;\n        }\n        \n        .btn-secondary:hover {\n            background: white;\n            color: #d32f2f;\n            transform: translateY(-2px);\n        }\n        \n        \/* Location Info Section *\/\n        .location-info {\n            padding: 60px 0;\n            background: #f8f9fa;\n        }\n        \n        .info-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n            gap: 40px;\n            margin-top: 40px;\n        }\n        \n        .info-card {\n            background: white;\n            padding: 30px;\n            border-radius: 15px;\n            box-shadow: 0 5px 20px rgba(0,0,0,0.1);\n            text-align: center;\n            transition: transform 0.3s ease;\n        }\n        \n        .info-card:hover {\n            transform: translateY(-5px);\n        }\n        \n        .info-icon {\n            width: 60px;\n            height: 60px;\n            background: #d32f2f;\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            margin: 0 auto 20px;\n            color: white;\n            font-size: 24px;\n        }\n        \n        .info-card h3 {\n            color: #d32f2f;\n            margin-bottom: 15px;\n            font-size: 1.3rem;\n        }\n        \n        .info-card p {\n            color: #666;\n            line-height: 1.6;\n        }\n        \n        \/* Featured Pizza Section with Carousel *\/\n        .featured-pizza {\n            padding: 60px 0;\n            background: white;\n        }\n        \n        .section-title {\n            text-align: center;\n            font-size: 2.2rem;\n            color: #333;\n            margin-bottom: 20px;\n        }\n        \n        .section-subtitle {\n            text-align: center;\n            color: #666;\n            font-size: 1.1rem;\n            margin-bottom: 50px;\n        }\n        \n        .pizza-showcase {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 50px;\n            align-items: center;\n        }\n        \n        \/* Image Carousel Styles *\/\n        .carousel-container {\n            position: relative;\n            width: 100%;\n            height: 400px;\n            border-radius: 15px;\n            overflow: hidden;\n            box-shadow: 0 10px 30px rgba(0,0,0,0.2);\n        }\n        \n        .carousel-wrapper {\n            position: relative;\n            width: 100%;\n            height: 100%;\n        }\n        \n        .carousel-slide {\n            position: absolute;\n            top: 0;\n            left: 0;\n            width: 100%;\n            height: 100%;\n            opacity: 0;\n            transition: opacity 0.5s ease-in-out;\n        }\n        \n        .carousel-slide.active {\n            opacity: 1;\n        }\n        \n        .carousel-slide img {\n            width: 100%;\n            height: 100%;\n            object-fit: cover;\n        }\n        \n        \/* Carousel Navigation *\/\n        .carousel-nav {\n            position: absolute;\n            bottom: 20px;\n            left: 50%;\n            transform: translateX(-50%);\n            display: flex;\n            gap: 10px;\n            z-index: 10;\n        }\n        \n        .carousel-dot {\n            width: 12px;\n            height: 12px;\n            border-radius: 50%;\n            background: rgba(255, 255, 255, 0.5);\n            cursor: pointer;\n            transition: all 0.3s ease;\n        }\n        \n        .carousel-dot.active {\n            background: white;\n            transform: scale(1.2);\n        }\n        \n        \/* Carousel Arrows *\/\n        .carousel-arrow {\n            position: absolute;\n            top: 50%;\n            transform: translateY(-50%);\n            background: rgba(0, 0, 0, 0.5);\n            color: white;\n            border: none;\n            width: 50px;\n            height: 50px;\n            border-radius: 50%;\n            cursor: pointer;\n            font-size: 18px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            transition: all 0.3s ease;\n            z-index: 10;\n        }\n        \n        .carousel-arrow:hover {\n            background: rgba(0, 0, 0, 0.7);\n            transform: translateY(-50%) scale(1.1);\n        }\n        \n        .carousel-arrow.prev {\n            left: 15px;\n        }\n        \n        .carousel-arrow.next {\n            right: 15px;\n        }\n        \n        .pizza-details h3 {\n            font-size: 2rem;\n            color: #d32f2f;\n            margin-bottom: 20px;\n        }\n        \n        .pizza-details p {\n            font-size: 1.1rem;\n            color: #666;\n            margin-bottom: 30px;\n            line-height: 1.7;\n        }\n        \n        \/* Map Section *\/\n        .map-section {\n            padding: 60px 0;\n            background: #f8f9fa;\n        }\n        \n        .map-container {\n            background: white;\n            border-radius: 15px;\n            overflow: hidden;\n            box-shadow: 0 10px 30px rgba(0,0,0,0.1);\n        }\n        \n        .map-embed {\n            width: 100%;\n            height: 400px;\n            border: none;\n        }\n        \n        .map-info {\n            padding: 30px;\n            text-align: center;\n        }\n        \n        .map-info h3 {\n            color: #d32f2f;\n            margin-bottom: 15px;\n            font-size: 1.5rem;\n        }\n        \n        .address {\n            font-size: 1.1rem;\n            color: #666;\n            margin-bottom: 20px;\n        }\n        \n        \/* Reviews Section *\/\n        .reviews-section {\n            padding: 60px 0;\n            background: white;\n            text-align: center;\n        }\n        \n        .reviews-link {\n            display: inline-block;\n            background: #4285f4;\n            color: white;\n            padding: 20px 40px;\n            border-radius: 50px;\n            text-decoration: none;\n            font-weight: bold;\n            font-size: 1.1rem;\n            transition: all 0.3s ease;\n        }\n        \n        .reviews-link:hover {\n            background: #3367d6;\n            transform: translateY(-2px);\n            box-shadow: 0 5px 15px rgba(66, 133, 244, 0.3);\n        }\n        \n        .stars {\n            color: #ffc107;\n            font-size: 1.5rem;\n            margin-bottom: 10px;\n        }\n        \n        \/* Online Order Section *\/\n        .online-order-section {\n            padding: 40px 0;\n            background: #f8f9fa; \/* Consistent with other light sections *\/\n            text-align: center;\n        }\n\n        .online-order-section h2 {\n            font-size: 1.8rem;\n            color: #333;\n            margin-bottom: 15px;\n        }\n\n        .online-order-section p {\n            font-size: 1.1rem;\n            color: #666;\n            margin-bottom: 25px;\n        }\n        \n        \/* Footer *\/\n        .footer {\n            background: #333;\n            color: white;\n            padding: 40px 0;\n            text-align: center;\n        }\n        \n        .footer-content {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 30px;\n            margin-bottom: 30px;\n        }\n        \n        .footer h4 {\n            color: #d32f2f;\n            margin-bottom: 15px;\n        }\n        \n        .footer p, .footer a {\n            color: #ccc;\n            text-decoration: none;\n        }\n        \n        .footer a:hover {\n            color: white;\n        }\n        \n        \/* Mobile Responsive *\/\n        @media (max-width: 768px) {\n            .header h1 {\n                font-size: 2rem;\n            }\n            \n            .cta-buttons {\n                flex-direction: column;\n                align-items: center;\n            }\n            \n            .btn {\n                width: 100%;\n                max-width: 300px;\n            }\n            \n            .pizza-showcase {\n                grid-template-columns: 1fr;\n                gap: 30px;\n            }\n            \n            .info-grid {\n                grid-template-columns: 1fr;\n            }\n            \n            .section-title {\n                font-size: 1.8rem;\n            }\n            \n            .carousel-arrow {\n                width: 40px;\n                height: 40px;\n                font-size: 16px;\n            }\n            \n            .carousel-arrow.prev {\n                left: 10px;\n            }\n            \n            .carousel-arrow.next {\n                right: 10px;\n            }\n        }\n        \n        \/* Utility Classes *\/\n        .text-center {\n            text-align: center;\n        }\n        \n        .mb-30 {\n            margin-bottom: 30px;\n        }\n        \n        .phone-link {\n            color: inherit;\n            text-decoration: none;\n        }\n        \n        .phone-link:hover {\n            text-decoration: underline;\n        }\n    <\/style>\n<\/head>\n<body>\n    <!-- Header Section -->\n    <section class=\"header\">\n        <div class=\"container\">\n            <div class=\"header-content\">\n                <!-- Replace with actual Jimmy's logo from WordPress media library -->\n                <img decoding=\"async\" src=\"https:\/\/jimmys.vn\/wp-content\/uploads\/2021\/03\/Jimmys-white-no-background.png\" alt=\"Jimmy's New York Pizza\" class=\"logo\">\n                \n                <p class=\"subtitle\">Authentic New York Style Pizza in Ho Chi Minh City<\/p>\n                \n                <div class=\"location-badge\">\n                    \ud83d\udccd Now Open in District 1\n                <\/div>\n                \n                <div class=\"cta-buttons\">\n                    <a href=\"tel:0931334509\" class=\"btn btn-primary\">\n                        \ud83d\udcde Call Now: 0931 334 509\n                    <\/a>\n                    <a href=\"https:\/\/maps.google.com\/?q=Jimmy's+New+York+Pizza+District+1+Ho+Chi+Minh+City\" class=\"btn btn-secondary\" target=\"_blank\">\n                        \ud83d\uddfa\ufe0f Get Directions\n                    <\/a>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Location Info Section -->\n    <section class=\"location-info\">\n        <div class=\"container\">\n            <h2 class=\"section-title\">Pizza Near Me - Visit Us in District 1<\/h2>\n            <p class=\"section-subtitle\">American owned & operated. Fresh dough. Family sauce. Come grab a slice at Jimmy's today at our D1 restaurant.<\/p>\n            \n            <div class=\"info-grid\">\n                <div class=\"info-card\">\n                    <div class=\"info-icon\">\ud83d\udd52<\/div>\n                    <h3>Opening Hours<\/h3>\n                    <p>\n                        Monday - Sunday<br>\n                        10:00 AM - 11:00 PM<br>\n                        <strong>Open Now!<\/strong>\n                    <\/p>\n                <\/div>\n                \n                <div class=\"info-card\">\n                    <div class=\"info-icon\">\ud83d\udccd<\/div>\n                    <h3>Our Location<\/h3>\n                    <p>\n                        50 \u0110. \u0110\u1eb7ng Th\u1ecb Nhu, Ph\u01b0\u1eddng Nguy\u1ec5n Th\u00e1i B\u00ecnh, Qu\u1eadn 1, H\u1ed3 Ch\u00ed Minh 700000<br>\n                        <strong>Near B\u1ebfn Th\u00e0nh Market<\/strong>\n                    <\/p>\n                <\/div>\n                \n                <div class=\"info-card\">\n                    <div class=\"info-icon\">\ud83c\udf55<\/div>\n                    <h3>Fresh & Fast<\/h3>\n                    <p>\n                        Always fresh ingredients. Dough and sauce made fresh daily.<br>\n                        Perfect for busy professionals and tourists.\n                    <\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Featured Pizza Section with Carousel -->\n    <section class=\"featured-pizza\">\n        <div class=\"container\">\n            <h2 class=\"section-title\">Get Your Pizza At Our D1 Restaurant<\/h2>\n            <p class=\"section-subtitle\">We also serve craft beers, sides and a variety of desserts including our New York cheesecake signature.<\/p>\n            \n            <div class=\"pizza-showcase\">\n                <div class=\"carousel-container\">\n                    <div class=\"carousel-wrapper\">\n                        <!-- Slide 1 -->\n                        <div class=\"carousel-slide active\">\n                            <!-- Replace with image from District 1 photoshoot (DSC00726.JPG to DSC00868.JPG) -->\n                            <img decoding=\"async\" src=\"https:\/\/jimmys.vn\/wp-content\/uploads\/2025\/06\/jimmys-bbq-chicken-pepperoni-1.jpg\" alt=\"Half & Half: BBQ Chicken & Pepperoni\">\n                        <\/div>\n                        \n                        <!-- Slide 2 -->\n                        <div class=\"carousel-slide\">\n                            <!-- Replace with image from District 1 photoshoot (DSC00726.JPG to DSC00868.JPG) -->\n                            <img decoding=\"async\" src=\"https:\/\/jimmys.vn\/wp-content\/uploads\/2025\/06\/jimmys-pizza-supreme.jpg\" alt=\"Supreme: a Whopping 8 Toppings!\">\n                        <\/div>\n                        \n                        <!-- Slide 3 -->\n                        <div class=\"carousel-slide\">\n                            <!-- Replace with image from District 1 photoshoot (DSC00726.JPG to DSC00868.JPG) -->\n                            <img decoding=\"async\" src=\"https:\/\/jimmys.vn\/wp-content\/uploads\/2025\/06\/jimmys-buffalo-chicken.jpg\" alt=\"Buffalo Chicken with Bacon and Red Onions\">\n                        <\/div>\n                        \n                        <!-- Slide 4 (Optional) -->\n                        <div class=\"carousel-slide\">\n                            <!-- Replace with image from District 1 photoshoot (DSC00726.JPG to DSC00868.JPG) -->\n                            <img decoding=\"async\" src=\"https:\/\/jimmys.vn\/wp-content\/uploads\/2025\/06\/jimmys-d1-exterior-front.jpg\" alt=\"Jimmy's D1 Exterior Front\">\n                        <\/div>\n                        \n                        <!-- Slide 5 (Optional) -->\n                        <div class=\"carousel-slide\">\n                            <!-- Replace with image from District 1 photoshoot (DSC00726.JPG to DSC00868.JPG) -->\n                            <img decoding=\"async\" src=\"https:\/\/jimmys.vn\/wp-content\/uploads\/2025\/06\/jimmys-d1-interior-seating-groundfloor.jpg\" alt=\"Jimmy's D1 Interior Seating Groundfloor\">\n                        <\/div>\n                    <\/div>\n                    \n                    <!-- Navigation Arrows -->\n                    <button class=\"carousel-arrow prev\" onclick=\"changeSlide(-1)\">\u2039<\/button>\n                    <button class=\"carousel-arrow next\" onclick=\"changeSlide(1)\">\u203a<\/button>\n                    \n                    <!-- Navigation Dots -->\n                    <div class=\"carousel-nav\">\n                        <span class=\"carousel-dot active\" onclick=\"currentSlide(1)\"><\/span>\n                        <span class=\"carousel-dot\" onclick=\"currentSlide(2)\"><\/span>\n                        <span class=\"carousel-dot\" onclick=\"currentSlide(3)\"><\/span>\n                        <span class=\"carousel-dot\" onclick=\"currentSlide(4)\"><\/span>\n                        <span class=\"carousel-dot\" onclick=\"currentSlide(5)\"><\/span>\n                    <\/div>\n                <\/div>\n                \n                <div class=\"pizza-details\">\n                    <h3 id=\"pizza-title\">Supreme Pizza<\/h3>\n                    <p id=\"pizza-description\">A whopping 8 toppings! Pepperoni, sausage, beef, bacon, green peppers, onions, mushrooms and black olives. Perfect for sharing with colleagues or friends after a busy day in the city center.<\/p>\n                    <a href=\"https:\/\/maps.google.com\/?q=Jimmy's+New+York+Pizza+District+1+Ho+Chi+Minh+City\" class=\"btn btn-primary\" target=\"_blank\">\nHave a Slice Of New York in Saigon\n                    <\/a>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Map Section -->\n    <section class=\"map-section\">\n        <div class=\"container\">\n            <h2 class=\"section-title\">Find Us Easily<\/h2>\n            <p class=\"section-subtitle\">We're conveniently located in the heart of District 1<\/p>\n            \n            <div class=\"map-container\">\n                <!-- Replace with actual Google Maps embed for District 1 location -->\n                <iframe \n                    src=\"https:\/\/www.google.com\/maps\/embed?pb=!1m18!1m12!1m3!1d3919.4!2d106.7!3d10.77!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0x0!2zMTDCsDQ2JzEyLjAiTiAxMDbCsDQyJzAwLjAiRQ!5e0!3m2!1sen!2s!4v1234567890\" \n                    class=\"map-embed\"\n                    allowfullscreen=\"\" \n                    loading=\"lazy\" \n                    referrerpolicy=\"no-referrer-when-downgrade\">\n                <\/iframe>\n                \n                <div class=\"map-info\">\n                    <h3>50 \u0110. \u0110\u1eb7ng Th\u1ecb Nhu, Ph\u01b0\u1eddng Nguy\u1ec5n Th\u00e1i B\u00ecnh, Qu\u1eadn 1, H\u1ed3 Ch\u00ed Minh 700000<\/h3>\n                    <p class=\"address\">Located in the bustling heart of Ho Chi Minh City, just steps away from B\u1ebfn Th\u00e0nh Market and major shopping areas.<\/p>\n                    <a href=\"https:\/\/maps.google.com\/?q=Jimmy's+New+York+Pizza+District+1+Ho+Chi+Minh+City\" class=\"btn btn-primary\" target=\"_blank\">\n                        Get Directions\n                    <\/a>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Reviews Section -->\n    <section class=\"reviews-section\">\n        <div class=\"container\">\n            <h2 class=\"section-title\">What Our Customers Say<\/h2>\n            <div class=\"stars\">\u2b50\u2b50\u2b50\u2b50\u2b50<\/div>\n            <p class=\"section-subtitle\">Join hundreds of pizza lovers in District 1<\/p>\n            \n            <a href=\"https:\/\/maps.google.com\/?q=Jimmy's+New+York+Pizza+District+1+Ho+Chi+Minh+City\" class=\"reviews-link\" target=\"_blank\">\n                \ud83d\udcdd Read Our Google Reviews\n            <\/a>\n        <\/div>\n    <\/section>\n\n     <!-- Online Order Section -->\n    <section class=\"online-order-section\">\n        <div class=\"container\">\n            <h2>Prefer to Order Online?<\/h2>\n            <p>Enjoy Jimmy's New York Pizza from the comfort of your home or office.<\/p>\n            <a href=\"https:\/\/jimmys.vn\/\" class=\"btn btn-tertiary\" target=\"_blank\">\n                \ud83d\udef5 Order Delivery \/ Takeaway\n            <\/a>\n        <\/div>\n    <\/section>\n\n    <!-- Footer -->\n    <footer class=\"footer\">\n        <div class=\"container\">\n            <div class=\"footer-content\">\n                <div>\n                    <h4>Contact District 1 Location<\/h4>\n                    <p>\ud83d\udcde <a href=\"tel:0931334509\" class=\"phone-link\">0931 334 509<\/a><\/p>\n                    <p>\ud83d\udccd 50 \u0110. \u0110\u1eb7ng Th\u1ecb Nhu, Ph\u01b0\u1eddng Nguy\u1ec5n Th\u00e1i B\u00ecnh, Qu\u1eadn 1, H\u1ed3 Ch\u00ed Minh 700000<\/p>\n                <\/div>\n                \n                <div>\n                    <h4>Opening Hours<\/h4>\n                    <p>Monday - Sunday<br>10:00 AM - 11:00 PM<\/p>\n                <\/div>\n                \n                <div>\n                    <h4>All Locations<\/h4>\n                    <p><a href=\"https:\/\/jimmys.vn\">Visit our main website<\/a><\/p>\n                    <p>District 1 \u2022 District 2 \u2022 District 7<\/p>\n                <\/div>\n            <\/div>\n            \n            <p>&copy; 2025 Jimmy's New York Pizza. All rights reserved.<\/p>\n        <\/div>\n    <\/footer>\n\n    <!-- Carousel JavaScript -->\n    <script>\n        let currentSlideIndex = 0;\n        const slides = document.querySelectorAll('.carousel-slide');\n        const dots = document.querySelectorAll('.carousel-dot');\n        \n        \/\/ Pizza information for each slide\n        const pizzaInfo = [\n            {\n                title: \"Half & Half: BBQ Chicken & Pepperoni\",\n                description: \"Can't choose? Go Half & Half and enjoy two flavors in one!\"\n            },\n            {\n                title: \"Pizza Supreme\", \n                description: \"A whopping 8 toppings! Pepperoni, sausage, beef, bacon, green peppers, onions, mushrooms and black olives. Perfect for sharing with colleagues or friends after a busy day in the city center.\"\n            },\n            {\n                title: \"Buffalo Chicken\",\n                description: \"Your slice of New York is never far. Visit us at our D1 restaurant today!\"\n            },\n            {\n                title: \"Step Inside to Experience Delicious New York Pizza\",\n                description: \"Are you ready to indulge in your cravings?\"\n            },\n            {\n                title: \"Bringing the New York Vibe\",\n                description: \"Come experience the NYC feel in the heart of Saigon today!\"\n            }\n        ];\n        \n        function showSlide(index) {\n            \/\/ Hide all slides\n            slides.forEach(slide => slide.classList.remove('active'));\n            dots.forEach(dot => dot.classList.remove('active'));\n            \n            \/\/ Show current slide\n            if (slides[index]) {\n                slides[index].classList.add('active');\n                dots[index].classList.add('active');\n                \n                \/\/ Update pizza information\n                const titleElement = document.getElementById('pizza-title');\n                const descriptionElement = document.getElementById('pizza-description');\n                \n                if (titleElement && descriptionElement && pizzaInfo[index]) {\n                    titleElement.textContent = pizzaInfo[index].title;\n                    descriptionElement.textContent = pizzaInfo[index].description;\n                }\n            }\n        }\n        \n        function changeSlide(direction) {\n            currentSlideIndex += direction;\n            \n            if (currentSlideIndex >= slides.length) {\n                currentSlideIndex = 0;\n            } else if (currentSlideIndex < 0) {\n                currentSlideIndex = slides.length - 1;\n            }\n            \n            showSlide(currentSlideIndex);\n        }\n        \n        function currentSlide(index) {\n            currentSlideIndex = index - 1;\n            showSlide(currentSlideIndex);\n        }\n        \n        \/\/ Auto-advance carousel every 5 seconds\n        setInterval(() => {\n            changeSlide(1);\n        }, 5000);\n        \n        \/\/ Initialize carousel\n        showSlide(0);\n    <\/script>\n<\/body>\n<\/html>\n\n\n\n\t\t<\/div>\n\t<\/div>\n<\/div><\/div><\/div><\/div>\r\n\r\n\r\n\r\n\n<\/div>","protected":false},"excerpt":{"rendered":"Jimmy's New York Pizza - District 1 | Near B\u1ebfn Th\u00e0nh Market | Visit Now Authentic New York Style Pizza in Ho Chi Minh City \ud83d\udccd Now Open in District 1 \ud83d\udcde Call Now: 0931 334 509 \ud83d\uddfa\ufe0f Get Directions Pizza Near Me - Visit Us in District 1 American owned & operated. Fresh dough....<a class=\"r_more_blog\" href=\"https:\/\/jimmys.vn\/vi\/district-1\/#more-30392\"> continue reading<\/a>","protected":false},"author":18,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-30392","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/jimmys.vn\/vi\/wp-json\/wp\/v2\/pages\/30392"}],"collection":[{"href":"https:\/\/jimmys.vn\/vi\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/jimmys.vn\/vi\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/jimmys.vn\/vi\/wp-json\/wp\/v2\/users\/18"}],"replies":[{"embeddable":true,"href":"https:\/\/jimmys.vn\/vi\/wp-json\/wp\/v2\/comments?post=30392"}],"version-history":[{"count":9,"href":"https:\/\/jimmys.vn\/vi\/wp-json\/wp\/v2\/pages\/30392\/revisions"}],"predecessor-version":[{"id":31230,"href":"https:\/\/jimmys.vn\/vi\/wp-json\/wp\/v2\/pages\/30392\/revisions\/31230"}],"wp:attachment":[{"href":"https:\/\/jimmys.vn\/vi\/wp-json\/wp\/v2\/media?parent=30392"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}