{"id":16899,"date":"2026-03-18T12:44:08","date_gmt":"2026-03-18T16:44:08","guid":{"rendered":"https:\/\/nextstopadventures.com\/?page_id=16899"},"modified":"2026-03-18T13:18:22","modified_gmt":"2026-03-18T17:18:22","slug":"portfolio-travel-media-creator","status":"publish","type":"page","link":"https:\/\/nextstopadventures.com\/portfolio-travel-media-creator","title":{"rendered":"Portfolio | Travel Media Creator for Tourism Boards"},"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>Yanitza \u2014 Travel Media Portfolio | Next Stop Adventures<\/title>\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,600;1,300;1,400&#038;family=DM+Mono:wght@300;400&#038;family=Montserrat:wght@300;400;500;600&#038;display=swap\" rel=\"stylesheet\">\n<style>\n  :root {\n    --ink: #1a1714;\n    --white: #ffffff;\n    --off-white: #f8f6f3;\n    --warm-mid: #c9b99a;\n    --accent: #8b3a2a;\n    --accent-light: #c4593f;\n    --muted: #6b6359;\n    --rule: rgba(26,23,20,0.1);\n    --rule-dark: rgba(26,23,20,0.18);\n  }\n  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n  html { scroll-behavior: smooth; }\n  body {\n    font-family: 'Montserrat', sans-serif;\n    background: var(--white);\n    color: var(--ink);\n    font-size: 18px;\n    line-height: 1.7;\n    overflow-x: hidden;\n  }\n\n  \/* NAV *\/\n  nav {\n    background: var(--white);\n    border-bottom: 1px solid var(--rule);\n    padding: 18px 48px;\n    position: sticky;\n    top: 0;\n    z-index: 100;\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n  }\n  .nav-brand {\n    font-family: 'DM Mono', monospace;\n    font-size: 10px;\n    letter-spacing: 0.22em;\n    text-transform: uppercase;\n    color: var(--muted);\n  }\n  .nav-brand span { color: var(--ink); }\n  .nav-cta {\n    display: inline-block;\n    background: var(--accent);\n    color: #ffffff !important;\n    font-family: 'DM Mono', monospace;\n    font-size: 9px;\n    letter-spacing: 0.2em;\n    text-transform: uppercase;\n    padding: 10px 22px;\n    text-decoration: none;\n  }\n\n  \/* HERO *\/\n  .hero {\n    background: var(--ink);\n    color: var(--white);\n    padding: 100px 48px 88px;\n    position: relative;\n    overflow: hidden;\n  }\n  .hero::after {\n    content: '';\n    position: absolute;\n    bottom: 0; left: 0; right: 0;\n    height: 3px;\n    background: linear-gradient(90deg, var(--accent) 0%, var(--warm-mid) 50%, var(--accent) 100%);\n  }\n  .hero-bg-word {\n    position: absolute;\n    right: -20px;\n    top: 50%;\n    transform: translateY(-50%);\n    font-family: 'Cormorant Garamond', serif;\n    font-size: clamp(120px, 18vw, 220px);\n    font-weight: 300;\n    font-style: italic;\n    color: rgba(255,255,255,0.03);\n    pointer-events: none;\n    white-space: nowrap;\n    line-height: 1;\n    user-select: none;\n  }\n  .hero-inner {\n    max-width: 1200px;\n    margin: 0 auto;\n    display: grid;\n    grid-template-columns: 1fr 260px;\n    gap: 64px;\n    align-items: center;\n    position: relative;\n  }\n  .hero-eyebrow {\n    font-family: 'DM Mono', monospace;\n    font-size: 10px;\n    letter-spacing: 0.25em;\n    text-transform: uppercase;\n    color: var(--warm-mid);\n    margin-bottom: 24px;\n  }\n  .hero h1 {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: clamp(44px, 6vw, 76px);\n    font-weight: 300;\n    line-height: 1.05;\n    color: var(--white);\n    margin-bottom: 28px;\n  }\n  .hero h1 em { font-style: italic; color: var(--warm-mid); }\n  .hero-body {\n    font-size: 14px;\n    color: rgba(255,255,255,0.62);\n    line-height: 1.9;\n    font-weight: 300;\n    max-width: 520px;\n    margin-bottom: 40px;\n  }\n  .hero-body strong { color: rgba(255,255,255,0.88); font-weight: 500; }\n\n  .btn-primary {\n    display: inline-block;\n    background: var(--accent);\n    color: #ffffff !important;\n    font-family: 'DM Mono', monospace;\n    font-size: 10px;\n    letter-spacing: 0.22em;\n    text-transform: uppercase;\n    padding: 16px 36px;\n    text-decoration: none;\n  }\n\n  .btn-secondary {\n    display: inline-block;\n    background: transparent;\n    color: #ffffff !important;\n    font-family: 'DM Mono', monospace;\n    font-size: 10px;\n    letter-spacing: 0.22em;\n    text-transform: uppercase;\n    padding: 15px 32px;\n    text-decoration: none;\n    border: 1px solid rgba(255,255,255,0.25);\n    transition: border-color 0.2s, background 0.2s;\n    margin-left: 12px;\n  }\n  .btn-secondary:hover { border-color: var(--warm-mid); background: rgba(201,185,154,0.08); }\n  .btn-secondary.on-dark-kit { color: #ffffff !important; border-color: rgba(255,255,255,0.2); margin-left: 12px; }\n  .btn-secondary.on-dark-kit:hover { border-color: var(--warm-mid); color: var(--warm-mid); background: transparent; }\n\n  .hero-stats {\n    display: flex;\n    flex-direction: column;\n    border: 1px solid rgba(255,255,255,0.08);\n  }\n  .hero-stat {\n    padding: 22px 28px;\n    border-bottom: 1px solid rgba(255,255,255,0.06);\n    position: relative;\n    transition: background 0.2s;\n  }\n  .hero-stat:last-child { border-bottom: none; }\n  .hero-stat:hover { background: rgba(255,255,255,0.03); }\n  .hero-stat::before {\n    content: '';\n    position: absolute;\n    left: 0; top: 0; bottom: 0;\n    width: 2px;\n    background: var(--accent);\n    opacity: 0;\n    transition: opacity 0.2s;\n  }\n  .hero-stat:hover::before { opacity: 1; }\n  .hero-stat-num {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 32px;\n    font-weight: 300;\n    color: var(--warm-mid);\n    line-height: 1;\n  }\n  .hero-stat-label {\n    font-family: 'DM Mono', monospace;\n    font-size: 8.5px;\n    letter-spacing: 0.18em;\n    text-transform: uppercase;\n    color: rgba(255,255,255,0.35);\n    margin-top: 5px;\n  }\n\n  \/* MAIN *\/\n  main {\n    max-width: 1200px;\n    margin: 0 auto;\n    padding: 80px 64px 100px;\n  }\n\n  \/* SECTION HEADER *\/\n  .section-header {\n    display: flex;\n    align-items: center;\n    gap: 20px;\n    margin-bottom: 52px;\n  }\n  .section-header::after {\n    content: '';\n    flex: 1;\n    height: 1px;\n    background: var(--rule);\n  }\n  .section-title {\n    font-family: 'DM Mono', monospace;\n    font-size: 10px;\n    letter-spacing: 0.25em;\n    text-transform: uppercase;\n    color: var(--muted);\n    white-space: nowrap;\n  }\n\n  \/* WHAT I DO *\/\n  .services-section { margin-bottom: 96px; }\n  .services-intro {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 24px;\n    font-weight: 300;\n    font-style: italic;\n    line-height: 1.55;\n    color: var(--ink);\n    max-width: 720px;\n    margin-bottom: 52px;\n  }\n  .services-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 1px;\n    background: var(--rule);\n    border: 1px solid var(--rule);\n  }\n  .service-card {\n    background: var(--white);\n    padding: 36px 32px;\n    transition: background 0.2s;\n  }\n  .service-card:hover { background: var(--off-white); }\n  .service-icon {\n    font-family: 'DM Mono', monospace;\n    font-size: 9px;\n    letter-spacing: 0.22em;\n    text-transform: uppercase;\n    color: var(--accent);\n    margin-bottom: 16px;\n    display: flex;\n    align-items: center;\n    gap: 8px;\n  }\n  .service-icon::before {\n    content: '';\n    display: inline-block;\n    width: 20px;\n    height: 1px;\n    background: var(--accent);\n  }\n  .service-card h3 {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 22px;\n    font-weight: 400;\n    line-height: 1.2;\n    color: var(--ink);\n    margin-bottom: 14px;\n  }\n  .service-card p {\n    font-size: 12.5px;\n    color: var(--muted);\n    line-height: 1.85;\n    font-weight: 300;\n  }\n\n  \/* CREDENTIALS BANNER *\/\n  .creds-banner {\n    background: var(--off-white);\n    border: 1px solid var(--rule);\n    padding: 28px 40px;\n    display: flex;\n    align-items: center;\n    gap: 40px;\n    flex-wrap: wrap;\n    margin-bottom: 96px;\n  }\n  .creds-label {\n    font-family: 'DM Mono', monospace;\n    font-size: 8.5px;\n    letter-spacing: 0.22em;\n    text-transform: uppercase;\n    color: var(--muted);\n    white-space: nowrap;\n  }\n  .creds-divider { width: 1px; height: 32px; background: var(--rule-dark); }\n  .cred-pill {\n    font-family: 'DM Mono', monospace;\n    font-size: 9px;\n    letter-spacing: 0.16em;\n    text-transform: uppercase;\n    color: var(--ink);\n    display: flex;\n    align-items: center;\n    gap: 8px;\n  }\n  .cred-pill::before { content: '\u2726'; color: var(--accent); font-size: 7px; }\n\n  \/* CAMPAIGN CARDS *\/\n  .campaigns-section { margin-bottom: 96px; }\n  .campaigns { display: flex; flex-direction: column; gap: 2px; }\n  .campaign-card {\n    background: var(--white);\n    border: 1px solid var(--rule);\n    overflow: hidden;\n    transition: box-shadow 0.3s;\n    animation: fadeUp 0.6s ease both;\n  }\n  .campaign-card:nth-child(1) { animation-delay: 0.1s; }\n  .campaign-card:nth-child(2) { animation-delay: 0.2s; }\n  .campaign-card:nth-child(3) { animation-delay: 0.3s; }\n  @keyframes fadeUp {\n    from { opacity: 0; transform: translateY(16px); }\n    to   { opacity: 1; transform: translateY(0); }\n  }\n  .campaign-card:hover { box-shadow: 0 6px 32px rgba(26,23,20,0.08); position: relative; z-index: 1; }\n  .campaign-inner { display: grid; grid-template-columns: 200px 1fr; }\n  .campaign-sidebar {\n    background: var(--ink);\n    padding: 36px 28px;\n    display: flex;\n    flex-direction: column;\n    justify-content: space-between;\n    min-height: 260px;\n  }\n  .campaign-num {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 72px;\n    font-weight: 300;\n    color: rgba(255,255,255,0.05);\n    line-height: 1;\n  }\n  .campaign-location {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 20px;\n    font-weight: 400;\n    color: var(--white);\n    line-height: 1.2;\n    margin-bottom: 6px;\n  }\n  .campaign-region {\n    font-family: 'DM Mono', monospace;\n    font-size: 8.5px;\n    letter-spacing: 0.2em;\n    text-transform: uppercase;\n    color: var(--warm-mid);\n  }\n  .campaign-badge {\n    display: inline-block;\n    background: var(--accent);\n    color: var(--white);\n    font-family: 'DM Mono', monospace;\n    font-size: 7.5px;\n    letter-spacing: 0.18em;\n    text-transform: uppercase;\n    padding: 5px 10px;\n    margin-top: 20px;\n    align-self: flex-start;\n  }\n  .campaign-body { padding: 36px 40px; display: flex; flex-direction: column; gap: 22px; }\n  .campaign-meta { display: flex; gap: 10px; flex-wrap: wrap; }\n  .meta-chip {\n    font-family: 'DM Mono', monospace;\n    font-size: 8.5px;\n    letter-spacing: 0.16em;\n    text-transform: uppercase;\n    color: var(--muted);\n    padding: 4px 12px;\n    border: 1px solid var(--rule-dark);\n  }\n  .campaign-desc h3 {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 24px;\n    font-weight: 400;\n    line-height: 1.2;\n    margin-bottom: 12px;\n    color: var(--ink);\n  }\n  .campaign-desc p { font-size: 13px; color: var(--muted); line-height: 1.85; font-weight: 300; }\n  .deliverables { border-top: 1px solid var(--rule); padding-top: 20px; }\n  .deliverables-title {\n    font-family: 'DM Mono', monospace;\n    font-size: 8.5px;\n    letter-spacing: 0.2em;\n    text-transform: uppercase;\n    color: var(--muted);\n    margin-bottom: 12px;\n  }\n  .deliverable-list { display: flex; flex-wrap: wrap; gap: 8px; }\n  .deliverable-pill {\n    font-size: 11px;\n    font-weight: 500;\n    color: var(--ink);\n    background: var(--off-white);\n    border: 1px solid var(--rule-dark);\n    padding: 4px 14px;\n    letter-spacing: 0.02em;\n  }\n  .blank {\n    background: rgba(139,58,42,0.07);\n    border-bottom: 1px dashed var(--accent);\n    color: var(--accent);\n    font-family: 'DM Mono', monospace;\n    font-size: 10px;\n    padding: 0 5px;\n    letter-spacing: 0.05em;\n  }\n\n  \/* PLATFORMS *\/\n  .platforms-section { margin-bottom: 96px; }\n  .platforms-grid {\n    display: grid;\n    grid-template-columns: repeat(5, 1fr);\n    border: 1px solid var(--rule-dark);\n  }\n  .platform-cell {\n    background: var(--white);\n    padding: 28px 20px;\n    text-align: center;\n    border-right: 1px solid var(--rule-dark);\n}\n.platform-cell:last-child { border-right: none; }\n\n  }\n  .platform-cell:hover { background: var(--off-white); }\n  .platform-name {\n    font-family: 'DM Mono', monospace;\n    font-size: 8.5px;\n    letter-spacing: 0.2em;\n    text-transform: uppercase;\n    color: var(--muted);\n    margin-bottom: 10px;\n  }\n  .platform-metric {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 30px;\n    font-weight: 300;\n    color: var(--ink);\n    line-height: 1;\n  }\n  .platform-sub { font-size: 10px; color: var(--muted); margin-top: 5px; font-weight: 300; }\n\n  \/* NICHE *\/\n  .niche-section { margin-bottom: 96px; }\n  .niche-tags { display: flex; flex-wrap: wrap; gap: 10px; }\n  .niche-tag {\n    font-size: 11px;\n    font-weight: 500;\n    letter-spacing: 0.06em;\n    color: var(--ink);\n    border: 1px solid var(--rule-dark);\n    padding: 8px 18px;\n    text-transform: uppercase;\n    transition: all 0.2s;\n    background: var(--white);\n  }\n  .niche-tag.primary { background: var(--ink); color: var(--white); border-color: var(--ink); }\n  .niche-tag:hover { border-color: var(--accent); color: var(--accent); }\n  .niche-tag.primary:hover { background: var(--accent); border-color: var(--accent); color: var(--white); }\n\n  \/* ABOUT ME *\/\n  .about-section {\n    background: var(--ink);\n    color: var(--white);\n    padding: 80px 48px;\n    position: relative;\n    overflow: hidden;\n  }\n  .about-section::before {\n    content: '';\n    position: absolute;\n    top: 0; left: 0; right: 0;\n    height: 3px;\n    background: linear-gradient(90deg, var(--accent), var(--warm-mid), var(--accent));\n  }\n  .about-bg-initial {\n    position: absolute;\n    right: 24px;\n    bottom: -60px;\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 280px;\n    font-weight: 300;\n    font-style: italic;\n    color: rgba(255,255,255,0.025);\n    line-height: 1;\n    pointer-events: none;\n    user-select: none;\n  }\n  .about-inner {\n    max-width: 1200px;\n    margin: 0 auto;\n    display: grid;\n    grid-template-columns: 1fr 300px;\n    gap: 72px;\n    align-items: start;\n    position: relative;\n  }\n  .about-eyebrow {\n    font-family: 'DM Mono', monospace;\n    font-size: 10px;\n    letter-spacing: 0.25em;\n    text-transform: uppercase;\n    color: var(--warm-mid);\n    margin-bottom: 20px;\n  }\n  .about-section h2 {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: clamp(36px, 4vw, 52px);\n    font-weight: 300;\n    line-height: 1.1;\n    color: var(--white);\n    margin-bottom: 28px;\n  }\n  .about-section h2 em { font-style: italic; color: var(--warm-mid); }\n  .about-section p {\n    font-size: 13.5px;\n    color: rgba(255,255,255,0.6);\n    line-height: 1.9;\n    font-weight: 300;\n    margin-bottom: 18px;\n  }\n  .about-section p strong { color: rgba(255,255,255,0.88); font-weight: 500; }\n  .about-cta-row { display: flex; align-items: center; flex-wrap: wrap; gap: 0; margin-top: 40px; }\n\n  .sidebar-block {\n    border: 1px solid rgba(255,255,255,0.08);\n    padding: 28px;\n    margin-bottom: 16px;\n  }\n  .sidebar-block-label {\n    font-family: 'DM Mono', monospace;\n    font-size: 8.5px;\n    letter-spacing: 0.2em;\n    text-transform: uppercase;\n    color: var(--warm-mid);\n    margin-bottom: 14px;\n  }\n  .sidebar-block ul { list-style: none; display: flex; flex-direction: column; gap: 10px; }\n  .sidebar-block li {\n    font-size: 12px;\n    color: rgba(255,255,255,0.6);\n    font-weight: 300;\n    display: flex;\n    align-items: flex-start;\n    gap: 10px;\n    line-height: 1.5;\n  }\n  .sidebar-block li::before { content: '\u2192'; color: var(--accent-light); font-size: 11px; margin-top: 1px; flex-shrink: 0; }\n\n  \/* RESPONSIVE *\/\n  @media (max-width: 820px) {\n    nav { padding: 16px 24px; }\n    .hero { padding: 64px 24px 60px; }\n    .hero-inner { grid-template-columns: 1fr; gap: 40px; }\n    .hero-bg-word { display: none; }\n    main { padding: 56px 24px 80px; }\n    .services-grid { grid-template-columns: 1fr; }\n    .campaign-inner { grid-template-columns: 1fr; }\n    .campaign-sidebar { min-height: auto; flex-direction: row; align-items: center; flex-wrap: wrap; gap: 12px; padding: 24px; }\n    .campaign-num { display: none; }\n    .campaign-body { padding: 24px; }\n    .platforms-grid { grid-template-columns: repeat(3, 1fr); }\n    .creds-banner { padding: 24px; gap: 20px; }\n    .about-inner { grid-template-columns: 1fr; gap: 40px; }\n    .about-section { padding: 56px 24px; }\n    .about-bg-initial { display: none; }\n    .btn-primary,\n    .btn-secondary,\n    .btn-secondary.on-dark-kit {\n    display: block;\n    width: 100%;\n    text-align: center;\n    margin-left: 0;\n    margin-top: 12px;\n    padding: 18px 24px;\n    font-size: 10px;\n}\n.btn-primary { margin-top: 0; }\n\n.about-cta-row {\n    flex-direction: column;\n    align-items: stretch;\n}\n.about-cta-row .btn-primary,\n.about-cta-row .btn-secondary.on-dark-kit {\n    display: block;\n    width: 100%;\n    text-align: center;\n    margin-left: 0;\n    margin-top: 12px;\n}\n.about-cta-row .btn-primary { margin-top: 0; }\n.hero-body { font-size: 14px; }\n.services-intro { font-size: 20px; }\n.service-card p { font-size: 13px; }\n.campaign-desc p { font-size: 13px; }\n.about-section p { font-size: 13.5px; }\n.platforms-grid {\n    grid-template-columns: repeat(2, 1fr);\n}\n.platform-cell {\n    border-right: 1px solid var(--rule-dark);\n    border-bottom: 1px solid var(--rule-dark);\n    padding: 22px 16px;\n}\n.platform-cell:nth-child(2n) { border-right: none; }\n.platform-cell:nth-child(5) {\n    grid-column: 1 \/ -1;\n    border-right: none;\n    border-bottom: none;\n}\n.platform-cell:nth-child(3),\n.platform-cell:nth-child(4) { border-bottom: none; }\n.platform-metric { font-size: 26px; }\n.platform-name { font-size: 8px; }\n\n  }\n<\/style>\n<\/head>\n<body>\n\n<!-- NAV -->\n<nav>\n  <span class=\"nav-brand\">Next Stop Adventures &nbsp;\/&nbsp; <span>Media Portfolio<\/span><\/span>\n  <a href=\"mailto:travel@nextstopadventures.com?subject=Media%20Partnership\" class=\"nav-cta\">Work With Me<\/a>\n<\/nav>\n\n<!-- HERO -->\n<section class=\"hero\">\n  <div class=\"hero-bg-word\">Discover<\/div>\n  <div class=\"hero-inner\">\n    <div>\n      <p class=\"hero-eyebrow\">Travel Media Creator &amp; Certified Travel Advisor<\/p>\n      <h1>Your destination<br>has a story<br><em>I find the travelers<br>who want to hear it<\/em><\/h1>\n      <p class=\"hero-body\">\n        Tourism boards and DMOs invest in marketing that reaches the right audience at the right moment. I create content for the travelers who go deeper; the <strong>curious, experience-driven visitors<\/strong> who research before they book, who choose a destination because of a story they found, and who stay longer because someone made it feel worth the trip.\n        <br><br>\n        Through long-form blog content, social media campaigns, and video storytelling across five platforms, I introduce your destination to an audience that is <strong>already looking for exactly what you offer<\/strong>, they just haven&#8217;t found you yet.\n      <\/p>\n      <div>\n        <a href=\"mailto:travel@nextstopadventures.com?subject=Media%20Partnership\" class=\"btn-primary\">Work With Me<\/a>\n        <a href=\"https:\/\/nextstopadventures.com\" class=\"btn-secondary\">View Blog<\/a>\n      <\/div>\n    <\/div>\n    <div class=\"hero-stats\">\n      <div class=\"hero-stat\">\n        <div class=\"hero-stat-num\">5.5k+<\/div>\n        <div class=\"hero-stat-label\">TikTok Followers<\/div>\n      <\/div>\n      <div class=\"hero-stat\">\n        <div class=\"hero-stat-num\">1.2k+<\/div>\n        <div class=\"hero-stat-label\">Instagram Followers<\/div>\n      <\/div>\n      <div class=\"hero-stat\">\n        <div class=\"hero-stat-num\">15k+\n        <div class=\"hero-stat-label\">Monthly Blog Sessions<\/div>\n      <\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<main>\n\n  <!-- WHAT I DO -->\n  <section class=\"services-section\">\n    <div class=\"section-header\">\n      <span class=\"section-title\">What I Do<\/span>\n    <\/div>\n    <p class=\"services-intro\">I turn a destination into a reason to visit, through content that is honest, searchable, and built for the traveler who is already planning their next trip.<\/p>\n    <div class=\"services-grid\">\n\n      <div class=\"service-card\">\n        <div class=\"service-icon\">Photography<\/div>\n        <h3>Destination Photography<\/h3>\n        <p>On-location photography that captures the true character of a destination, not the postcard version, but the real, layered, atmospheric images that make someone stop scrolling and start planning. Delivered ready for editorial, social, and print use.<\/p>\n      <\/div>\n\n      <div class=\"service-card\">\n        <div class=\"service-icon\">Strategy<\/div>\n        <h3>Strategic Content Creation<\/h3>\n        <p>Content built to appeal to the high-value traveler segment your destination most wants to attract &#8211; outdoor enthusiasts, history seekers, cultural explorers, and experience-driven visitors who plan intentionally, spend meaningfully, and tell people where they&#8217;ve been. Every piece is designed to make a compelling case for why your destination belongs on their itinerary, not just their wishlist.<\/p>\n      <\/div>\n\n      <div class=\"service-card\">\n        <div class=\"service-icon\">Blog \/ SEO<\/div>\n        <h3>Long-Form Blog Content<\/h3>\n        <p>Search-optimized, long-form articles that put your destination in front of travelers at the exact moment they are researching where to go. Written to rank, written to convert, and written to hold up over time, not trend-chasing content that disappears in 48 hours.<\/p>\n      <\/div>\n\n      <div class=\"service-card\">\n        <div class=\"service-icon\">Social<\/div>\n        <h3>Social Media Campaigns<\/h3>\n        <p>Multi-platform campaigns across TikTok, Instagram, and Facebook tailored to each platform&#8217;s native format and audience behavior. From short-form video to carousels to long-caption storytelling, designed to extend your destination&#8217;s reach into audiences that traditional DMO advertising often misses entirely.<\/p>\n      <\/div>\n\n      <div class=\"service-card\">\n        <div class=\"service-icon\">Video<\/div>\n        <h3>Video Content<\/h3>\n        <p>Short-form video built for TikTok, Instagram Reels, and YouTube Shorts, storytelling-first, algorithm-aware, and engineered around the discovery formula that drives real engagement. My highest-performing videos consistently combine historical context, a then-vs-now angle, and a specific reason your destination matters right now.<\/p>\n      <\/div>\n\n      <div class=\"service-card\">\n        <div class=\"service-icon\">Advisory<\/div>\n        <h3>Travel Advisory &amp; Itinerary Content<\/h3>\n        <p>As a certified travel advisor, I build itinerary-based content that goes beyond inspiration and that tells travelers exactly how to visit your destination, what to see, how long to stay, and why it is worth the trip. Content that turns passive interest into actual bookings.<\/p>\n      <\/div>\n\n    <\/div>\n  <\/section>\n\n  <!-- CREDENTIALS -->\n  <div class=\"creds-banner\">\n    <span class=\"creds-label\">Credentials<\/span>\n    <div class=\"creds-divider\"><\/div>\n    <span class=\"cred-pill\">Certified Travel Advisor<\/span>\n    <span class=\"cred-pill\">Puerto Rico Destination Specialist<\/span>\n    <span class=\"cred-pill\">Cruise Lines International Association Member<\/span>\n    <span class=\"cred-pill\">Canyon Spirit Trail Journeys Specialist<\/span>\n  <\/div>\n\n  <!-- CAMPAIGNS -->\n  <section class=\"campaigns-section\" id=\"campaigns\">\n    <div class=\"section-header\">\n      <span class=\"section-title\">Destination Campaigns<\/span>\n    <\/div>\n    <div class=\"campaigns\">\n\n      <div class=\"campaign-card\">\n        <div class=\"campaign-inner\">\n          <div class=\"campaign-sidebar\">\n            <div class=\"campaign-num\">01<\/div>\n            <div>\n              <div class=\"campaign-location\">Wakulla Springs<\/div>\n              <div class=\"campaign-region\">Florida \u2014 Panhandle Region<\/div>\n              <div class=\"campaign-badge\">Hosted Partnership<\/div>\n            <\/div>\n          <\/div>\n          <div class=\"campaign-body\">\n            <div class=\"campaign-meta\">\n              <span class=\"meta-chip\">3-Day Hosted Trip<\/span>\n              <span class=\"meta-chip\">Outdoor &amp; Nature<\/span>\n              <span class=\"meta-chip\">Florida<\/span>\n            <\/div>\n            <div class=\"campaign-desc\">\n              <h3>One of Florida&#8217;s Last Wild Springs Explored in Full<\/h3>\n              <p>A three-day hosted trip to the Wakulla Springs region of Florida&#8217;s Panhandle, spotlighting the destination&#8217;s remarkable natural heritage and outdoor recreation. Content focused on making the case for Wakulla as a worthy detour for travelers who think they&#8217;ve already seen Florida, one of the oldest and largest freshwater springs in the world, framed through a discovery-forward lens. Coverage included a variety of key experiences including wildlife boat tours, the historic Wakulla Springs Lodge, and the region&#8217;s broader appeal for nature-focused travelers and families.<\/p>\n            <\/div>\n            <div class=\"deliverables\">\n              <div class=\"deliverables-title\">Deliverables<\/div>\n              <div class=\"deliverable-list\">\n                <span class=\"deliverable-pill\">Blog Post<\/span>\n                <span class=\"deliverable-pill\">TikTok Video<\/span>\n                <span class=\"deliverable-pill\">Instagram Reel<\/span>\n                <span class=\"deliverable-pill\">Instagram Static Posts<\/span>\n              <\/div>\n            <\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n\n      <div class=\"campaign-card\">\n        <div class=\"campaign-inner\">\n          <div class=\"campaign-sidebar\">\n            <div class=\"campaign-num\">02<\/div>\n            <div>\n              <div class=\"campaign-location\">Kansas City, Kansas<\/div>\n              <div class=\"campaign-region\">Kansas \u2014 Visit KCK<\/div>\n              <div class=\"campaign-badge\">Hosted Partnership<\/div>\n            <\/div>\n          <\/div>\n          <div class=\"campaign-body\">\n            <div class=\"campaign-meta\">\n              <span class=\"meta-chip\">5-Day Hosted Trip<\/span>\n              <span class=\"meta-chip\">Hidden Gems<\/span>\n              <span class=\"meta-chip\">History &amp; Outdoors<\/span>\n            <\/div>\n            <div class=\"campaign-desc\">\n              <h3>The Other Kansas City: Where Outdoor Enthusiasts and History Buffs Go<\/h3>\n              <p>A five-day hosted immersion into Kansas City, Kansas \u2014 specifically the side of KCK that rarely makes the travel listicles. Coverage targeted two overlapping audiences: outdoor enthusiasts and history buffs, with content designed to reframe the destination for travelers who may have overlooked it in favor of its Missouri neighbor. Itinerary highlights included local landmarks, outdoor experiences, historic sites and cultural stops, along with the hidden gem dining and neighborhoods that define the authentic KCK experience. \n            <\/div>\n            <div class=\"deliverables\">\n              <div class=\"deliverables-title\">Deliverables<\/div>\n              <div class=\"deliverable-list\">\n                <span class=\"deliverable-pill\">Blog Post<\/span>\n                <span class=\"deliverable-pill\">TikTok Series<\/span>\n                <span class=\"deliverable-pill\">Instagram Reels<\/span>\n                <span class=\"deliverable-pill\">Instagram Carousels<\/span>\n              <\/div>\n            <\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n\n      <div class=\"campaign-card\">\n        <div class=\"campaign-inner\">\n          <div class=\"campaign-sidebar\">\n            <div class=\"campaign-num\">03<\/div>\n            <div>\n              <div class=\"campaign-location\">Donegal, Ireland<\/div>\n              <div class=\"campaign-region\">Northwest Ireland<\/div>\n              <div class=\"campaign-badge\">Hosted Partnership<\/div>\n            <\/div>\n          <\/div>\n          <div class=\"campaign-body\">\n            <div class=\"campaign-meta\">\n              <span class=\"meta-chip\">Hosted Visit<\/span>\n              <span class=\"meta-chip\">Cultural &amp; Spiritual<\/span>\n              <span class=\"meta-chip\">Slow Travel<\/span>\n            <\/div>\n            <div class=\"campaign-desc\">\n              <h3>Lough Derg and the Case for Donegal as a Pilgrimage Itinerary Add<\/h3>\n              <p>A hosted visit to Donegal centered on Lough Derg, one of Ireland&#8217;s most ancient and enduring pilgrimage sites, drawing visitors for over 1,500 years. Content made the case for Donegal as a meaningful itinerary addition for travelers seeking authentic Irish experiences beyond the well-worn tourist trail. Coverage positioned Lough Derg not only for spiritually-minded travelers but for culturally curious visitors drawn to living traditions, remote landscapes, and experiences that require intention. The resulting content framed Donegal as one of Ireland&#8217;s most underrated slow travel regions, paired with a practical itinerary framework for folding the region into a broader Ireland trip.<\/p>\n            <\/div>\n            <div class=\"deliverables\">\n              <div class=\"deliverables-title\">Deliverables<\/div>\n              <div class=\"deliverable-list\">\n                <span class=\"deliverable-pill\">Long-Form Blog Feature<\/span>\n                <span class=\"deliverable-pill\">TikTok Video<\/span>\n                <span class=\"deliverable-pill\">Instagram Reel<\/span>\n                <span class=\"deliverable-pill\">Itinerary Content<\/span>\n              <\/div>\n            <\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n\n    <\/div>\n  <\/section>\n\n  <!-- PLATFORMS -->\n  <section class=\"platforms-section\">\n    <div class=\"section-header\">\n      <span class=\"section-title\">Platform Presence<\/span>\n    <\/div>\n    <div class=\"platforms-grid\">\n      <div class=\"platform-cell\">\n        <div class=\"platform-name\">TikTok<\/div>\n        <div class=\"platform-metric\">5.5k+<\/div>\n        <div class=\"platform-sub\">followers<\/div>\n      <\/div>\n      <div class=\"platform-cell\">\n        <div class=\"platform-name\">Instagram<\/div>\n        <div class=\"platform-metric\">1.2k+<\/div>\n        <div class=\"platform-sub\">followers<\/div>\n      <\/div>\n      <div class=\"platform-cell\">\n        <div class=\"platform-name\">Facebook<\/div>\n        <div class=\"platform-metric\">1.2k+<\/div>\n        <div class=\"platform-sub\">page followers<\/div>\n      <\/div>\n      <div class=\"platform-cell\">\n        <div class=\"platform-name\">YouTube Views<\/div>\n        <div class=\"platform-metric\">15k+<\/div>\n        <div class=\"platform-sub\">subscribers<\/div>\n      <\/div>\n      <div class=\"platform-cell\">\n        <div class=\"platform-name\">Blog<\/div>\n        <div class=\"platform-metric\">15k+<\/div>\n        <div class=\"platform-sub\">monthly sessions<\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- CONTENT SPECIALIZATION -->\n  <section class=\"niche-section\">\n    <div class=\"section-header\">\n      <span class=\"section-title\">Content Specialization<\/span>\n    <\/div>\n    <div class=\"niche-tags\">\n      <span class=\"niche-tag primary\">Slow Travel<\/span>\n      <span class=\"niche-tag primary\">Southern U.S.<\/span>\n      <span class=\"niche-tag primary\">Hidden Gems<\/span>\n      <span class=\"niche-tag primary\">Authentic Cultural Travel<\/span>\n      <span class=\"niche-tag\">Abandoned &amp; Historic Sites<\/span>\n      <span class=\"niche-tag\">Dying Railroad Towns<\/span>\n      <span class=\"niche-tag\">Outdoor &amp; Nature<\/span>\n      <span class=\"niche-tag\">Southern Europe<\/span>\n      <span class=\"niche-tag\">Georgia, U.S.<\/span>\n      <span class=\"niche-tag\">Florida, U.S.<\/span>\n      <span class=\"niche-tag\">Ireland<\/span>\n      <span class=\"niche-tag\">Caribbean<\/span>\n      <span class=\"niche-tag\">Cruise Destinations<\/span>\n    <\/div>\n  <\/section>\n\n<\/main>\n\n<!-- ABOUT ME -->\n<section class=\"about-section\">\n  <div class=\"about-bg-initial\">Y<\/div>\n  <div class=\"about-inner\">\n    <div>\n      <p class=\"about-eyebrow\">About Yanitza<\/p>\n      <h2>The travel creator<br>tourism boards<br><em>actually want.<\/em><\/h2>\n      <p>I&#8217;m Yanitza &#8211; a travel media strategist &#038; creator, certified travel advisor, and the voice behind Next Stop Adventures. Based in the Appalachian Foothills in North Georgia, I&#8217;ve been creating travel content since 2019, covering destinations that most travel media never touch: the overlooked, the historically significant, the places that reward travelers who are willing to look a little closer.<\/p>\n      <p>My audience doesn&#8217;t want the filtered version of a place. They want the <strong>history, the context, the honest take<\/strong>; the kind of content that makes them feel like they actually know a destination before they arrive. That is the audience that takes longer trips, spends more intentionally, comes back a second time, and brings people with them.<\/p>\n      <p>I work with tourism boards and destination marketing organizations to create the content that brings that traveler to you, through SEO-driven blog articles, multi-platform social campaigns, and video storytelling built specifically for discovery. Every piece of content I produce is designed to earn real attention and <strong>convert it into actual visitation<\/strong>.<\/p>\n      <div class=\"about-cta-row\">\n        <a href=\"mailto:travel@nextstopadventures.com?subject=Media%20Partnership\" class=\"btn-primary\">Work With Me<\/a>\n        <a href=\"https:\/\/nextstopadventures.com\/wp-content\/uploads\/2026\/03\/Media-Kit-Next-Stop-Adventures.pdf\" class=\"btn-secondary on-dark-kit\">Download Media Kit<\/a>\n      <\/div>\n    <\/div>\n    <div>\n      <div class=\"sidebar-block\">\n        <div class=\"sidebar-block-label\">What I bring to a partnership<\/div>\n        <ul>\n          <li>A track record of hosted destination campaigns from Florida to Ireland<\/li>\n          <li>A niche audience actively seeking off-the-beaten-path experiences<\/li>\n          <li>Content that outlives the campaign \u2014 blog posts rank for years<\/li>\n          <li>Both creator and certified advisor perspective: content that inspires and converts<\/li>\n          <li>Multi-platform amplification built into every campaign<\/li>\n        <\/ul>\n      <\/div>\n      <div class=\"sidebar-block\">\n        <div class=\"sidebar-block-label\">Ideal for<\/div>\n        <ul>\n          <li>Destinations with a strong history or cultural story to tell<\/li>\n          <li>Tourism boards targeting experience-driven, independent travelers<\/li>\n          <li>DMOs looking to reach audiences beyond mainstream travel media<\/li>\n          <li>Destinations wanting to highlight outdoor experiences<\/li>\n          <li>International destinations with authentic cultural programming<\/li>\n        <\/ul>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<\/body>\n<\/html>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Yanitza \u2014 Travel Media Portfolio | Next Stop Adventures Next Stop Adventures &nbsp;\/&nbsp; Media Portfolio Work With Me Discover Travel Media Creator &amp; Certified Travel Advisor Your destinationhas a storyI find the travelerswho want to hear it Tourism boards and DMOs invest in marketing that reaches the right audience at the right moment. I create &#8230; <\/p>\n<p class=\"read-more-container\"><a title=\"Portfolio | Travel Media Creator for Tourism Boards\" class=\"read-more button\" href=\"https:\/\/nextstopadventures.com\/portfolio-travel-media-creator#more-16899\" aria-label=\"Read more about Portfolio | Travel Media Creator for Tourism Boards\">Read more<\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"cos_headline_score":0,"cos_seo_score":0,"cos_headline_text":"Portfolio | Travel Media Creator for Tourism Boards","cos_headline_has_been_analyzed":false,"cos_last_analyzed_headline":[],"_uag_custom_page_level_css":"","footnotes":""},"class_list":["post-16899","page","type-page","status-publish"],"uagb_featured_image_src":{"full":false,"thumbnail":false,"medium":false,"medium_large":false,"large":false,"1536x1536":false,"2048x2048":false},"uagb_author_info":{"display_name":"Yanitza Ninett","author_link":"https:\/\/nextstopadventures.com\/author\/nextstop\/"},"uagb_comment_info":0,"uagb_excerpt":"Yanitza \u2014 Travel Media Portfolio | Next Stop Adventures Next Stop Adventures &nbsp;\/&nbsp; Media Portfolio Work With Me Discover Travel Media Creator &amp; Certified Travel Advisor Your destinationhas a storyI find the travelerswho want to hear it Tourism boards and DMOs invest in marketing that reaches the right audience at the right moment. I create&hellip;","_links":{"self":[{"href":"https:\/\/nextstopadventures.com\/wp-json\/wp\/v2\/pages\/16899","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/nextstopadventures.com\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/nextstopadventures.com\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/nextstopadventures.com\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/nextstopadventures.com\/wp-json\/wp\/v2\/comments?post=16899"}],"version-history":[{"count":7,"href":"https:\/\/nextstopadventures.com\/wp-json\/wp\/v2\/pages\/16899\/revisions"}],"predecessor-version":[{"id":16910,"href":"https:\/\/nextstopadventures.com\/wp-json\/wp\/v2\/pages\/16899\/revisions\/16910"}],"wp:attachment":[{"href":"https:\/\/nextstopadventures.com\/wp-json\/wp\/v2\/media?parent=16899"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}