{"id":192,"date":"2026-06-02T15:58:25","date_gmt":"2026-06-02T15:58:25","guid":{"rendered":"https:\/\/fluire.in\/?page_id=192"},"modified":"2026-06-03T08:31:23","modified_gmt":"2026-06-03T08:31:23","slug":"home","status":"publish","type":"page","link":"https:\/\/fluire.in\/","title":{"rendered":"HOME"},"content":{"rendered":"<p><!DOCTYPE html><br \/>\n<html lang=\"en\"><br \/>\n<head><br \/>\n<meta charset=\"UTF-8\"><br \/>\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"><br \/>\n<title>Fluire Digital Marketing | Growth Architecture<\/title>\n<link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n<link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@300;400;500;600&#038;family=Syne:wght@500;700;800&#038;display=swap\" rel=\"stylesheet\">\n<style>\n  \/* =========================================================\n     DESIGN TOKENS & RESET\n  ========================================================= *\/\n  :root {\n    --bg-main:    #050505;\n    --bg-sec:     #0a0a0a;\n    --bg-card:    #111111;\n    --bg-dark:    #050505;\n    --espresso:   #f5f5f5;\n    --brown:      #00f0ff;\n    --tan:        #00f0ff;\n    --tan-light:  #a78bfa;\n    --cream:      #1a1a1a;\n    --text-main:  #f5f5f5;\n    --text-muted: #888888;\n    --border:     rgba(255, 255, 255, 0.08);\n    --border-hover: rgba(0, 240, 255, 0.4);\n    --radius:     12px;\n    --font-heading: 'Syne', sans-serif;\n    --font-body:    'Inter', sans-serif;\n  }<\/p>\n<p>  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n  html { scroll-behavior: smooth; font-size: 16px; }\n  body {\n    background-color: var(--bg-main);\n    color: var(--text-main);\n    font-family: var(--font-body);\n    line-height: 1.65;\n    overflow-x: hidden;\n    cursor: none;\n  }\n  a { text-decoration: none; color: inherit; }\n  ul { list-style: none; }\n  img { max-width: 100%; display: block; }\n  button { font-family: inherit; cursor: pointer; border: none; background: none; }<\/p>\n<p>  \/* =========================================================\n     BACKGROUND CANVAS\n  ========================================================= *\/\n  #network-canvas {\n    position: fixed; top: 0; left: 0; width: 100%; height: 100%;\n    z-index: 0; pointer-events: none; opacity: 0.6;\n  }<\/p>\n<p>  \/* =========================================================\n     CUSTOM CURSOR\n  ========================================================= *\/\n  #cursor-dot {\n    position: fixed; top: 0; left: 0; width: 8px; height: 8px;\n    background: #00f0ff; border-radius: 50%;\n    pointer-events: none; z-index: 9999;\n    transform: translate(-50%, -50%);\n    transition: width 0.3s, height 0.3s, background 0.3s;\n  }\n  #cursor-ring {\n    position: fixed; top: 0; left: 0; width: 40px; height: 40px;\n    border: 1px solid rgba(0, 240, 255, 0.4); border-radius: 50%;\n    pointer-events: none; z-index: 9998;\n    transform: translate(-50%, -50%);\n    transition: width 0.35s cubic-bezier(0.16,1,0.3,1), height 0.35s cubic-bezier(0.16,1,0.3,1), border-color 0.3s;\n  }\n  body.hovering #cursor-dot { width: 12px; height: 12px; background: #7000ff; }\n  body.hovering #cursor-ring { width: 60px; height: 60px; border-color: #7000ff; background: rgba(112, 0, 255, 0.05); }<\/p>\n<p>  \/* =========================================================\n     LAYOUT & TYPOGRAPHY\n  ========================================================= *\/\n  .container { max-width: 1380px; margin: 0 auto; padding: 0 5%; position: relative; z-index: 2; }\n  section { padding: 120px 0; border-bottom: 1px solid var(--border); }<\/p>\n<p>  .section-tag {\n    display: inline-block; padding: 6px 14px; border-radius: 50px;\n    border: 1px solid var(--border); font-size: 0.75rem; text-transform: uppercase;\n    letter-spacing: 0.1em; color: #00f0ff; margin-bottom: 24px;\n    background: rgba(0, 240, 255, 0.05);\n    font-family: var(--font-body); font-weight: 500;\n  }\n  .section-title {\n    font-family: var(--font-heading); font-size: clamp(2.5rem, 5vw, 4.5rem);\n    line-height: 1.1; margin-bottom: 60px; font-weight: 700;\n    color: var(--text-main);\n  }\n  .text-gradient {\n    background: linear-gradient(135deg, #00f0ff, #7000ff);\n    -webkit-background-clip: text; -webkit-text-fill-color: transparent;\n    background-clip: text;\n  }<\/p>\n<p>  \/* =========================================================\n     NAVIGATION\n  ========================================================= *\/\n  nav {\n    position: fixed; top: 0; left: 0; width: 100%; z-index: 100;\n    padding: 28px 5%; display: flex; justify-content: space-between; align-items: center;\n    transition: background 0.5s, padding 0.4s, box-shadow 0.4s;\n  }\n  nav.scrolled {\n    background: rgba(5, 5, 5, 0.85);\n    backdrop-filter: blur(12px);\n    -webkit-backdrop-filter: blur(12px);\n    padding: 16px 5%;\n    border-bottom: 1px solid var(--border);\n    box-shadow: none;\n  }\n  .logo {\n    font-family: var(--font-heading); font-size: 1.5rem; font-weight: 800;\n    letter-spacing: -0.02em; color: var(--text-main);\n  }\n  .logo span { color: #00f0ff; }\n  .nav-links { display: flex; gap: 32px; }\n  .nav-links a {\n    font-size: 0.85rem; font-weight: 500; text-transform: uppercase;\n    letter-spacing: 0.05em; transition: color 0.3s; color: var(--text-main);\n    position: relative;\n  }\n  .nav-links a::after {\n    content: ''; position: absolute; bottom: -3px; left: 0; width: 0; height: 1px;\n    background: #00f0ff; transition: width 0.3s;\n  }\n  .nav-links a:hover { color: #00f0ff; }\n  .nav-links a:hover::after { width: 100%; }<\/p>\n<p>  .btn {\n    padding: 14px 28px; border-radius: 4px; font-size: 0.85rem; font-weight: 600;\n    text-transform: uppercase; letter-spacing: 0.05em; transition: all 0.3s;\n    display: inline-flex; align-items: center; justify-content: center; gap: 8px;\n  }\n  .btn-primary {\n    background: linear-gradient(135deg, #00f0ff, #7000ff); color: #fff;\n    box-shadow: 0 4px 20px rgba(112, 0, 255, 0.3);\n  }\n  .btn-primary:hover { box-shadow: 0 6px 30px rgba(0, 240, 255, 0.4); transform: translateY(-2px); }\n  .btn-outline {\n    background: transparent; color: #00f0ff;\n    border: 1px solid rgba(0,240,255,0.4);\n  }\n  .btn-outline:hover { background: rgba(0,240,255,0.08); transform: translateY(-2px); }<\/p>\n<p>  \/* =========================================================\n     DECORATIVE LINES\n  ========================================================= *\/\n  .deco-line {\n    width: 48px; height: 1px; background: var(--tan); display: inline-block;\n    vertical-align: middle; margin-right: 12px;\n  }<\/p>\n<p>  \/* =========================================================\n     HERO SECTION\n  ========================================================= *\/\n  .hero {\n    min-height: 100vh; display: flex; align-items: center; padding-top: 100px;\n    position: relative; overflow: hidden;\n    background: radial-gradient(circle at 50% 0%, rgba(112,0,255,0.15) 0%, transparent 60%);\n  }\n  .hero h1 {\n    font-family: var(--font-heading);\n    font-size: clamp(3.5rem, 8vw, 7rem);\n    line-height: 1; margin-bottom: 30px; font-weight: 800;\n    letter-spacing: -0.03em; color: var(--text-main);\n  }\n  .hero h1 em { font-style: normal; }\n  .hero p {\n    font-size: clamp(1.1rem, 2vw, 1.4rem); color: var(--text-muted);\n    max-width: 600px; margin-bottom: 40px;\n  }\n  .hero-cta { display: flex; gap: 16px; align-items: center; }\n  .hero-stats {\n    display: flex; gap: 56px; margin-top: 80px; padding-top: 48px;\n    border-top: 1px solid var(--border);\n  }\n  .stat-val {\n    font-family: var(--font-heading); font-size: 3rem; font-weight: 700;\n    color: #00f0ff; line-height: 1;\n  }\n  .stat-label { font-size: 0.78rem; color: var(--text-muted); text-transform: uppercase; letter-spacing: 0.08em; margin-top: 6px; }<\/p>\n<p>  \/* =========================================================\n     SERVICES (BENTO GRID)\n  ========================================================= *\/\n  .bento-grid {\n    display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px;\n  }\n  .bento-item {\n    background: var(--bg-card); border: 1px solid var(--border); border-radius: var(--radius);\n    padding: 40px; position: relative; overflow: hidden;\n    transition: all 0.4s ease;\n  }\n  .bento-item:hover { border-color: #00f0ff; transform: translateY(-5px); box-shadow: 0 10px 30px rgba(0,0,0,0.5); }\n  .bento-item::after { display: none; }\n  .bento-item.large { grid-column: span 2; }<\/p>\n<p>  .svc-number { display: none; }\n  .svc-title { font-family: var(--font-heading); font-size: 1.5rem; margin-bottom: 12px; color: var(--text-main); }\n  .svc-desc { color: var(--text-muted); font-size: 0.95rem; }\n  .svc-arrow { display: none; }<\/p>\n<p>  \/* =========================================================\n     PORTFOLIO \/ CLIENTS\n  ========================================================= *\/\n  #portfolio { background: var(--bg-main); }\n  .portfolio-tabs { display: flex; gap: 16px; margin-bottom: 40px; }\n  .tab-btn {\n    padding: 10px 24px; border: 1px solid var(--border); border-radius: 50px;\n    color: var(--text-muted); font-size: 0.85rem; transition: all 0.3s;\n    background: transparent; font-family: var(--font-body);\n    text-transform: none; letter-spacing: 0;\n  }\n  .tab-btn.active, .tab-btn:hover { background: var(--text-main); color: var(--bg-main); border-color: var(--text-main); }<\/p>\n<p>  .portfolio-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(350px, 1fr)); gap: 30px; background: transparent; border: none; }\n  .client-card {\n    background: var(--bg-card); border: 1px solid var(--border); border-radius: var(--radius);\n    padding: 30px; display: flex; flex-direction: column; transition: all 0.4s;\n    position: relative; overflow: hidden;\n  }\n  .client-card:hover { border-color: #7000ff; background: #151515; }\n  .client-cat { font-size: 0.7rem; text-transform: uppercase; letter-spacing: 0.1em; color: #00f0ff; margin-bottom: 16px; }\n  .client-name { font-family: var(--font-heading); font-size: 1.5rem; margin-bottom: 24px; color: var(--text-main); }\n  .client-link {\n    margin-top: auto; display: inline-flex; align-items: center; gap: 8px;\n    font-size: 0.85rem; color: var(--text-muted); transition: color 0.3s;\n    text-transform: none; letter-spacing: 0;\n  }\n  .client-card:hover .client-link { color: #00f0ff; }\n  .client-link svg { width: 16px; height: 16px; fill: currentColor; }<\/p>\n<p>  \/* =========================================================\n     CONTACT SECTION\n  ========================================================= *\/\n  #contact { background: var(--bg-main); }\n  .contact-grid {\n    display: grid; grid-template-columns: 1fr 1fr; gap: 20px;\n    background: transparent; border: none;\n  }\n  .contact-block {\n    background: var(--bg-card); border: 1px solid var(--border); border-radius: var(--radius);\n    padding: 56px 48px;\n    display: flex; flex-direction: column; justify-content: space-between;\n    transition: border-color 0.35s;\n  }\n  .contact-block:hover { border-color: #00f0ff; }\n  .contact-block.dark {\n    background: #0d0d0d; border-color: rgba(112,0,255,0.3);\n  }\n  .contact-block.dark:hover { border-color: #7000ff; }\n  .contact-label {\n    font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.1em;\n    color: #00f0ff; margin-bottom: 16px; font-weight: 500;\n  }\n  .contact-headline {\n    font-family: var(--font-heading); font-size: clamp(1.8rem, 3vw, 2.5rem);\n    font-weight: 700; color: var(--text-main); line-height: 1.15; margin-bottom: 20px;\n  }\n  .contact-sub {\n    color: var(--text-muted); font-size: 0.92rem; line-height: 1.7;\n    max-width: 380px; margin-bottom: 40px;\n  }\n  .contact-item {\n    display: flex; align-items: center; gap: 14px; padding: 20px 0;\n    border-bottom: 1px solid var(--border); text-decoration: none;\n    transition: gap 0.3s;\n  }\n  .contact-item:last-child { border-bottom: none; }\n  .contact-item:hover { gap: 20px; }\n  .contact-icon {\n    width: 44px; height: 44px; border-radius: 50%;\n    background: rgba(0,240,255,0.07); border: 1px solid rgba(0,240,255,0.2);\n    display: flex; align-items: center; justify-content: center;\n    flex-shrink: 0; transition: background 0.3s;\n  }\n  .contact-item:hover .contact-icon { background: rgba(0,240,255,0.15); }\n  .contact-icon svg { width: 18px; height: 18px; fill: #00f0ff; }\n  .contact-info-label {\n    font-size: 0.7rem; text-transform: uppercase; letter-spacing: 0.1em;\n    color: var(--text-muted); margin-bottom: 3px;\n  }\n  .contact-info-val {\n    font-family: var(--font-heading); font-size: 1.1rem; color: var(--text-main); font-weight: 600;\n  }\n  @media (max-width: 768px) {\n    .contact-grid { grid-template-columns: 1fr; }\n    .contact-block { padding: 40px 28px; }\n  }\n  footer { padding: 80px 0 40px; background: var(--bg-sec); border-top: 1px solid var(--border); }\n  .footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 60px; margin-bottom: 60px; }\n  .footer-brand { font-family: var(--font-heading); font-size: 2rem; font-weight: 700; margin-bottom: 16px; color: var(--text-main); }\n  .footer-brand span { color: #00f0ff; }\n  .footer-tagline { color: var(--text-muted); font-size: 0.95rem; max-width: 300px; }\n  .footer-title { font-size: 0.85rem; text-transform: uppercase; letter-spacing: 0.1em; color: var(--text-main); margin-bottom: 24px; }\n  .footer-links li { margin-bottom: 12px; }\n  .footer-links a { color: var(--text-muted); font-size: 0.9rem; transition: color 0.3s; }\n  .footer-links a:hover { color: #00f0ff; }\n  .footer-bottom { border-top: 1px solid var(--border); padding-top: 24px; display: flex; justify-content: space-between; color: var(--text-muted); font-size: 0.8rem; }<\/p>\n<p>  \/* =========================================================\n     ANIMATIONS\n  ========================================================= *\/\n  .reveal { opacity: 0; transform: translateY(36px); animation: revealIn 0.9s cubic-bezier(0.16, 1, 0.3, 1) forwards; }\n  @keyframes revealIn { to { opacity: 1; transform: translateY(0); } }<\/p>\n<p>  \/* =========================================================\n     RESPONSIVE\n  ========================================================= *\/\n  @media (max-width: 1100px) {\n    .bento-grid { grid-template-columns: 1fr 1fr; }\n    .bento-item.large { grid-column: span 1; }\n  }\n  @media (max-width: 768px) {\n    body { cursor: auto; }\n    #cursor-dot, #cursor-ring { display: none; }\n    .nav-links { display: none; }\n    .bento-grid, .portfolio-grid { grid-template-columns: 1fr; }\n    .footer-grid { grid-template-columns: 1fr; gap: 40px; }\n    .hero-stats { gap: 32px; flex-wrap: wrap; }\n    .hero-bg-shape { display: none; }\n  }\n<\/style>\n<p><\/head><br \/>\n<body><\/p>\n<p><!-- Custom Cursor --><\/p>\n<div id=\"cursor-dot\"><\/div>\n<div id=\"cursor-ring\"><\/div>\n<p><!-- Interactive Background --><br \/>\n<canvas id=\"network-canvas\"><\/canvas><\/p>\n<p><!-- Navigation --><\/p>\n<nav id=\"navbar\">\n<div class=\"logo\">Fluire<span>.<\/span><\/div>\n<div class=\"nav-links\">\n    <a href=\"#services\" class=\"hover-target\">Services<\/a><br \/>\n    <a href=\"#portfolio\" class=\"hover-target\">Portfolio<\/a><br \/>\n    <a href=\"#contact\" class=\"hover-target\">Contact<\/a>\n  <\/div>\n<p>  <a href=\"https:\/\/wa.me\/919352141349?text=Hi%20Fluire%2C%20I%27d%20like%20to%20discuss%20a%20partnership.\" target=\"_blank\" class=\"btn btn-primary hover-target\">Partner With Us<\/a><br \/>\n<\/nav>\n<p><!-- Hero Section --><\/p>\n<section class=\"hero\">\n<div class=\"container hero-content\">\n<div class=\"section-tag reveal\">Fluire Digital Marketing<\/div>\n<h1 class=\"reveal\" style=\"animation-delay: 0.1s;\">\n      Dominate your <br \/><span class=\"text-gradient\">digital landscape.<\/span><br \/>\n    <\/h1>\n<p class=\"reveal\" style=\"animation-delay: 0.2s;\">We engineer high-converting digital ecosystems. From Local SEO and AI video editing to full-scale performance marketing \u2014 we turn online presence into measurable revenue.<\/p>\n<div class=\"hero-cta reveal\" style=\"animation-delay: 0.3s;\">\n      <a href=\"#portfolio\" class=\"btn btn-primary hover-target\">View Our Work<\/a><br \/>\n      <a href=\"#services\" class=\"btn btn-outline hover-target\">Our Services<\/a>\n    <\/div>\n<div class=\"hero-stats reveal\" style=\"animation-delay: 0.45s;\">\n<div>\n<div class=\"stat-val\">3\u00d7<\/div>\n<div class=\"stat-label\">Average ROI Uplift<\/div>\n<\/p><\/div>\n<div>\n<div class=\"stat-val\">40+<\/div>\n<div class=\"stat-label\">Brands Scaled<\/div>\n<\/p><\/div>\n<div>\n<div class=\"stat-val\">98%<\/div>\n<div class=\"stat-label\">Client Retention<\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/section>\n<p><!-- Services Section --><\/p>\n<section id=\"services\">\n<div class=\"container\">\n<div class=\"section-tag reveal\">Core Capabilities<\/div>\n<h2 class=\"section-title reveal\">Precision-engineered<br \/><span class=\"text-gradient\">growth frameworks.<\/span><\/h2>\n<div class=\"bento-grid\">\n<div class=\"bento-item large hover-target reveal\">\n        <span class=\"svc-number\">01<\/span><\/p>\n<h3 class=\"svc-title\">Performance Marketing &#038; SEO<\/h3>\n<p class=\"svc-desc\">We don&#8217;t just run ads; we build acquisition machines. Specializing in highly targeted Meta Ads, Google Business optimization, and comprehensive Local SEO to ensure your business ranks first and converts best.<\/p>\n<p>        <span class=\"svc-arrow\">\u2197<\/span>\n      <\/div>\n<div class=\"bento-item hover-target reveal\" style=\"animation-delay: 0.1s;\">\n        <span class=\"svc-number\">02<\/span><\/p>\n<h3 class=\"svc-title\">AI Video Editing<\/h3>\n<p class=\"svc-desc\">Leveraging advanced AI for color grading, background replacement, and hyper-realistic modifications. Retention-engineered short-form content that captures attention.<\/p>\n<p>        <span class=\"svc-arrow\">\u2197<\/span>\n      <\/div>\n<div class=\"bento-item hover-target reveal\" style=\"animation-delay: 0.2s;\">\n        <span class=\"svc-number\">03<\/span><\/p>\n<h3 class=\"svc-title\">Social Architecture<\/h3>\n<p class=\"svc-desc\">Complete social media management. We map your brand&#8217;s aesthetic authority across all channels, transforming profiles into engaging community-driven assets.<\/p>\n<p>        <span class=\"svc-arrow\">\u2197<\/span>\n      <\/div>\n<div class=\"bento-item large hover-target reveal\" style=\"animation-delay: 0.3s;\">\n        <span class=\"svc-number\">04<\/span><\/p>\n<h3 class=\"svc-title\">Digital Presence Optimization<\/h3>\n<p class=\"svc-desc\">We audit, restructure, and elevate your entire online footprint. Whether you are a high-end dental clinic or a local cafe, we ensure your digital identity commands authority and trust across every touchpoint.<\/p>\n<p>        <span class=\"svc-arrow\">\u2197<\/span>\n      <\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/section>\n<p><!-- Portfolio Section --><\/p>\n<section id=\"portfolio\">\n<div class=\"container\">\n<div class=\"section-tag reveal\">Our Partnerships<\/div>\n<h2 class=\"section-title reveal\">Brands we scale.<\/h2>\n<div class=\"portfolio-tabs reveal\">\n      <button class=\"tab-btn active hover-target\" data-filter=\"all\">All Clients<\/button><br \/>\n      <button class=\"tab-btn hover-target\" data-filter=\"dental\">Healthcare &#038; Dental<\/button><br \/>\n      <button class=\"tab-btn hover-target\" data-filter=\"hospitality\">Hospitality &#038; Cafes<\/button><br \/>\n      <button class=\"tab-btn hover-target\" data-filter=\"education\">English Coaching<\/button>\n    <\/div>\n<div class=\"portfolio-grid reveal\">\n<div class=\"client-card hover-target\" data-category=\"dental\">\n<div class=\"client-cat\">Healthcare &#038; Dental<\/div>\n<h3 class=\"client-name\">Soltanik Dental<\/h3>\n<div class=\"client-link\">\n          <svg viewBox=\"0 0 24 24\"><path d=\"M12 2.163c3.204 0 3.584.012 4.85.07 3.252.148 4.771 1.691 4.919 4.919.058 1.265.069 1.645.069 4.849 0 3.205-.012 3.584-.069 4.849-.149 3.225-1.664 4.771-4.919 4.919-1.266.058-1.644.07-4.85.07-3.204 0-3.584-.012-4.849-.07-3.26-.149-4.771-1.699-4.919-4.92-.058-1.265-.07-1.644-.07-4.849 0-3.204.013-3.583.07-4.849.149-3.227 1.664-4.771 4.919-4.919 1.266-.057 1.645-.069 4.849-.069zm0-2.163c-3.259 0-3.667.014-4.947.072-4.358.2-6.78 2.618-6.98 6.98-.059 1.281-.073 1.689-.073 4.948 0 3.259.014 3.668.072 4.948.2 4.358 2.618 6.78 6.98 6.98 1.281.058 1.689.072 4.948.072 3.259 0 3.668-.014 4.948-.072 4.354-.2 6.782-2.618 6.979-6.98.059-1.28.073-1.689.073-4.948 0-3.259-.014-3.667-.072-4.947-.196-4.354-2.617-6.78-6.979-6.98-1.281-.059-1.69-.073-4.949-.073zm0 5.838c-3.403 0-6.162 2.759-6.162 6.162s2.759 6.163 6.162 6.163 6.162-2.759 6.162-6.163c0-3.403-2.759-6.162-6.162-6.162zm0 10.162c-2.209 \n\n","protected":false},"excerpt":{"rendered":"<p>Fluire Digital Marketing | Growth Architecture Fluire. Services Portfolio Contact Partner With Us Fluire Digital Marketing Dominate your digital landscape. We engineer high-converting digital ecosystems. From Local SEO and AI video editing to full-scale performance marketing \u2014 we turn online presence into measurable revenue. View Our Work Our Services 3\u00d7 Average ROI Uplift 40+ Brands [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-192","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.7 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>HOME - fluire.in<\/title>\n<meta name=\"robots\" content=\"noindex, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"HOME - fluire.in\" \/>\n<meta property=\"og:description\" content=\"Fluire Digital Marketing | Growth Architecture Fluire. Services Portfolio Contact Partner With Us Fluire Digital Marketing Dominate your digital landscape. We engineer high-converting digital ecosystems. From Local SEO and AI video editing to full-scale performance marketing \u2014 we turn online presence into measurable revenue. View Our Work Our Services 3\u00d7 Average ROI Uplift 40+ Brands [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"http:\/\/fluire.in\/\" \/>\n<meta property=\"og:site_name\" content=\"fluire.in\" \/>\n<meta property=\"article:modified_time\" content=\"2026-06-03T08:31:23+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=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"http:\\\/\\\/fluire.in\\\/\",\"url\":\"http:\\\/\\\/fluire.in\\\/\",\"name\":\"HOME - fluire.in\",\"isPartOf\":{\"@id\":\"http:\\\/\\\/fluire.in\\\/#website\"},\"datePublished\":\"2026-06-02T15:58:25+00:00\",\"dateModified\":\"2026-06-03T08:31:23+00:00\",\"breadcrumb\":{\"@id\":\"http:\\\/\\\/fluire.in\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"http:\\\/\\\/fluire.in\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"http:\\\/\\\/fluire.in\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"http:\\\/\\\/fluire.in\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"HOME\"}]},{\"@type\":\"WebSite\",\"@id\":\"http:\\\/\\\/fluire.in\\\/#website\",\"url\":\"http:\\\/\\\/fluire.in\\\/\",\"name\":\"fluire.in\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"http:\\\/\\\/fluire.in\\\/?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":"HOME - fluire.in","robots":{"index":"noindex","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"og_locale":"en_US","og_type":"article","og_title":"HOME - fluire.in","og_description":"Fluire Digital Marketing | Growth Architecture Fluire. Services Portfolio Contact Partner With Us Fluire Digital Marketing Dominate your digital landscape. We engineer high-converting digital ecosystems. From Local SEO and AI video editing to full-scale performance marketing \u2014 we turn online presence into measurable revenue. View Our Work Our Services 3\u00d7 Average ROI Uplift 40+ Brands [&hellip;]","og_url":"http:\/\/fluire.in\/","og_site_name":"fluire.in","article_modified_time":"2026-06-03T08:31:23+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"http:\/\/fluire.in\/","url":"http:\/\/fluire.in\/","name":"HOME - fluire.in","isPartOf":{"@id":"http:\/\/fluire.in\/#website"},"datePublished":"2026-06-02T15:58:25+00:00","dateModified":"2026-06-03T08:31:23+00:00","breadcrumb":{"@id":"http:\/\/fluire.in\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["http:\/\/fluire.in\/"]}]},{"@type":"BreadcrumbList","@id":"http:\/\/fluire.in\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"http:\/\/fluire.in\/"},{"@type":"ListItem","position":2,"name":"HOME"}]},{"@type":"WebSite","@id":"http:\/\/fluire.in\/#website","url":"http:\/\/fluire.in\/","name":"fluire.in","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"http:\/\/fluire.in\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/fluire.in\/index.php\/wp-json\/wp\/v2\/pages\/192","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/fluire.in\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/fluire.in\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/fluire.in\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/fluire.in\/index.php\/wp-json\/wp\/v2\/comments?post=192"}],"version-history":[{"count":3,"href":"https:\/\/fluire.in\/index.php\/wp-json\/wp\/v2\/pages\/192\/revisions"}],"predecessor-version":[{"id":196,"href":"https:\/\/fluire.in\/index.php\/wp-json\/wp\/v2\/pages\/192\/revisions\/196"}],"wp:attachment":[{"href":"https:\/\/fluire.in\/index.php\/wp-json\/wp\/v2\/media?parent=192"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}