{"id":83,"date":"2025-12-14T00:54:47","date_gmt":"2025-12-14T00:54:47","guid":{"rendered":"http:\/\/yebbo.com\/2013\/?page_id=83"},"modified":"2025-12-14T00:54:47","modified_gmt":"2025-12-14T00:54:47","slug":"welcome","status":"publish","type":"page","link":"https:\/\/yebbo.com\/2013\/","title":{"rendered":"Welcome"},"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\" \/>\n\n  <title>Yebbo.com | Global Travel, Notary, Live Scan, Translation &#038; Tax Services in San Diego<\/title>\n\n  <meta name=\"description\" content=\"One-stop global service platform in San Diego: discounted airline tickets, passport\/visa support, notary public, Live Scan fingerprinting, certified translation, and tax preparation services since 1999.\" \/>\n  <meta name=\"robots\" content=\"index,follow\" \/>\n  <link rel=\"canonical\" href=\"https:\/\/yebbo.com\" \/>\n\n  <!-- Open Graph -->\n  <meta property=\"og:title\" content=\"Yebbo.com | Global Services Since 1999\" \/>\n  <meta property=\"og:description\" content=\"Travel, Notary, Live Scan, Translation &#038; Tax Services in San Diego - Your trusted partner for essential global services.\" \/>\n  <meta property=\"og:type\" content=\"website\" \/>\n  <meta property=\"og:url\" content=\"https:\/\/yebbo.com\" \/>\n  <meta property=\"og:site_name\" content=\"Yebbo.com\" \/>\n\n  <!-- JSON-LD: Organization \/ LocalBusiness -->\n  <script type=\"application\/ld+json\">\n  {\n    \"@context\":\"https:\/\/schema.org\",\n    \"@type\":[\"Organization\",\"LocalBusiness\"],\n    \"name\":\"Yebbo.com\",\n    \"url\":\"https:\/\/yebbo.com\",\n    \"telephone\":\"+1-619-255-5530\",\n    \"address\":{\n      \"@type\":\"PostalAddress\",\n      \"streetAddress\":\"4265 Fairmount Ave #240\",\n      \"addressLocality\":\"San Diego\",\n      \"addressRegion\":\"CA\",\n      \"postalCode\":\"92105\",\n      \"addressCountry\":\"US\"\n    },\n    \"foundingDate\":\"1999\",\n    \"description\":\"Yebbo.com provides global travel services, notary public, Live Scan fingerprinting, apostille\/document authentication, DHL shipping, printing\/copy\/scan\/mail services, certified & sworn translation, interpretation, media localization, tax preparation, and engineering\/software globalization services.\",\n    \"sameAs\":[\n      \"https:\/\/yebbo.com\",\n      \"https:\/\/yebbotravel.com\",\n      \"https:\/\/yebbotax.com\",\n      \"https:\/\/ethiotrans.com\",\n      \"https:\/\/sandiegopassportphoto.com\"\n    ]\n  }\n  <\/script>\n\n  <style>\n    :root {\n      --bg: #f9f5f3; \/* Light cream background *\/\n      --bg-gradient: linear-gradient(135deg, #fdfcfb 0%, #f9f5f3 35%, #f5efe9 100%);\n      --card: rgba(255, 255, 255, 0.9);\n      --text: #2c1810; \/* Dark brown for excellent contrast *\/\n      --muted: #5c4a3c; \/* Medium brown for secondary text *\/\n      --accent: #9d2b3e; \/* Burgundy accent *\/\n      --accent2: #b34156; \/* Medium burgundy *\/\n      --accent3: #7a1f2e; \/* Dark burgundy *\/\n      --warn: #d17a38; \/* Warm orange instead of gold *\/\n      --light: #ffffff;\n      --shadow: 0 10px 30px rgba(0, 0, 0, 0.08);\n      --shadow-hover: 0 20px 40px rgba(0, 0, 0, 0.12);\n      --radius: 16px;\n      --max: 1200px;\n      --font-main: 'Inter', system-ui, -apple-system, sans-serif;\n      --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);\n      --gradient-primary: linear-gradient(135deg, #9d2b3e, #7a1f2e);\n    }\n\n    @import url('https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@300;400;500;600;700;800&display=swap');\n\n    * { \n      box-sizing: border-box; \n      margin: 0; \n      padding: 0; \n    }\n    \n    html, body { \n      height: 100%; \n      scroll-behavior: smooth; \n    }\n    \n    body {\n      font-family: var(--font-main);\n      color: var(--text);\n      background: var(--bg-gradient);\n      line-height: 1.7;\n      overflow-x: hidden;\n    }\n\n    \/* Header *\/\n    .topbar {\n      position: sticky; \n      top: 0; \n      z-index: 1000;\n      backdrop-filter: blur(10px); \n      background: rgba(249, 245, 243, 0.92);\n      border-bottom: 1px solid rgba(157, 43, 62, 0.15);\n      padding: 0;\n      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);\n    }\n    \n    .topbar-inner {\n      max-width: var(--max); \n      margin: 0 auto; \n      padding: 20px 24px;\n      display: flex; \n      align-items: center; \n      justify-content: space-between;\n    }\n    \n    .brand { \n      display: flex; \n      align-items: center; \n      gap: 16px; \n    }\n    \n    .logo {\n      width: 52px; \n      height: 52px; \n      border-radius: 14px;\n      background: var(--gradient-primary); \n      color: white;\n      font-weight: 800; \n      font-size: 22px; \n      display: flex;\n      align-items: center; \n      justify-content: center;\n      box-shadow: 0 8px 25px rgba(157, 43, 62, 0.2);\n      border: 2px solid white;\n    }\n    \n    .brand-text h1 { \n      font-size: 22px; \n      margin: 0; \n      font-weight: 800; \n      color: var(--text);\n    }\n    \n    .brand-text p { \n      margin: 6px 0 0; \n      font-size: 14px; \n      color: var(--muted); \n      font-weight: 500; \n    }\n\n    \/* Hero *\/\n    .hero {\n      min-height: 80vh; \n      display: flex; \n      align-items: center;\n      padding: 60px 24px; \n      position: relative; \n      overflow: hidden;\n      background: linear-gradient(135deg, rgba(249, 245, 243, 0.95) 0%, rgba(245, 239, 233, 0.9) 100%);\n    }\n    \n    .hero::before {\n      content: ''; \n      position: absolute; \n      inset: 0;\n      background: radial-gradient(circle at 20% 30%, rgba(157, 43, 62, 0.08) 0%, transparent 60%),\n                  radial-gradient(circle at 80% 70%, rgba(209, 122, 56, 0.06) 0%, transparent 60%);\n      z-index: -1;\n    }\n    \n    .hero-content {\n      max-width: var(--max); \n      margin: 0 auto; \n      width: 100%;\n      text-align: center;\n    }\n    \n    .hero h1 {\n      font-size: clamp(42px, 5vw, 64px); \n      line-height: 1.1;\n      margin-bottom: 28px; \n      font-weight: 800;\n      color: var(--text);\n    }\n    \n    .hero-subtitle {\n      font-size: clamp(22px, 3vw, 30px); \n      color: var(--accent);\n      margin-bottom: 36px; \n      font-weight: 600;\n    }\n    \n    .hero p {\n      font-size: 20px; \n      max-width: 800px; \n      margin: 0 auto 48px;\n      color: var(--muted);\n      line-height: 1.8;\n    }\n\n    \/* Services Grid *\/\n    .services-grid {\n      max-width: var(--max); \n      margin: 80px auto; \n      padding: 0 24px;\n      display: grid; \n      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n      gap: 32px;\n    }\n    \n    .service-card {\n      background: var(--card); \n      border-radius: var(--radius);\n      border: 1px solid rgba(157, 43, 62, 0.15); \n      padding: 36px 32px;\n      transition: var(--transition); \n      text-align: center;\n      box-shadow: var(--shadow);\n    }\n    \n    .service-card:hover {\n      transform: translateY(-10px); \n      border-color: rgba(157, 43, 62, 0.3);\n      box-shadow: var(--shadow-hover);\n    }\n    \n    .service-icon {\n      font-size: 52px; \n      margin-bottom: 24px; \n      display: block;\n    }\n    \n    .service-card h3 { \n      font-size: 24px; \n      margin-bottom: 18px; \n      color: var(--text);\n    }\n    \n    .service-card p { \n      color: var(--muted); \n      margin-bottom: 28px; \n      line-height: 1.7;\n    }\n\n    \/* CTAs *\/\n    .cta-row {\n      display: flex; \n      gap: 20px; \n      justify-content: center; \n      flex-wrap: wrap;\n      margin: 48px 0;\n    }\n    \n    .btn {\n      padding: 18px 36px; \n      border-radius: 14px; \n      border: none;\n      font-weight: 700; \n      font-size: 17px; \n      cursor: pointer;\n      transition: var(--transition); \n      display: inline-flex;\n      align-items: center; \n      justify-content: center; \n      gap: 12px;\n      text-decoration: none;\n      font-family: var(--font-main);\n    }\n    \n    .btn-primary {\n      background: var(--gradient-primary); \n      color: white;\n      box-shadow: 0 15px 40px rgba(157, 43, 62, 0.25);\n    }\n    \n    .btn-primary:hover {\n      transform: translateY(-4px) scale(1.03);\n      box-shadow: 0 20px 50px rgba(157, 43, 62, 0.35);\n    }\n    \n    .btn-secondary {\n      background: white; \n      color: var(--accent);\n      border: 2px solid rgba(157, 43, 62, 0.25);\n      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);\n    }\n    \n    .btn-secondary:hover {\n      background: rgba(157, 43, 62, 0.05); \n      transform: translateY(-4px);\n      border-color: rgba(157, 43, 62, 0.4);\n      box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);\n    }\n\n    \/* Lead Capture *\/\n    .lead-section {\n      max-width: var(--max); \n      margin: 100px auto; \n      padding: 70px 40px;\n      background: white; \n      border-radius: var(--radius);\n      border: 1px solid rgba(157, 43, 62, 0.2); \n      text-align: center;\n      box-shadow: var(--shadow);\n    }\n    \n    .lead-section h2 { \n      font-size: 38px; \n      margin-bottom: 20px; \n      color: var(--text);\n    }\n    \n    .lead-section p { \n      font-size: 19px; \n      margin-bottom: 48px; \n      max-width: 650px; \n      margin-left: auto; \n      margin-right: auto; \n      color: var(--muted);\n    }\n    \n    .lead-form {\n      max-width: 600px; \n      margin: 0 auto; \n      display: flex; \n      gap: 16px;\n      flex-wrap: wrap; \n      justify-content: center;\n    }\n    \n    .form-input {\n      flex: 1; \n      min-width: 280px; \n      padding: 18px 20px; \n      border-radius: 12px;\n      border: 1px solid rgba(157, 43, 62, 0.25); \n      background: rgba(249, 245, 243, 0.8);\n      color: var(--text); \n      font-size: 16px;\n      font-family: var(--font-main);\n      transition: var(--transition);\n    }\n    \n    .form-input:focus { \n      outline: none; \n      border-color: var(--accent); \n      background: white;\n      box-shadow: 0 0 0 3px rgba(157, 43, 62, 0.1);\n    }\n\n    \/* Testimonials *\/\n    .testimonials {\n      max-width: var(--max); \n      margin: 100px auto; \n      padding: 0 24px;\n    }\n    \n    .testimonial-grid {\n      display: grid; \n      grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));\n      gap: 32px; \n      margin-top: 48px;\n    }\n    \n    .testimonial-card {\n      background: white; \n      padding: 36px 32px;\n      border-radius: var(--radius); \n      border: 1px solid rgba(157, 43, 62, 0.15);\n      box-shadow: var(--shadow);\n    }\n    \n    .testimonial-text { \n      font-style: italic; \n      margin-bottom: 24px; \n      color: var(--muted);\n      line-height: 1.8;\n      font-size: 17px;\n    }\n    \n    .testimonial-author { \n      font-weight: 600; \n      color: var(--accent); \n      font-size: 16px;\n    }\n\n    \/* Why Choose Us *\/\n    .benefits {\n      max-width: var(--max); \n      margin: 100px auto; \n      padding: 0 24px;\n    }\n    \n    .benefits-grid {\n      display: grid; \n      grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));\n      gap: 36px; \n      margin-top: 48px;\n    }\n    \n    .benefit-item {\n      text-align: center; \n      padding: 32px 24px;\n      background: white; \n      border-radius: var(--radius);\n      border: 1px solid rgba(157, 43, 62, 0.1);\n      box-shadow: var(--shadow);\n    }\n    \n    .benefit-icon { \n      font-size: 44px; \n      margin-bottom: 24px; \n      display: block; \n    }\n    \n    .benefit-item h4 { \n      font-size: 22px; \n      margin-bottom: 16px; \n      color: var(--text);\n    }\n    \n    .benefit-item p { \n      color: var(--muted); \n      line-height: 1.7;\n    }\n\n    \/* Footer *\/\n    .footer {\n      margin-top: 100px; \n      padding: 70px 24px; \n      background: rgba(44, 24, 16, 0.03);\n      border-top: 1px solid rgba(157, 43, 62, 0.15);\n    }\n    \n    .footer-content {\n      max-width: var(--max); \n      margin: 0 auto;\n      display: grid; \n      grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));\n      gap: 48px;\n    }\n    \n    .footer-links h4 { \n      margin-bottom: 24px; \n      color: var(--accent); \n      font-size: 18px;\n    }\n    \n    .footer-links a { \n      display: block; \n      margin-bottom: 12px; \n      color: var(--muted); \n      text-decoration: none;\n      transition: var(--transition);\n    }\n    \n    .footer-links a:hover { \n      color: var(--accent); \n      transform: translateX(5px);\n    }\n\n    \/* Responsive *\/\n    @media (max-width: 768px) {\n      .hero { \n        padding: 40px 20px; \n        min-height: auto; \n      }\n      \n      .hero h1 { \n        font-size: 36px; \n      }\n      \n      .hero-subtitle { \n        font-size: 22px; \n      }\n      \n      .cta-row { \n        flex-direction: column; \n        align-items: center; \n        gap: 16px;\n      }\n      \n      .btn { \n        width: 100%; \n        max-width: 320px; \n        padding: 16px 28px;\n      }\n      \n      .lead-form { \n        flex-direction: column; \n      }\n      \n      .form-input { \n        min-width: 100%; \n      }\n      \n      .services-grid {\n        grid-template-columns: 1fr;\n        gap: 24px;\n        padding: 0 16px;\n      }\n      \n      .lead-section {\n        padding: 40px 24px;\n        margin: 60px auto;\n      }\n    }\n\n    \/* Utility *\/\n    .highlight { \n      color: var(--accent); \n      font-weight: 700;\n    }\n    \n    .center { \n      text-align: center; \n    }\n    \n    .mb-4 { \n      margin-bottom: 24px; \n    }\n    \n    .mb-8 { \n      margin-bottom: 48px; \n    }\n    \n    .text-large { \n      font-size: 20px; \n    }\n    \n    .text-muted { \n      color: var(--muted); \n    }\n    \n    .section-title {\n      font-size: 36px;\n      color: var(--text);\n      margin-bottom: 20px;\n      font-weight: 800;\n    }\n    \n    .section-subtitle {\n      font-size: 18px;\n      color: var(--muted);\n      max-width: 700px;\n      margin: 0 auto 48px;\n    }\n  <\/style>\n<\/head>\n<body>\n  <!-- Header -->\n  <header class=\"topbar\">\n    <div class=\"topbar-inner\">\n      <a class=\"brand\" href=\"https:\/\/yebbo.com\">\n        <div class=\"logo\">Y<\/div>\n        <div class=\"brand-text\">\n          <h1>Yebbo.com<\/h1>\n          <p>Global Services \u2022 Since 1999<\/p>\n        <\/div>\n      <\/a>\n      <a href=\"tel:+16192555530\" class=\"btn btn-secondary\">\n        ? (619) 255-5530\n      <\/a>\n    <\/div>\n  <\/header>\n\n  <!-- Hero Section -->\n  <section class=\"hero\">\n    <div class=\"hero-content\">\n      <h1>Your Trusted Partner for <span class=\"highlight\">Global Services<\/span> in San Diego<\/h1>\n      <div class=\"hero-subtitle\">One Platform. Multiple Solutions. Since 1999.<\/div>\n      <p class=\"text-large\">\n        From travel bookings and passport photos to notary services, certified translations, \n        and professional tax preparation \u2013 we handle your essential services with precision \n        and compliance.\n      <\/p>\n      \n      <div class=\"cta-row\">\n        <a href=\"#services\" class=\"btn btn-primary\">\n          \u2728 Explore Our Services\n        <\/a>\n        <a href=\"tel:+16192555530\" class=\"btn btn-secondary\">\n          ? Call Now: (619) 255-5530\n        <\/a>\n        <a href=\"#lead-form\" class=\"btn btn-secondary\">\n          \u2709\ufe0f Get Free Consultation\n        <\/a>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- Services Grid -->\n  <section id=\"services\" class=\"center mb-8\">\n    <div class=\"hero-content\">\n      <h2 class=\"section-title\">Comprehensive Services for Your Global Needs<\/h2>\n      <p class=\"section-subtitle\">Choose from our wide range of professional services, each designed to meet specific requirements with accuracy and efficiency.<\/p>\n      \n      <div class=\"services-grid\">\n        <!-- Travel Services -->\n        <div class=\"service-card\">\n          <span class=\"service-icon\">\u2708\ufe0f<\/span>\n          <h3>Travel &#038; Airline Tickets<\/h3>\n          <p>Discounted flights, negotiated fares, and travel planning for domestic and international destinations.<\/p>\n          <a href=\"https:\/\/yebbotravel.com\" class=\"btn btn-secondary\" style=\"width: 100%;\">Visit YebboTravel.com<\/a>\n        <\/div>\n\n        <!-- Tax Services -->\n        <div class=\"service-card\">\n          <span class=\"service-icon\">?<\/span>\n          <h3>Tax Preparation<\/h3>\n          <p>IRS-approved e-File provider, CTEC-approved tax preparer with comprehensive tax services for individuals and businesses.<\/p>\n          <a href=\"https:\/\/yebbotax.com\" class=\"btn btn-secondary\" style=\"width: 100%;\">Visit YebboTax.com<\/a>\n        <\/div>\n\n        <!-- Passport & Visa -->\n        <div class=\"service-card\">\n          <span class=\"service-icon\">?<\/span>\n          <h3>Passport &#038; Visa Photos<\/h3>\n          <p>100% compliant passport and visa photos with free re-take guarantee. Government-approved processing.<\/p>\n          <a href=\"https:\/\/sandiegopassportphoto.com\" class=\"btn btn-secondary\" style=\"width: 100%;\">Visit SanDiegoPassportPhoto.com<\/a>\n        <\/div>\n\n        <!-- Translation -->\n        <div class=\"service-card\">\n          <span class=\"service-icon\">?<\/span>\n          <h3>Translation Services<\/h3>\n          <p>Certified and sworn translations in 150+ languages by 4,500+ professional translators worldwide.<\/p>\n          <a href=\"https:\/\/ethiotrans.com\" class=\"btn btn-secondary\" style=\"width: 100%;\">Visit EthioTrans.com<\/a>\n        <\/div>\n\n        <!-- Notary & Live Scan -->\n        <div class=\"service-card\">\n          <span class=\"service-icon\">?<\/span>\n          <h3>Notary &#038; Live Scan<\/h3>\n          <p>Professional notary public services since 2002, Live Scan fingerprinting, and document authentication.<\/p>\n          <a href=\"#contact\" class=\"btn btn-secondary\" style=\"width: 100%;\">Schedule Appointment<\/a>\n        <\/div>\n\n        <!-- DHL & Business Services -->\n        <div class=\"service-card\">\n          <span class=\"service-icon\">?<\/span>\n          <h3>Shipping &#038; Printing<\/h3>\n          <p>DHL express shipping, printing, copying, scanning, and comprehensive business support services.<\/p>\n          <a href=\"#contact\" class=\"btn btn-secondary\" style=\"width: 100%;\">Contact for Services<\/a>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- Why Choose Us -->\n  <section class=\"benefits center mb-8\">\n    <div class=\"hero-content\">\n      <h2 class=\"section-title\">Why Thousands Trust Yebbo.com<\/h2>\n      <p class=\"section-subtitle\">Over two decades of excellence in serving San Diego&#8217;s diverse community with reliable, compliant services.<\/p>\n      \n      <div class=\"benefits-grid\">\n        <div class=\"benefit-item\">\n          <span class=\"benefit-icon\">?<\/span>\n          <h4>Established 1999<\/h4>\n          <p>Over 25 years of trusted service in San Diego<\/p>\n        <\/div>\n        <div class=\"benefit-item\">\n          <span class=\"benefit-icon\">\u2705<\/span>\n          <h4>100% Compliant<\/h4>\n          <p>All services meet government and institutional standards<\/p>\n        <\/div>\n        <div class=\"benefit-item\">\n          <span class=\"benefit-icon\">\u26a1<\/span>\n          <h4>Fast Turnaround<\/h4>\n          <p>Rush services available for urgent requirements<\/p>\n        <\/div>\n        <div class=\"benefit-item\">\n          <span class=\"benefit-icon\">?<\/span>\n          <h4>Global Network<\/h4>\n          <p>4,500+ professionals across 150+ languages<\/p>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- Lead Capture Form -->\n  <section id=\"lead-form\" class=\"lead-section\">\n    <h2 class=\"section-title\">Need Assistance? We&#8217;re Here to Help!<\/h2>\n    <p class=\"section-subtitle\">Tell us about your needs, and we&#8217;ll provide a customized solution with pricing and timeline.<\/p>\n    \n    <form class=\"lead-form\" id=\"consultation-form\">\n      <input type=\"text\" class=\"form-input\" placeholder=\"Your Name\" required>\n      <input type=\"email\" class=\"form-input\" placeholder=\"Email Address\" required>\n      <input type=\"tel\" class=\"form-input\" placeholder=\"Phone Number\">\n      <select class=\"form-input\" required>\n        <option value=\"\">Select Service Needed<\/option>\n        <option value=\"travel\">Travel &#038; Airline Tickets<\/option>\n        <option value=\"tax\">Tax Preparation<\/option>\n        <option value=\"passport\">Passport &#038; Visa Photos<\/option>\n        <option value=\"translation\">Translation Services<\/option>\n        <option value=\"notary\">Notary &#038; Live Scan<\/option>\n        <option value=\"shipping\">Shipping &#038; Printing<\/option>\n        <option value=\"multiple\">Multiple Services<\/option>\n      <\/select>\n      <textarea class=\"form-input\" placeholder=\"Tell us about your specific needs...\" rows=\"4\" style=\"min-height: 120px;\"><\/textarea>\n      <button type=\"submit\" class=\"btn btn-primary\" style=\"width: 100%; margin-top: 10px;\">\n        \u2728 Get Free Consultation\n      <\/button>\n    <\/form>\n    <p style=\"margin-top: 28px; font-size: 16px; color: var(--muted);\">\n      Or call us directly: <a href=\"tel:+16192555530\" style=\"color: var(--accent); font-weight: 600; text-decoration: none;\">(619) 255-5530<\/a>\n    <\/p>\n  <\/section>\n\n  <!-- Testimonials -->\n  <section class=\"testimonials center mb-8\">\n    <div class=\"hero-content\">\n      <h2 class=\"section-title\">What Our Clients Say<\/h2>\n      <p class=\"section-subtitle\">Join thousands of satisfied customers who trust Yebbo.com for their essential service needs.<\/p>\n      \n      <div class=\"testimonial-grid\">\n        <div class=\"testimonial-card\">\n          <p class=\"testimonial-text\">&#8220;Yebbo handled our business tax preparation and corporate document authentication flawlessly. Their attention to detail saved us weeks of paperwork.&#8221;<\/p>\n          <p class=\"testimonial-author\">\u2014 Maria G., Small Business Owner<\/p>\n        <\/div>\n        <div class=\"testimonial-card\">\n          <p class=\"testimonial-text\">&#8220;The passport photo service was quick and perfect. My visa application was approved without any issues. The free re-take guarantee gave me peace of mind.&#8221;<\/p>\n          <p class=\"testimonial-author\">\u2014 James L., International Student<\/p>\n        <\/div>\n        <div class=\"testimonial-card\">\n          <p class=\"testimonial-text\">&#8220;As a frequent traveler, I rely on YebboTravel for the best fares. Their negotiated rates are consistently better than what I find online.&#8221;<\/p>\n          <p class=\"testimonial-author\">\u2014 Sarah K., Corporate Executive<\/p>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- Final CTA -->\n  <section class=\"center mb-8\">\n    <div class=\"hero-content\">\n      <h2 class=\"section-title\">Ready to Simplify Your Global Service Needs?<\/h2>\n      <p class=\"section-subtitle\">Contact us today and experience the convenience of having all your essential services handled by one trusted partner.<\/p>\n      \n      <div class=\"cta-row\">\n        <a href=\"tel:+16192555530\" class=\"btn btn-primary\">\n          ? Call Now: (619) 255-5530\n        <\/a>\n        <a href=\"https:\/\/yebbo.com\" class=\"btn btn-secondary\">\n          ? Visit Yebbo.com\n        <\/a>\n      <\/div>\n      \n      <div style=\"margin-top: 60px; padding: 40px; background: white; border-radius: var(--radius); border: 1px solid rgba(157, 43, 62, 0.15); box-shadow: var(--shadow);\">\n        <h3 class=\"mb-4\" style=\"font-size: 28px; color: var(--text);\">? Visit Our San Diego Office<\/h3>\n        <p class=\"mb-4 text-large\" style=\"color: var(--muted);\">4265 Fairmount Ave #240, San Diego, CA 92105<\/p>\n        <p style=\"color: var(--muted); font-size: 18px;\">Hours: Monday-Friday 11AM-6PM, Saturday by appointment<\/p>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- Footer -->\n  <footer class=\"footer\">\n    <div class=\"footer-content\">\n      <div>\n        <h4>Yebbo.com<\/h4>\n        <p style=\"color: var(--muted); margin-bottom: 20px;\">Global Services Platform<br>Established 1999<\/p>\n        <p style=\"color: var(--muted);\">? 4265 Fairmount Ave #240<br>San Diego, CA 92105<\/p>\n        <p style=\"margin-top: 16px;\">? <a href=\"tel:+16192555530\" style=\"color: var(--accent); text-decoration: none; font-weight: 600;\">(619) 255-5530<\/a><\/p>\n      <\/div>\n      \n      <div class=\"footer-links\">\n        <h4>Our Services<\/h4>\n        <a href=\"https:\/\/yebbotravel.com\">YebboTravel.com<\/a>\n        <a href=\"https:\/\/yebbotax.com\">YebboTax.com<\/a>\n        <a href=\"https:\/\/sandiegopassportphoto.com\">SanDiegoPassportPhoto.com<\/a>\n        <a href=\"https:\/\/ethiotrans.com\">EthioTrans.com<\/a>\n        <a href=\"#services\">Notary &#038; Live Scan<\/a>\n        <a href=\"#services\">Shipping &#038; Printing<\/a>\n      <\/div>\n      \n      <div class=\"footer-links\">\n        <h4>Quick Links<\/h4>\n        <a href=\"#services\">All Services<\/a>\n        <a href=\"#lead-form\">Free Consultation<\/a>\n        <a href=\"#contact\">Contact Us<\/a>\n        <a href=\"tel:+16192555530\">Emergency Services<\/a>\n        <a href=\"#services\">Service Areas<\/a>\n      <\/div>\n    <\/div>\n    \n    <div style=\"text-align: center; margin-top: 70px; padding-top: 40px; border-top: 1px solid rgba(157, 43, 62, 0.15);\">\n      <p style=\"color: var(--text); font-weight: 500;\">\u00a9 <span id=\"year\"><\/span> Yebbo.com. All rights reserved. | Established 1999<\/p>\n      <p style=\"color: var(--muted); font-size: 15px; margin-top: 16px;\">\n        IRS e-File Provider \u2022 CTEC Approved \u2022 Notary Public Commissioned by CA Secretary of State\n      <\/p>\n    <\/div>\n  <\/footer>\n\n  <script>\n    \/\/ Current year in footer\n    document.getElementById('year').textContent = new Date().getFullYear();\n    \n    \/\/ Form submission\n    document.getElementById('consultation-form').addEventListener('submit', function(e) {\n      e.preventDefault();\n      alert('Thank you! We will contact you within 24 hours to discuss your service needs.');\n      this.reset();\n    });\n    \n    \/\/ Smooth scroll\n    document.querySelectorAll('a[href^=\"#\"]').forEach(anchor => {\n      anchor.addEventListener('click', function(e) {\n        e.preventDefault();\n        const targetId = this.getAttribute('href');\n        if(targetId === '#') return;\n        const targetElement = document.querySelector(targetId);\n        if(targetElement) {\n          window.scrollTo({\n            top: targetElement.offsetTop - 100,\n            behavior: 'smooth'\n          });\n        }\n      });\n    });\n  <\/script>\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>Yebbo.com | Global Travel, Notary, Live Scan, Translation &#038; Tax Services in San Diego Y Yebbo.com Global Services \u2022 Since 1999 ? (619) 255-5530 Your Trusted Partner for Global Services in San Diego One Platform. Multiple Solutions. Since 1999. From travel bookings and passport photos to notary services, certified translations, and professional tax preparation \u2013<span class=\"post-excerpt-end\">&hellip;<\/span><\/p>\n<p class=\"more-link\"><a href=\"https:\/\/yebbo.com\/2013\/\" class=\"themebutton\">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":{"footnotes":""},"class_list":["post-83","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/yebbo.com\/2013\/wp-json\/wp\/v2\/pages\/83","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/yebbo.com\/2013\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/yebbo.com\/2013\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/yebbo.com\/2013\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/yebbo.com\/2013\/wp-json\/wp\/v2\/comments?post=83"}],"version-history":[{"count":0,"href":"https:\/\/yebbo.com\/2013\/wp-json\/wp\/v2\/pages\/83\/revisions"}],"wp:attachment":[{"href":"https:\/\/yebbo.com\/2013\/wp-json\/wp\/v2\/media?parent=83"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}