{"id":10815,"date":"2025-07-17T16:18:19","date_gmt":"2025-07-17T16:18:19","guid":{"rendered":"https:\/\/thetraveldiscovery.com\/public-trips\/?page_id=10815"},"modified":"2025-07-17T16:18:22","modified_gmt":"2025-07-17T16:18:22","slug":"1064-2","status":"publish","type":"page","link":"https:\/\/thetraveldiscovery.com\/public-trips\/1064-2\/","title":{"rendered":"Tampa Bay Bachelor Party Weekend"},"content":{"rendered":"\n<!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>Tampa Bay Bachelor Party Weekend<\/title>\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            min-height: 100vh;\n            padding: 20px;\n            background-color: #f8f9fa; \/* Light gray background *\/\n        }\n\n        .container {\n            max-width: 1200px;\n            margin: 0 auto;\n            background: white;\n            border-radius: 20px;\n            box-shadow: 0 20px 40px rgba(0,0,0,0.1);\n            overflow: hidden;\n        }\n\n        .header {\n            background: linear-gradient(135deg, #FF6B35, #C70039); \/* Orange and red tones *\/\n            color: white;\n            padding: 40px 30px;\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\"><defs><pattern id=\"grain\" width=\"4\" height=\"4\" patternUnits=\"userSpaceOnUse\"><circle cx=\"2\" cy=\"2\" r=\"0.5\" fill=\"white\" opacity=\"0.1\"\/><\/pattern><\/defs><rect width=\"100\" height=\"100\" fill=\"url(%23grain)\"\/><\/svg>');\n            animation: shimmer 3s ease-in-out infinite;\n        }\n\n        @keyframes shimmer {\n            0%, 100% { opacity: 0.5; }\n            50% { opacity: 0.8; }\n        }\n\n        .header h1 {\n            font-size: 2.5em;\n            margin-bottom: 10px;\n            position: relative;\n            z-index: 1;\n        }\n\n        .header p {\n            font-size: 1.2em;\n            opacity: 0.9;\n            position: relative;\n            z-index: 1;\n        }\n\n        .content {\n            padding: 40px 30px;\n        }\n\n        .download-section {\n            text-align: center;\n            margin-bottom: 30px;\n            padding: 20px;\n            background: #f8f9fa;\n            border-radius: 15px;\n            border: 1px solid #e9ecef;\n        }\n\n        .download-btn {\n            background: linear-gradient(135deg, #28a745, #20c997);\n            color: white;\n            padding: 12px 30px;\n            border: none;\n            border-radius: 25px;\n            font-size: 1.1em;\n            font-weight: bold;\n            cursor: pointer;\n            transition: all 0.3s ease;\n            text-decoration: none;\n            display: inline-flex;\n            align-items: center;\n            gap: 10px;\n            box-shadow: 0 4px 15px rgba(40, 167, 69, 0.3);\n        }\n\n        .download-btn:hover {\n            transform: translateY(-2px);\n            box-shadow: 0 6px 20px rgba(40, 167, 69, 0.4);\n        }\n\n        .download-btn::before {\n            content: '\ud83d\udcc4';\n            font-size: 1.2em;\n        }\n\n        .share-btn {\n            background: linear-gradient(135deg, #007bff, #0056b3);\n            color: white;\n            padding: 12px 30px;\n            border: none;\n            border-radius: 25px;\n            font-size: 1.1em;\n            font-weight: bold;\n            cursor: pointer;\n            transition: all 0.3s ease;\n            text-decoration: none;\n            display: inline-flex;\n            align-items: center;\n            gap: 10px;\n            box-shadow: 0 4px 15px rgba(0, 123, 255, 0.3);\n            margin: 0 10px;\n        }\n\n        .share-btn:hover {\n            transform: translateY(-2px);\n            box-shadow: 0 6px 20px rgba(0, 123, 255, 0.4);\n        }\n\n        .share-btn::before {\n            content: '\ud83d\udd17';\n            font-size: 1.2em;\n        }\n\n        .plan-btn {\n            background: linear-gradient(135deg, #ff6b35, #f7931e);\n            color: white;\n            padding: 12px 30px;\n            border: none;\n            border-radius: 25px;\n            font-size: 1.1em;\n            font-weight: bold;\n            cursor: pointer;\n            transition: all 0.3s ease;\n            text-decoration: none;\n            display: inline-flex;\n            align-items: center;\n            gap: 10px;\n            box-shadow: 0 4px 15px rgba(255, 107, 53, 0.3);\n            margin: 0 10px;\n        }\n\n        .plan-btn:hover {\n            transform: translateY(-2px);\n            box-shadow: 0 6px 20px rgba(255, 107, 53, 0.4);\n        }\n\n        .plan-btn::before {\n            content: '\ud83c\udf89';\n            font-size: 1.2em;\n        }\n\n        .button-group {\n            display: flex;\n            flex-wrap: wrap;\n            justify-content: center;\n            gap: 10px;\n            margin-top: 20px;\n        }\n\n        @media (max-width: 768px) {\n            .button-group {\n                flex-direction: column;\n                align-items: center;\n            }\n            \n            .download-btn, .share-btn, .plan-btn {\n                margin: 5px 0;\n                width: 250px;\n                justify-content: center;\n            }\n        }\n\n        .day-section {\n            margin-bottom: 40px;\n            border-left: 4px solid #FF6B35;\n            padding-left: 20px;\n            position: relative;\n        }\n\n        .day-section::before {\n            content: '';\n            position: absolute;\n            left: -8px;\n            top: 0;\n            width: 12px;\n            height: 12px;\n            background: #FF6B35;\n            border-radius: 50%;\n            box-shadow: 0 0 0 4px white, 0 0 0 8px #FF6B35;\n        }\n\n        .day-title {\n            font-size: 1.5em;\n            color: #333;\n            margin-bottom: 20px;\n            font-weight: bold;\n        }\n\n        .location-group {\n            margin-bottom: 30px;\n        }\n\n        .location-name {\n            font-size: 1.3em;\n            color: #FF6B35;\n            margin-bottom: 15px;\n            font-weight: bold;\n            display: flex;\n            align-items: center;\n        }\n\n        .location-name::before {\n            content: '\ud83d\udccd';\n            margin-right: 8px;\n        }\n\n        .activity-card {\n            background: #f8f9fa;\n            border-radius: 15px;\n            padding: 20px;\n            margin-bottom: 15px;\n            border: 1px solid #e9ecef;\n            transition: all 0.3s ease;\n            cursor: pointer;\n            position: relative;\n            overflow: hidden;\n        }\n\n        .activity-card::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            right: 0;\n            bottom: 0;\n            background: linear-gradient(45deg, transparent 30%, rgba(255,255,255,0.1) 50%, transparent 70%);\n            transform: translateX(-100%);\n            transition: transform 0.6s;\n        }\n\n        .activity-card:hover::before {\n            transform: translateX(100%);\n        }\n\n        .activity-card:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 15px 30px rgba(0,0,0,0.1);\n            border-color: #FF6B35;\n        }\n\n        .activity-name {\n            font-size: 1.1em;\n            font-weight: bold;\n            color: #333;\n            margin-bottom: 10px;\n        }\n\n        .activity-description {\n            color: #666;\n            line-height: 1.6;\n            margin-bottom: 15px;\n        }\n\n        .activity-meta {\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n            flex-wrap: wrap;\n            gap: 10px;\n        }\n\n        .activity-tags {\n            display: flex;\n            gap: 8px;\n            flex-wrap: wrap;\n        }\n\n        .tag {\n            background: #FF6B35;\n            color: white;\n            padding: 4px 10px;\n            border-radius: 15px;\n            font-size: 0.8em;\n            font-weight: bold;\n        }\n\n        .map-link {\n            background: #28a745;\n            color: white;\n            padding: 8px 15px;\n            border-radius: 20px;\n            text-decoration: none;\n            font-size: 0.9em;\n            font-weight: bold;\n            transition: all 0.3s ease;\n        }\n\n        .map-link:hover {\n            background: #218838;\n            transform: scale(1.05);\n        }\n\n        .floating-elements {\n            position: fixed;\n            top: 0;\n            left: 0;\n            width: 100%;\n            height: 100%;\n            pointer-events: none;\n            z-index: -1;\n        }\n\n        .floating-circle {\n            position: absolute;\n            border-radius: 50%;\n            background: rgba(255, 255, 255, 0.1);\n            animation: float 6s ease-in-out infinite;\n        }\n\n        @keyframes float {\n            0%, 100% { transform: translateY(0px) rotate(0deg); }\n            50% { transform: translateY(-20px) rotate(180deg); }\n        }\n\n        .pro-tip {\n            background: #fff3cd;\n            border: 1px solid #ffeaa7;\n            padding: 15px;\n            border-radius: 10px;\n            margin-top: 20px;\n            color: #856404;\n        }\n\n        .pro-tip strong {\n            color: #533600;\n        }\n\n        .time-period {\n            background: #e8f5e8;\n            padding: 10px 15px;\n            border-radius: 8px;\n            margin-bottom: 15px;\n            border-left: 4px solid #28a745;\n        }\n\n        .time-period h3 {\n            color: #28a745;\n            margin-bottom: 5px;\n            font-size: 1.1em;\n        }\n\n        @media (max-width: 768px) {\n            .container {\n                margin: 10px;\n                border-radius: 15px;\n            }\n            \n            .header {\n                padding: 30px 20px;\n            }\n            \n            .header h1 {\n                font-size: 2em;\n            }\n            \n            .content {\n                padding: 30px 20px;\n            }\n            \n            .activity-meta {\n                flex-direction: column;\n                align-items: flex-start;\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n    <div class=\"floating-elements\">\n        <div class=\"floating-circle\" style=\"width: 60px; height: 60px; top: 10%; left: 10%; animation-delay: 0s;\"><\/div>\n        <div class=\"floating-circle\" style=\"width: 40px; height: 40px; top: 20%; right: 15%; animation-delay: 2s;\"><\/div>\n        <div class=\"floating-circle\" style=\"width: 80px; height: 80px; bottom: 20%; left: 20%; animation-delay: 4s;\"><\/div>\n        <div class=\"floating-circle\" style=\"width: 50px; height: 50px; bottom: 10%; right: 10%; animation-delay: 1s;\"><\/div>\n    <\/div>\n\n    <div class=\"container\">\n        <div class=\"header\">\n            <h1>Tampa Bay Bachelor Party Weekend<\/h1>\n            <p>The ultimate bachelor party experience in Tampa Bay! Sports, nightlife, and unforgettable memories!<\/p>\n        <\/div>\n\n        <div class=\"content\">\n            <div class=\"download-section\">\n                <h3 style=\"margin-bottom: 15px; color: #333;\">Take Your Bachelor Party Plan With You<\/h3>\n                <p style=\"margin-bottom: 20px; color: #666;\">Download this complete Tampa Bay bachelor party weekend guide as a PDF to keep everyone on the same page.<\/p>\n                <div class=\"button-group\">\n                    <button class=\"download-btn\" onclick=\"downloadPDF()\">Download PDF Itinerary<\/button>\n                    <button class=\"share-btn\" onclick=\"shareItinerary()\">Share Itinerary<\/button>\n                    <a href=\"https:\/\/thetraveldiscovery.com\/free-travel-planner-ai\/\" class=\"plan-btn\" target=\"_blank\">Plan Your Party<\/a>\n                <\/div>\n            <\/div>\n            \n            <div class=\"day-section\">\n                <h2 class=\"day-title\">Friday &#8211; Arrival &#038; Ybor City Night<\/h2>\n                \n                <div class=\"time-period\">\n                    <h3>Afternoon<\/h3>\n                <\/div>\n                \n                <div class=\"location-group\">\n                    <div class=\"location-name\">Tampa International Airport &#038; Downtown Tampa<\/div>\n                    \n                    <div class=\"activity-card\">\n                        <div class=\"activity-name\">Arrival at Tampa International Airport<\/div>\n                        <div class=\"activity-description\">\n                            Arrive at Tampa International Airport and take an Uber\/Lyft to your hotel. Consider staying in Downtown Tampa or Westshore for easy access to nightlife.\n                        <\/div>\n                        <div class=\"activity-meta\">\n                            <div class=\"activity-tags\">\n                                <span class=\"tag\">arrival<\/span>\n                                <span class=\"tag\">hotel<\/span>\n                            <\/div>\n                            <a href=\"https:\/\/www.google.com\/maps\/search\/Tampa+International+Airport\" class=\"map-link\">Google Maps<\/a>\n                        <\/div>\n                    <\/div>\n\n                    <div class=\"activity-card\">\n                        <div class=\"activity-name\">Check-in &#038; Pre-Game at Hotel<\/div>\n                        <div class=\"activity-description\">\n                            Check into your hotel and get the party started! Grab some drinks and snacks, and let everyone get settled before the night begins.\n                        <\/div>\n                        <div class=\"activity-meta\">\n                            <div class=\"activity-tags\">\n                                <span class=\"tag\">check-in<\/span>\n                                <span class=\"tag\">pre-game<\/span>\n                            <\/div>\n                            <a href=\"https:\/\/www.google.com\/maps\/search\/hotels+downtown+Tampa\" class=\"map-link\">Google Maps<\/a>\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                <div class=\"time-period\">\n                    <h3>Evening<\/h3>\n                <\/div>\n\n                <div class=\"location-group\">\n                    <div class=\"location-name\">Ybor City<\/div>\n                    \n                    <div class=\"activity-card\">\n                        <div class=\"activity-name\">Dinner at Columbia Restaurant<\/div>\n                        <div class=\"activity-description\">\n                            Start your bachelor party with a classic Tampa dining experience at Columbia Restaurant in Ybor City. Famous for their Cuban cuisine and flamenco shows.\n                        <\/div>\n                        <div class=\"activity-meta\">\n                            <div class=\"activity-tags\">\n                                <span class=\"tag\">dinner<\/span>\n                                <span class=\"tag\">Cuban food<\/span>\n                            <\/div>\n                            <a href=\"https:\/\/www.google.com\/maps\/search\/Columbia+Restaurant+Ybor+City\" class=\"map-link\">Google Maps<\/a>\n                        <\/div>\n                    <\/div>\n\n                    <div class=\"activity-card\">\n                        <div class=\"activity-name\">Ybor City Bar Crawl<\/div>\n                        <div class=\"activity-description\">\n                            Hit the historic Ybor City strip for an epic bar crawl! Start at The Bricks, then hit up Crowbar, Prana, and finish at Club Prana for dancing.\n                        <\/div>\n                        <div class=\"activity-meta\">\n                            <div class=\"activity-tags\">\n                                <span class=\"tag\">bar crawl<\/span>\n                                <span class=\"tag\">nightlife<\/span>\n                            <\/div>\n                            <a href=\"https:\/\/www.google.com\/maps\/search\/Ybor+City+bars+Tampa\" class=\"map-link\">Google Maps<\/a>\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                <div class=\"time-period\">\n                    <h3>Late Night<\/h3>\n                <\/div>\n\n                <div class=\"location-group\">\n                    <div class=\"location-name\">Ybor City<\/div>\n                    \n                    <div class=\"activity-card\">\n                        <div class=\"activity-name\">Late Night at 2001 Odyssey<\/div>\n                        <div class=\"activity-description\">\n                            Keep the party going at 2001 Odyssey, one of Tampa&#8217;s most famous nightclubs. Great for dancing and celebrating the groom-to-be!\n                        <\/div>\n                        <div class=\"activity-meta\">\n                            <div class=\"activity-tags\">\n                                <span class=\"tag\">nightclub<\/span>\n                                <span class=\"tag\">dancing<\/span>\n                            <\/div>\n                            <a href=\"https:\/\/www.google.com\/maps\/search\/2001+Odyssey+Tampa\" class=\"map-link\">Google Maps<\/a>\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                <div class=\"pro-tip\">\n                    <strong>Pro Tip:<\/strong>\n                    Book a party bus or designated driver for the night. Ybor City has great nightlife but parking can be tricky, especially on weekends.\n                <\/div>\n            <\/div>\n\n            <div class=\"day-section\">\n                <h2 class=\"day-title\">Saturday &#8211; Sports &#038; Adventure Day<\/h2>\n                \n                <div class=\"time-period\">\n                    <h3>Morning<\/h3>\n                <\/div>\n                \n                <div class=\"location-group\">\n                    <div class=\"location-name\">Downtown Tampa<\/div>\n                    \n                    <div class=\"activity-card\">\n                        <div class=\"activity-name\">Hangover Breakfast at Bern&#8217;s Steak House<\/div>\n                        <div class=\"activity-description\">\n                            Start your day with a hearty breakfast at Bern&#8217;s Steak House or grab quick bites at a local diner. You&#8217;ll need fuel for the day ahead!\n                        <\/div>\n                        <div class=\"activity-meta\">\n                            <div class=\"activity-tags\">\n                                <span class=\"tag\">breakfast<\/span>\n                                <span class=\"tag\">recovery<\/span>\n                            <\/div>\n                            <a href=\"https:\/\/www.google.com\/maps\/search\/Berns+Steak+House+Tampa\" class=\"map-link\">Google Maps<\/a>\n                        <\/div>\n                    <\/div>\n\n                    <div class=\"activity-card\">\n                        <div class=\"activity-name\">Tampa Bay Buccaneers or Lightning Game<\/div>\n                        <div class=\"activity-description\">\n                            If in season, catch a Tampa Bay Buccaneers game at Raymond James Stadium or a Lightning game at Amalie Arena. Nothing beats live sports for a bachelor party!\n                        <\/div>\n                        <div class=\"activity-meta\">\n                            <div class=\"activity-tags\">\n                                <span class=\"tag\">sports<\/span>\n                                <span class=\"tag\">stadium<\/span>\n                            <\/div>\n                            <a href=\"https:\/\/www.google.com\/maps\/search\/Raymond+James+Stadium+Tampa\" class=\"map-link\">Google Maps<\/a>\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                <div class=\"time-period\">\n                    <h3>Afternoon<\/h3>\n                <\/div>\n\n                <div class=\"location-group\">\n                    <div class=\"location-name\">Tampa Bay Area<\/div>\n                    \n                    <div class=\"activity-card\">\n                        <div class=\"activity-name\">Deep Sea Fishing Charter<\/div>\n                        <div class=\"activity-description\">\n                            Book a deep sea fishing charter for an epic afternoon on the water. Most charters provide equipment and can arrange for drinks and snacks.\n                        <\/div>\n                        <div class=\"activity-meta\">\n                            <div class=\"activity-tags\">\n                                <span class=\"tag\">fishing<\/span>\n                                <span class=\"tag\">charter<\/span>\n                            <\/div>\n                            <a href=\"https:\/\/www.google.com\/maps\/search\/deep+sea+fishing+charter+Tampa\" class=\"map-link\">Google Maps<\/a>\n                        <\/div>\n                    <\/div>\n\n                    <div class=\"activity-card\">\n                        <div class=\"activity-name\">Topgolf Tampa<\/div>\n                        <div class=\"activity-description\">\n                            If fishing isn&#8217;t your thing, head to Topgolf Tampa for competitive fun, drinks, and great food. Perfect for groups and bachelor parties!\n                        <\/div>\n                        <div class=\"activity-meta\">\n                            <div class=\"activity-tags\">\n                                <span class=\"tag\">golf<\/span>\n                                <span class=\"tag\">entertainment<\/span>\n                            <\/div>\n                            <a href=\"https:\/\/www.google.com\/maps\/search\/Topgolf+Tampa\" class=\"map-link\">Google Maps<\/a>\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                <div class=\"time-period\">\n                    <h3>Evening<\/h3>\n                <\/div>\n\n                <div class=\"location-group\">\n                    <div class=\"location-name\">Westshore &#038; Hyde Park<\/div>\n                    \n                    <div class=\"activity-card\">\n                        <div class=\"activity-name\">Steak Dinner at Ocean Prime<\/div>\n                        <div class=\"activity-description\">\n                            Treat the groom to an upscale steak dinner at Ocean Prime in Westshore. Excellent steaks, seafood, and a great atmosphere for celebrations.\n                        <\/div>\n                        <div class=\"activity-meta\">\n                            <div class=\"activity-tags\">\n                                <span class=\"tag\">steak<\/span>\n                                <span class=\"tag\">upscale<\/span>\n                            <\/div>\n                            <a href=\"https:\/\/www.google.com\/maps\/search\/Ocean+Prime+Tampa\" class=\"map-link\">Google Maps<\/a>\n                        <\/div>\n                    <\/div>\n\n                    <div class=\"activity-card\">\n                        <div class=\"activity-name\">Rooftop Bar at Armature Works<\/div>\n                        <div class=\"activity-description\">\n                            Head to the rooftop bar at Armature Works for craft cocktails with stunning views of downtown Tampa and the Hillsborough River.\n                        <\/div>\n                        <div class=\"activity-meta\">\n                            <div class=\"activity-tags\">\n                                <span class=\"tag\">rooftop<\/span>\n                                <span class=\"tag\">cocktails<\/span>\n                            <\/div>\n                            <a href=\"https:\/\/www.google.com\/maps\/search\/Armature+Works+Tampa\" class=\"map-link\">Google Maps<\/a>\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                <div class=\"pro-tip\">\n                    <strong>Pro Tip:<\/strong>\n                    Book fishing charters and restaurant reservations well in advance. Tampa is a popular destination and weekend spots fill up quickly.\n                <\/div>\n            <\/div>\n\n            <div class=\"day-section\">\n                <h2 class=\"day-title\">Sunday &#8211; Beach Day &#038; Farewell<\/h2>\n                \n                <div class=\"time-period\">\n                    <h3>Morning<\/h3>\n                <\/div>\n                \n                <div class=\"location-group\">\n                    <div class=\"location-name\">Clearwater Beach<\/div>\n                    \n                    <div class=\"activity-card\">\n                        <div class=\"activity-name\">Drive to Clearwater Beach<\/div>\n                        <div class=\"activity-description\">\n                            Take a 30-minute drive to Clearwater Beach, one of Florida&#8217;s most beautiful beaches. Perfect for relaxing after a big night out.\n                        <\/div>\n                        <div class=\"activity-meta\">\n                            <div class=\"activity-tags\">\n                                <span class=\"tag\">beach<\/span>\n                                <span class=\"tag\">drive<\/span>\n                            <\/div>\n                            <a href=\"https:\/\/www.google.com\/maps\/search\/Clearwater+Beach+Florida\" class=\"map-link\">Google Maps<\/a>\n                        <\/div>\n                    <\/div>\n\n                    <div class=\"activity-card\">\n                        <div class=\"activity-name\">Beach Volleyball &#038; Water Sports<\/div>\n                        <div class=\"activity-description\">\n                            Rent jet skis, parasail, or just play beach volleyball. Clearwater Beach offers plenty of water activities to keep the group entertained.\n                        <\/div>\n                        <div class=\"activity-meta\">\n                            <div class=\"activity-tags\">\n                                <span class=\"tag\">volleyball<\/span>\n                                <span class=\"tag\">water sports<\/span>\n                            <\/div>\n                            <a href=\"https:\/\/www.google.com\/maps\/search\/water+sports+Clearwater+Beach\" class=\"map-link\">Google Maps<\/a>\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                <div class=\"time-period\">\n                    <h3>Afternoon<\/h3>\n                <\/div>\n\n                <div class=\"location-group\">\n                    <div class=\"location-name\">Clearwater Beach<\/div>\n                    \n                    <div class=\"activity-card\">\n                        <div class=\"activity-name\">Beachside Lunch at Frenchy&#8217;s<\/div>\n                        <div class=\"activity-description\">\n                            Grab lunch at Frenchy&#8217;s South Beach Cafe, famous for their grouper sandwiches and beachside atmosphere. Perfect spot for the group to relax.\n                        <\/div>\n                        <div class=\"activity-meta\">\n                            <div class=\"activity-tags\">\n                                <span class=\"tag\">lunch<\/span>\n                                <span class=\"tag\">beachside<\/span>\n                            <\/div>\n                            <a href=\"https:\/\/www.google.com\/maps\/search\/Frenchys+South+Beach+Cafe+Clearwater\" class=\"map-link\">Google Maps<\/a>\n                        <\/div>\n                    <\/div>\n\n                    <div class=\"activity-card\">\n                        <div class=\"activity-name\">Sunset Celebration at Pier 60<\/div>\n                        <div class=\"activity-description\">\n                            End your bachelor party weekend with the famous Sunset Celebration at Pier 60. Street performers, crafts, and a beautiful sunset over the Gulf.\n                        <\/div>\n                        <div class=\"activity-meta\">\n                            <div class=\"activity-tags\">\n                                <span class=\"tag\">sunset<\/span>\n                                <span class=\"tag\">celebration<\/span>\n                            <\/div>\n                            <a href=\"https:\/\/www.google.com\/maps\/search\/Pier+60+Clearwater+Beach\" class=\"map-link\">Google Maps<\/a>\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                <div class=\"time-period\">\n                    <h3>Evening<\/h3>\n                <\/div>\n\n                <div class=\"location-group\">\n                    <div class=\"location-name\">Tampa Airport<\/div>\n                    \n                    <div class=\"activity-card\">\n                        <div class=\"activity-name\">Farewell Dinner at Airport or City<\/div>\n                        <div class=\"activity-description\">\n                            Depending on flight times, grab a farewell dinner either at the airport or back in Tampa. Share stories and memories from the weekend.\n                        <\/div>\n                        <div class=\"activity-meta\">\n                            <div class=\"activity-tags\">\n                                <span class=\"tag\">farewell<\/span>\n                                <span class=\"tag\">dinner<\/span>\n                            <\/div>\n                            <a href=\"https:\/\/www.google.com\/maps\/search\/restaurants+Tampa+International+Airport\" class=\"map-link\">Google Maps<\/a>\n                        <\/div>\n                    <\/div>\n\n                    <div class=\"activity-card\">\n                        <div class=\"activity-name\">Departure from Tampa International Airport<\/div>\n                        <div class=\"activity-description\">\n                            Head back to Tampa International Airport for departure. Allow extra time for Sunday evening travel and potential traffic.\n                        <\/div>\n                        <div class=\"activity-meta\">\n                            <div class=\"activity-tags\">\n                                <span class=\"tag\">departure<\/span>\n                                <span class=\"tag\">airport<\/span>\n                            <\/div>\n                            <a href=\"https:\/\/www.google.com\/maps\/search\/Tampa+International+Airport\" class=\"map-link\">Google Maps<\/a>\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                <div class=\"pro-tip\">\n                    <strong>Pro Tip:<\/strong>\n                    Check flight schedules and plan beach time accordingly. Sunday afternoon flights are common, so you might need to cut beach time short.\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <!-- Include jsPDF library -->\n    <script src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/jspdf\/2.5.1\/jspdf.umd.min.js\"><\/script>\n\n    <script>\n        \/\/ PDF Download functionality\n        function downloadPDF() {\n            const { jsPDF } = window.jspdf;\n            const doc = new jsPDF();\n            \n            \/\/ Set font\n            doc.setFont('helvetica');\n            \n            \/\/ Title\n            doc.setFontSize(20);\n            doc.setTextColor(255, 107, 53);\n            doc.text('Tampa Bay Bachelor Party Weekend', 20, 30);\n            \n            \/\/ Subtitle\n            doc.setFontSize(12);\n            doc.setTextColor(100, 100, 100);\n            doc.text('The ultimate bachelor party experience in Tampa Bay!', 20, 45);\n            doc.text('Sports, nightlife, and unforgettable memories!', 20, 55);\n            \n            let yPosition = 75;\n            \n            \/\/ Friday\n            doc.setFontSize(16);\n            doc.setTextColor(51, 51, 51);\n            doc.text('Friday - Arrival & Ybor City Night', 20, yPosition);\n            yPosition += 15;\n            \n            \/\/ Afternoon\n            doc.setFontSize(14);\n            doc.setTextColor(40, 167, 69);\n            doc.text('Afternoon', 20, yPosition);\n            yPosition += 10;\n            \n            doc.setFontSize(10);\n            doc.setTextColor(51, 51, 51);\n            doc.text('Arrival at Tampa International Airport', 25, yPosition);\n            yPosition += 5;\n            doc.setTextColor(100, 100, 100);\n            doc.text('Arrive and take Uber\/Lyft to hotel in Downtown Tampa', 25, yPosition);\n            yPosition += 5;\n            doc.text('or Westshore for easy access to nightlife.', 25, yPosition);\n            yPosition += 10;\n            \n            doc.setTextColor(51, 51, 51);\n            doc.text('Check-in & Pre-Game at Hotel', 25, yPosition);\n            yPosition += 5;\n            doc.setTextColor(100, 100, 100);\n            doc.text('Check into hotel and get the party started with drinks', 25, yPosition);\n            yPosition += 5;\n            doc.text('and snacks before the night begins.', 25, yPosition);\n            yPosition += 15;\n            \n            \/\/ Evening\n            doc.setFontSize(14);\n            doc.setTextColor(40, 167, 69);\n            doc.text('Evening', 20, yPosition);\n            yPosition += 10;\n            \n            doc.setFontSize(10);\n            doc.setTextColor(51, 51, 51);\n            doc.text('Dinner at Columbia Restaurant', 25, yPosition);\n            yPosition += 5;\n            doc.setTextColor(100, 100, 100);\n            doc.text('Classic Tampa dining experience in Ybor City.', 25, yPosition);\n            yPosition += 5;\n            doc.text('Famous for Cuban cuisine and flamenco shows.', 25, yPosition);\n            yPosition += 10;\n            \n            doc.setTextColor(51, 51, 51);\n            doc.text('Ybor City Bar Crawl', 25, yPosition);\n            yPosition += 5;\n            doc.setTextColor(100, 100, 100);\n            doc.text('Epic bar crawl: The Bricks \u2192 Crowbar \u2192 Prana \u2192 Club Prana', 25, yPosition);\n            yPosition += 10;\n            \n            doc.setTextColor(51, 51, 51);\n            doc.text('Late Night at 2001 Odyssey', 25, yPosition);\n            yPosition += 5;\n            doc.setTextColor(100, 100, 100);\n            doc.text('Famous nightclub for dancing and celebrating!', 25, yPosition);\n            yPosition += 15;\n            \n            \/\/ Pro Tip Friday\n            doc.setFontSize(9);\n            doc.setTextColor(133, 100, 4);\n            doc.text('Pro Tip: Book a party bus or designated driver for the night.', 25, yPosition);\n            yPosition += 5;\n            doc.text('Ybor City has great nightlife but parking can be tricky.', 25, yPosition);\n            \n            \/\/ Add new page for remaining days\n            doc.addPage();\n            yPosition = 30;\n            \n            \/\/ Saturday\n            doc.setFontSize(16);\n            doc.setTextColor(51, 51, 51);\n            doc.text('Saturday - Sports & Adventure Day', 20, yPosition);\n            yPosition += 15;\n            \n            doc.setFontSize(12);\n            doc.setTextColor(100, 100, 100);\n            doc.text('Morning: Hangover Breakfast & Tampa Bay Game', 20, yPosition);\n            yPosition += 10;\n            doc.text('Afternoon: Deep Sea Fishing Charter or Topgolf', 20, yPosition);\n            yPosition += 10;\n            doc.text('Evening: Steak Dinner at Ocean Prime & Rooftop Bar', 20, yPosition);\n            yPosition += 20;\n            \n            \/\/ Sunday\n            doc.setFontSize(16);\n            doc.setTextColor(51, 51, 51);\n            doc.text('Sunday - Beach Day & Farewell', 20, yPosition);\n            yPosition += 15;\n            \n            doc.setFontSize(12);\n            doc.setTextColor(100, 100, 100);\n            doc.text('Morning: Drive to Clearwater Beach & Water Sports', 20, yPosition);\n            yPosition += 10;\n            doc.text('Afternoon: Beachside Lunch at Frenchys & Sunset at Pier 60', 20, yPosition);\n            yPosition += 10;\n            doc.text('Evening: Farewell Dinner & Departure from Tampa Airport', 20, yPosition);\n            yPosition += 30;\n            \n            \/\/ Key Locations\n            doc.setFontSize(14);\n            doc.setTextColor(51, 51, 51);\n            doc.text('Key Locations:', 20, yPosition);\n            yPosition += 15;\n            \n            doc.setFontSize(10);\n            doc.setTextColor(100, 100, 100);\n            doc.text('\u2022 Ybor City - Historic nightlife district', 25, yPosition);\n            yPosition += 8;\n            doc.text('\u2022 Raymond James Stadium - Home of Tampa Bay Buccaneers', 25, yPosition);\n            yPosition += 8;\n            doc.text('\u2022 Amalie Arena - Home of Tampa Bay Lightning', 25, yPosition);\n            yPosition += 8;\n            doc.text('\u2022 Clearwater Beach - Beautiful white sand beach', 25, yPosition);\n            yPosition += 8;\n            doc.text('\u2022 Armature Works - Upscale dining and rooftop bar', 25, yPosition);\n            yPosition += 8;\n            doc.text('\u2022 Pier 60 - Famous sunset celebration', 25, yPosition);\n            yPosition += 20;\n            \n            \/\/ Essential Tips\n            doc.setFontSize(14);\n            doc.setTextColor(51, 51, 51);\n            doc.text('Essential Bachelor Party Tips:', 20, yPosition);\n            yPosition += 15;\n            \n            doc.setFontSize(10);\n            doc.setTextColor(100, 100, 100);\n            doc.text('\u2022 Book restaurant reservations and activities in advance', 25, yPosition);\n            yPosition += 8;\n            doc.text('\u2022 Arrange transportation (party bus\/designated driver)', 25, yPosition);\n            yPosition += 8;\n            doc.text('\u2022 Check sports schedules for game tickets', 25, yPosition);\n            yPosition += 8;\n            doc.text('\u2022 Bring sunscreen and stay hydrated at the beach', 25, yPosition);\n            yPosition += 8;\n            doc.text('\u2022 Have a backup plan for weather-dependent activities', 25, yPosition);\n            \n            \/\/ Add footer\n            doc.setFontSize(8);\n            doc.setTextColor(150, 150, 150);\n            doc.text('Generated Tampa Bay Bachelor Party Itinerary - Make it legendary!', 20, 280);\n            \n            \/\/ Save the PDF\n            doc.save('Tampa-Bay-Bachelor-Party-Weekend.pdf');\n        }\n        \n        \/\/ Share functionality\n        function shareItinerary() {\n            if (navigator.share) {\n                navigator.share({\n                    title: 'Tampa Bay Bachelor Party Weekend',\n                    text: 'Check out this epic Tampa Bay bachelor party weekend itinerary! Sports, nightlife, and unforgettable memories await!',\n                    url: window.location.href\n                }).then(() => {\n                    console.log('Thanks for sharing!');\n                }).catch((error) => {\n                    console.log('Error sharing:', error);\n                    fallbackShare();\n                });\n            } else {\n                fallbackShare();\n            }\n        }\n        \n        \/\/ Fallback share function for browsers that don't support Web Share API\n        function fallbackShare() {\n            \/\/ Copy URL to clipboard\n            const url = window.location.href;\n            const textArea = document.createElement('textarea');\n            textArea.value = `Check out this epic Tampa Bay bachelor party weekend itinerary! ${url}`;\n            document.body.appendChild(textArea);\n            textArea.select();\n            document.execCommand('copy');\n            document.body.removeChild(textArea);\n            \n            \/\/ Show a temporary notification\n            const notification = document.createElement('div');\n            notification.style.cssText = `\n                position: fixed;\n                top: 20px;\n                right: 20px;\n                background: #28a745;\n                color: white;\n                padding: 15px 20px;\n                border-radius: 8px;\n                box-shadow: 0 4px 12px rgba(0,0,0,0.2);\n                z-index: 1000;\n                font-weight: bold;\n            `;\n            notification.textContent = 'Link copied to clipboard! \ud83d\udccb';\n            document.body.appendChild(notification);\n            \n            setTimeout(() => {\n                document.body.removeChild(notification);\n            }, 3000);\n        }\n        \n        \/\/ Add click functionality to activity cards\n        document.addEventListener('DOMContentLoaded', function() {\n            const activityCards = document.querySelectorAll('.activity-card');\n            \n            activityCards.forEach(card => {\n                card.addEventListener('click', function() {\n                    \/\/ Add a subtle animation when clicked\n                    this.style.transform = 'scale(0.98)';\n                    setTimeout(() => {\n                        this.style.transform = '';\n                    }, 150);\n                });\n            });\n            \n            \/\/ Add smooth scrolling for internal links\n            document.querySelectorAll('a[href^=\"#\"]').forEach(anchor => {\n                anchor.addEventListener('click', function (e) {\n                    e.preventDefault();\n                    const target = document.querySelector(this.getAttribute('href'));\n                    if (target) {\n                        target.scrollIntoView({\n                            behavior: 'smooth',\n                            block: 'start'\n                        });\n                    }\n                });\n            });\n        });\n    <\/script>\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>Tampa Bay Bachelor Party Weekend Tampa Bay Bachelor Party Weekend The ultimate bachelor party experience in Tampa Bay! Sports, nightlife, [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_bbp_topic_count":0,"_bbp_reply_count":0,"_bbp_total_topic_count":0,"_bbp_total_reply_count":0,"_bbp_voice_count":0,"_bbp_anonymous_reply_count":0,"_bbp_topic_count_hidden":0,"_bbp_reply_count_hidden":0,"_bbp_forum_subforum_count":0,"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-10815","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.5 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Tampa Bay Bachelor Party Weekend<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/thetraveldiscovery.com\/public-trips\/1064-2\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Tampa Bay Bachelor Party Weekend\" \/>\n<meta property=\"og:description\" content=\"Tampa Bay Bachelor Party Weekend Tampa Bay Bachelor Party Weekend The ultimate bachelor party experience in Tampa Bay! Sports, nightlife, [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/thetraveldiscovery.com\/public-trips\/1064-2\/\" \/>\n<meta property=\"og:site_name\" content=\"public-trips\" \/>\n<meta property=\"article:modified_time\" content=\"2025-07-17T16:18:22+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/thetraveldiscovery.com\\\/public-trips\\\/1064-2\\\/\",\"url\":\"https:\\\/\\\/thetraveldiscovery.com\\\/public-trips\\\/1064-2\\\/\",\"name\":\"Tampa Bay Bachelor Party Weekend\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/thetraveldiscovery.com\\\/public-trips\\\/#website\"},\"datePublished\":\"2025-07-17T16:18:19+00:00\",\"dateModified\":\"2025-07-17T16:18:22+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/thetraveldiscovery.com\\\/public-trips\\\/1064-2\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/thetraveldiscovery.com\\\/public-trips\\\/1064-2\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/thetraveldiscovery.com\\\/public-trips\\\/1064-2\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/thetraveldiscovery.com\\\/public-trips\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Tampa Bay Bachelor Party Weekend\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/thetraveldiscovery.com\\\/public-trips\\\/#website\",\"url\":\"https:\\\/\\\/thetraveldiscovery.com\\\/public-trips\\\/\",\"name\":\"public-trips\",\"description\":\"public-trips\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/thetraveldiscovery.com\\\/public-trips\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Tampa Bay Bachelor Party Weekend","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/thetraveldiscovery.com\/public-trips\/1064-2\/","og_locale":"en_US","og_type":"article","og_title":"Tampa Bay Bachelor Party Weekend","og_description":"Tampa Bay Bachelor Party Weekend Tampa Bay Bachelor Party Weekend The ultimate bachelor party experience in Tampa Bay! Sports, nightlife, [&hellip;]","og_url":"https:\/\/thetraveldiscovery.com\/public-trips\/1064-2\/","og_site_name":"public-trips","article_modified_time":"2025-07-17T16:18:22+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/thetraveldiscovery.com\/public-trips\/1064-2\/","url":"https:\/\/thetraveldiscovery.com\/public-trips\/1064-2\/","name":"Tampa Bay Bachelor Party Weekend","isPartOf":{"@id":"https:\/\/thetraveldiscovery.com\/public-trips\/#website"},"datePublished":"2025-07-17T16:18:19+00:00","dateModified":"2025-07-17T16:18:22+00:00","breadcrumb":{"@id":"https:\/\/thetraveldiscovery.com\/public-trips\/1064-2\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/thetraveldiscovery.com\/public-trips\/1064-2\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/thetraveldiscovery.com\/public-trips\/1064-2\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/thetraveldiscovery.com\/public-trips\/"},{"@type":"ListItem","position":2,"name":"Tampa Bay Bachelor Party Weekend"}]},{"@type":"WebSite","@id":"https:\/\/thetraveldiscovery.com\/public-trips\/#website","url":"https:\/\/thetraveldiscovery.com\/public-trips\/","name":"public-trips","description":"public-trips","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/thetraveldiscovery.com\/public-trips\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/thetraveldiscovery.com\/public-trips\/wp-json\/wp\/v2\/pages\/10815","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/thetraveldiscovery.com\/public-trips\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/thetraveldiscovery.com\/public-trips\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/thetraveldiscovery.com\/public-trips\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/thetraveldiscovery.com\/public-trips\/wp-json\/wp\/v2\/comments?post=10815"}],"version-history":[{"count":1,"href":"https:\/\/thetraveldiscovery.com\/public-trips\/wp-json\/wp\/v2\/pages\/10815\/revisions"}],"predecessor-version":[{"id":10816,"href":"https:\/\/thetraveldiscovery.com\/public-trips\/wp-json\/wp\/v2\/pages\/10815\/revisions\/10816"}],"wp:attachment":[{"href":"https:\/\/thetraveldiscovery.com\/public-trips\/wp-json\/wp\/v2\/media?parent=10815"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}