File: /home/aashishs/demo.aashishshah.com.np/index.html_
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Leadership Marketing Hero</title>
<link rel="preload" href="Handshake.mp4" as="video" type="video/mp4">
<link href="https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;700&display=swap" rel="stylesheet">
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css" rel="stylesheet">
<style>
* { margin: 0; padding: 0; box-sizing: border-box; }
body, html { height: 100%; font-family: 'Poppins', sans-serif; color: #fff; }
.hero {
position: relative;
height: 100vh;
overflow: hidden;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
text-align: center;
}
.hero-video {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover;
border: none;
z-index: 0;
pointer-events: none;
}
.overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.8);
z-index: 1;
}
.nav-logo, .nav-menu {
position: absolute;
top: 20px;
z-index: 2;
}
.nav-logo {
left: 20px;
font-size: 28px;
font-weight: 800;
border: none;
width: auto;
height: auto;
}
.nav-logo span {
color: #ffa022;
}
.nav-logo span:last-child {
color: #fff;
}
.nav-menu {
right: 20px;
cursor: pointer;
}
.nav-menu div {
width: 24px; height: 2px;
background: #fff;
margin: 5px 0;
}
.hero-content {
position: relative;
z-index: 2;
padding: 20px;
}
.hero h1 {
font-size: 60px;
line-height: 1.2;
margin-bottom: 20px;
font-weight: 700;
letter-spacing: 1px;
font-family: 'Cormorant Garamond', serif;
}
.hero p {
font-size: 22px;
color: #ccc;
margin-bottom: 30px;
max-width: 600px;
margin: 0 auto 30px;
}
.cta-button {
background-color: rgba(255, 255, 255, 0.8);
color: #000;
padding: 12px 24px;
border: none;
border-radius: 4px;
font-size: 16px;
cursor: pointer;
display: inline-flex;
align-items: center;
text-decoration: none;
transition: background-color 0.3s;
}
.cta-button:hover {
background-color: rgba(255, 255, 255, 1);
}
.cta-button svg {
margin-left: 8px;
width: 20px;
height: 20px;
fill: none;
stroke: #000;
stroke-width: 2;
}
@media(max-width: 600px) {
.hero h1 { font-size: 36px; }
}
body {
background-color: #0e0e0e;
color: white;
font-family: 'Poppins', sans-serif;
}
.main-container {
border: 5px solid #ffa022;
min-height: 100vh;
padding-top: 3rem;
padding: 2rem;
display: flex;
flex-direction: column;
align-items: center;
justify-content: space-between;
}
.intro-text {
text-align: center;
max-width: 800px;
margin-top: 3rem;
margin-bottom: 3rem;
font-size: 26px;
line-height: 1.6;
}
.video-cards {
display: flex;
gap: 2rem;
justify-content: center;
align-items: flex-start;
margin-bottom: 2rem;
}
.video-card:nth-child(odd) {
margin-top: 40px;
}
.video-card {
position: relative;
width: 100%;
height: auto;
overflow: hidden;
border-radius: 6px;
box-shadow: none;
background-color: #0e0e0e;
}
.bg-video {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
}
.overlay-text {
position: absolute;
bottom: 1rem;
left: 1rem;
color: white;
font-size: 1.2rem;
font-weight: bold;
text-shadow: 1px 1px 5px rgba(0,0,0,0.7);
}
.footer-text {
text-align: center;
font-size: 1.7rem;
margin-top: 2.3rem;
margin-bottom: 40px;
}
.logos {
display: flex;
flex-wrap: nowrap;
gap: 2rem;
justify-content: flex-start;
align-items: center;
filter: none;
opacity: 1;
margin-bottom: 2rem;
overflow-x: auto;
white-space: nowrap;
}
.logos img {
height: 80px;
max-width: 250px;
object-fit: contain;
}
.thought-leaders-section {
background-color: #fff;
padding: 6rem 2rem 2rem 2rem;
text-align: center;
color: #333;
}
.intro {
max-width: 800px;
margin: 0 auto 4rem;
}
.intro h2 {
font-size: 2.5rem;
margin-bottom: 1rem;
color: #000;
}
.intro p {
font-size: 1.2rem;
line-height: 1.6;
color: #555;
}
.cta-card {
position: relative;
width: 90%;
max-width: 1400px;
margin: 40px auto;
overflow: hidden;
border-radius: 8px;
height: 300px;
background-color: #fff;
display: flex;
align-items: center;
justify-content: center;
margin-top: 50px;
margin-bottom: 50px;
}
.cta-video {
width: 100%;
height: 100%;
object-fit: cover;
}
.cta-content {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
color: white;
text-align: center;
padding: 20px;
}
.cta-content h3 {
color: #fff;
font-size: 2rem;
margin-bottom: 1rem;
}
.cta-button {
padding: 10px 20px;
font-size: 1rem;
background-color: rgba(255, 255, 255, 0.8);
border: none;
border-radius: 5px;
cursor: pointer;
transition: background-color 0.3s;
color: #000;
}
.cta-button:hover {
background-color: rgba(255, 255, 255, 1);
}
@media(max-width: 768px) {
.hero h1 {
font-size: 36px;
}
.hero p {
font-size: 18px;
}
.cta-button {
padding: 12px 20px;
font-size: 14px;
}
.video-cards {
flex-direction: column;
align-items: center;
}
.video-card {
width: 90%;
margin-bottom: 20px;
}
.intro-text, .footer-text {
font-size: 20px;
}
.logos {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 20px;
justify-items: center;
}
.thought-leaders-section {
padding: 4rem 1rem;
}
.thought-leaders-section .intro h2 {
font-size: 1.5rem;
}
.thought-leaders-section .intro p {
font-size: 1rem;
}
.cta-card {
height: auto;
}
.process-flow {
flex-direction: column;
align-items: center;
}
.process-step {
width: 90%;
margin-bottom: 20px;
}
.cta-content h3 {
font-size: 1.2rem;
line-height: 1.2;
margin-bottom: 1rem;
}
.cta-content {
padding: 10px;
text-align: center;
}
.logos img {
width: 90%;
max-width: 180px;
}
}
.benchmark-section {
background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 50%, #0a0a0a 100%);
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
min-height: 100vh;
display: flex;
align-items: center;
justify-content: center;
padding: 20px;
}
.dashboard {
display: flex;
gap: 30px;
max-width: 1400px;
width: 100%;
justify-content: center;
align-items: flex-end;
margin-bottom: 60px;
}
.card {
background: rgba(20, 20, 20, 0.8);
border: 2px solid #ffa022;
border-radius: 16px;
text-align: center;
backdrop-filter: blur(10px);
transition: transform 0.3s ease, box-shadow 0.3s ease;
position: relative;
overflow: hidden;
}
.card.side {
padding: 30px 25px;
width: 280px;
}
.card.center {
padding: 50px 40px;
width: 380px;
transform: scale(1.1);
}
.card:hover {
transform: translateY(-5px);
box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}
.card::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
height: 1px;
background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
}
.profile-image {
width: 70px;
height: 70px;
border-radius: 50%;
margin: 0 auto 15px;
object-fit: cover;
border: 2px solid rgba(255, 255, 255, 0.1);
}
.center .profile-image {
width: 90px;
height: 90px;
margin-bottom: 20px;
}
.name {
color: #ffffff;
font-size: 24px;
font-weight: 400;
margin-bottom: 6px;
letter-spacing: -0.5px;
}
.center .name {
font-size: 32px;
margin-bottom: 8px;
}
.title {
color: #888888;
font-size: 12px;
font-weight: 400;
margin-bottom: 30px;
text-transform: uppercase;
letter-spacing: 1px;
}
.center .title {
font-size: 14px;
margin-bottom: 35px;
}
.score {
font-size: 60px;
font-weight: 300;
color: #ffffff;
margin-bottom: 25px;
line-height: 1;
}
.center .score {
font-size: 80px;
margin-bottom: 30px;
}
.progress-container {
width: 240px;
height: 4px;
background: rgba(255, 255, 255, 0.1);
border-radius: 2px;
margin: 0 auto 18px;
position: relative;
overflow: hidden;
}
.center .progress-container {
width: 300px;
margin-bottom: 22px;
}
.progress-bar {
height: 100%;
border-radius: 2px;
position: relative;
transition: width 2s ease-out;
}
.progress-bar::after {
content: '';
position: absolute;
right: -2px;
top: -4px;
width: 12px;
height: 12px;
border-radius: 50%;
transform: translateX(50%);
}
.card:nth-child(1) .progress-bar {
background: linear-gradient(90deg, #666666, #999999);
width: 38%;
}
.card:nth-child(1) .progress-bar::after {
background: #999999;
}
.card:nth-child(2) .progress-bar {
background: linear-gradient(90deg, #ff4500, #ff6b35);
width: 61%;
}
.card:nth-child(2) .progress-bar::after {
background: #ff4500;
}
.card:nth-child(3) .progress-bar {
background: linear-gradient(90deg, #666666, #999999);
width: 47%;
}
.card:nth-child(3) .progress-bar::after {
background: #999999;
}
.trust-label {
color: #ffffff;
font-size: 13px;
font-weight: 500;
margin-bottom: 8px;
text-transform: uppercase;
letter-spacing: 1.5px;
}
.period {
color: #666666;
font-size: 11px;
font-weight: 400;
text-transform: uppercase;
letter-spacing: 1px;
}
@media (max-width: 768px) {
.dashboard {
flex-direction: column;
gap: 20px;
}
.card {
width: 100%;
max-width: 320px;
}
}
.header {
text-align: center;
margin-bottom: 120px;
max-width: 900px;
padding: 0 20px;
margin: 0 auto;
}
.header h1 {
font-size: 48px;
font-weight: 300;
margin-top: 100px;
margin-bottom: 30px;
color: #ffffff;
}
.header p {
font-size: 18px;
line-height: 1.6;
color: #cccccc;
font-weight: 300;
letter-spacing: 0.3px;
margin: 0 auto 60px;
}
.cta-button-secondary {
margin-top: 20px;
margin-bottom: 40px;
background-color: #ffa022;
color: #000;
display: block;
margin-left: auto;
margin-right: auto;
padding: 10px 20px;
font-size: 16px;
}
.faq-section {
background-color: #0e0e0e;
padding: 4rem 2rem;
text-align: center;
color: #fff;
border: 2px solid #ffa022;
}
.faq-item {
margin-bottom: 20px;
}
.faq-item h3 {
font-size: 2rem;
margin-bottom: 10px;
color: #000;
}
.faq-item p {
font-size: 1.2rem;
line-height: 1.6;
color: #555;
}
.accordion {
background-color: #0e0e0e;
color: #fff;
padding: 20px;
margin-bottom: 10px;
border: none;
text-align: left;
outline: none;
font-size: 18px;
transition: 0.4s;
width: 100%;
border-bottom: none;
}
.active, .accordion:hover {
background-color: #1a1a1a;
}
.panel {
padding: 10px 20px;
display: none;
background-color: #0e0e0e;
color: #ccc;
overflow: hidden;
margin-bottom: 10px;
text-align: left;
font-size: 16px;
line-height: 1.5;
}
.accordion:nth-child(odd) {
border: none;
}
.accordion:nth-child(even) {
border: none;
}
.faq-section p {
margin-bottom: 20px;
}
.faq-section h2 {
margin-bottom: 10px;
}
.nav-button {
position: absolute;
top: 20px;
right: 20px;
z-index: 2;
}
.cta-button {
background-color: #ffa022; /* Yellow color */
color: #000;
padding: 10px 20px;
border: none;
border-radius: 4px;
font-size: 16px;
cursor: pointer;
transition: background-color 0.3s;
}
.cta-button:hover {
background-color: #e0a000;
}
.footer {
background-color: #000;
color: #fff;
text-align: center;
padding: 20px 0;
position: relative;
width: 100%;
}
.process-section { /* Yellow border */
/* Adjust padding as needed */
width: 100%;
background-color: #0e0e0e;
color: #ffa022;
text-align: center;
}
.process-flow {
display: flex;
justify-content: center;
gap: 20px;
flex-wrap: wrap;
margin-top: 20px;
}
.process-step {
background-color: #1a1a1a;
border-radius: 8px;
padding: 20px;
width: 200px;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
border: 2px solid #ffa022;
}
.process-step h3 {
color: #ffa022;
font-size: 1.5rem;
margin-bottom: 1rem;
}
.process-step i {
margin-right: 8px;
}
.services-section {
background-color: #0e0e0e;
color: #ffa022;
text-align: center;
padding: 40px 0;
}
.service-cards {
display: flex;
justify-content: center;
gap: 20px;
flex-wrap: wrap;
}
.service-card {
background-color: #1a1a1a;
border-radius: 8px;
padding: 20px;
width: 200px;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.service-card p {
color: #fff;
font-size: 16px;
}
body {
background-color: #0e0e0e;
color: #ffffff;
font-family: 'Poppins', sans-serif;
margin: 0;
padding: 0;
text-align: center;
}
h1 {
font-size: 2.5rem;
margin: 40px 20px 20px;
color: #fff;
}
h1 span {
color: #fca311;
}
.services {
display: flex;
flex-wrap: wrap;
justify-content: center;
padding: 30px 20px 50px;
gap: 20px;
background-color: #0e0e0e;
}
.card {
background-color: #0e0e0e;
color: #fff;
border: 2px solid #ffa022;
border-radius: 10px;
padding: 30px 20px;
width: 250px;
box-shadow: 0 6px 16px rgba(0,0,0,0.3);
transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.card:hover {
transform: translateY(-5px);
box-shadow: 0 10px 24px rgba(0,0,0,0.5);
}
.card i {
font-size: 3rem;
margin-bottom: 20px;
color: #fff;
}
.card p {
font-size: 1.1rem;
font-weight: 600;
margin: 0;
color: #fff;
}
@media (max-width: 600px) {
.card {
width: 90%;
}
}
.cta-section {
padding: 40px 0;
background-color: #fff;
}
.container {
max-width: 1200px;
margin: 0 auto;
padding: 2rem 1rem;
margin-bottom: 2rem;
}
h1 {
text-align: center;
color: #ffa022;
font-size: 2.5rem;
margin-bottom: 3rem;
}
.mindmap {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: 2rem;
position: relative;
}
.step {
background-color: #111111;
border: 2px solid #ffa022;
padding: 1.5rem;
border-radius: 1rem;
box-shadow: 0 4px 10px rgba(255, 160, 34, 0.2);
position: relative;
}
.step i {
font-size: 1.5rem;
color: #ffffff;
margin-bottom: 0.5rem;
}
.step-title {
color: #ffa022;
font-size: 1.2rem;
font-weight: bold;
margin-bottom: 0.5rem;
}
.step-desc {
font-size: 1rem;
line-height: 1.6;
}
.step::after {
content: "";
position: absolute;
top: 50%;
right: -1rem;
width: 1rem;
height: 2px;
background: #ffa022;
transform: translateY(-50%);
}
.step:last-child::after {
display: none;
}
.step:last-child::before {
display: none;
}
.step::before {
content: "";
position: absolute;
top: 50%;
right: -1.5rem;
width: 0;
height: 0;
border-top: 5px solid transparent;
border-bottom: 5px solid transparent;
border-left: 5px solid #ffa022;
transform: translateY(-50%);
}
.mindmap::before {
display: none;
}
@media (max-width: 768px) {
.mindmap::before {
left: 50%;
}
.step::after {
width: 2px;
height: 1rem;
top: auto;
bottom: -1rem;
right: 50%;
transform: translateX(50%);
}
.step::before {
border-left: none;
border-top: 5px solid #ffa022;
border-bottom: none;
top: auto;
bottom: -1.5rem;
right: 50%;
transform: translateX(50%);
}
}
.video-grid {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 20px;
}
.video-grid .tall-video {
grid-row: span 2;
}
.video-card {
height: 100%;
}
.stacked-videos {
display: flex;
flex-direction: column;
gap: 20px;
}
.video-card video {
width: 100%;
height: 100%;
object-fit: contain;
}
@media (max-width: 768px) {
.video-grid {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
width: 100%;
}
.stacked-videos {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
width: 100%;
}
.video-card {
width: 100%;
max-width: 300px;
margin: 10px auto;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.video-card video {
width: 100%;
height: auto;
display: block;
}
.overlay-text {
position: static;
text-align: center;
width: 100%;
}
}
@media (max-width: 768px) {
/* Adjust the heading text size */
.process-section h1 {
font-size: 24px; /* Increased from 24px */
margin-bottom: 25px;
padding: 0 15px; /* Add some padding on the sides */
line-height: 1.3;
}
/* Adjust individual card styles */
.process-section .card {
width: 95%; /* Increased from 90% */
margin: 15px auto;
padding: 25px; /* Increased padding */
}
/* Adjust text within cards */
.process-section .card p {
font-size: 20px; /* Increased from 16px */
margin: 10px 0;
line-height: 1.4;
}
/* Adjust icon size */
.process-section .card i {
font-size: 2.5rem; /* Increased from 2rem */
margin-bottom: 15px;
}
}
</style>
</head>
<body>
<div class="hero">
<video class="hero-video" autoplay loop muted loading="lazy">
<source src="Handshake.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
<div class="overlay"></div>
<div class="nav-logo">
<span style="color: #ffa022;">Nectar</span> Media
</div>
<div class="nav-button">
<button class="cta-button" onclick="window.location.href='https://cal.com/vaibhavnahata/30min'">Book a Call</button>
</div>
<div class="hero-content">
<h1>
Leadership-driven<br>
Content marketing for <span style="color: #ffa022;">startup founders</span>.
</h1>
<p>
Positioning startup founders in singapore as thought leaders using content marketing on LinkedIn.
</p>
<a href="https://cal.com/vaibhavnahata/30min" class="cta-button">
Book a call
<svg viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" d="M17 8l4 4m0 0l-4 4m4-4H3"></path>
</svg>
</a>
</div>
</div>
<div class="main-container">
<div class="process-section">
<h1>Why <span>Startup Founders</span> Need LinkedIn Content Marketing</h1>
<div class="services">
<div class="card">
<i class="fas fa-bullhorn"></i>
<p>Brand Positioning</p>
</div>
<div class="card">
<i class="fas fa-handshake"></i>
<p>Building Credibility for Fund Raisers</p>
</div>
<div class="card">
<i class="fas fa-user-plus"></i>
<p>Attracting Better Hires</p>
</div>
<div class="card">
<i class="fas fa-chart-line"></i>
<p>Generating Qualified Interest</p>
</div>
</div>
</div>
<section class="video-grid">
<div class="video-card tall-video">
<video autoplay muted loop class="bg-video" data-src="Jass Malaney.mp4" loading="lazy"></video>
<div class="overlay-text"></div>
</div>
<div class="stacked-videos">
<div class="video-card">
<video autoplay muted loop class="bg-video" data-src="CHRIS DULNY.mp4" loading="lazy"></video>
<div class="overlay-text"></div>
</div>
<div class="video-card">
<video autoplay muted loop class="bg-video" data-src="a.mp4" loading="lazy"></video>
<div class="overlay-text"></div>
</div>
</div>
<div class="video-card tall-video">
<video autoplay muted loop class="bg-video" data-src="Linn Huynh.mp4" loading="lazy"></video>
<div class="overlay-text"></div>
</div>
<div class="stacked-videos">
<div class="video-card">
<video autoplay muted loop class="bg-video" data-src="b.mp4" loading="lazy"></video>
<div class="overlay-text"></div>
</div>
<div class="video-card">
<video autoplay muted loop class="bg-video" data-src="DR. VIK PANT ON GEN AI_ OPPORTUNITIES & CHALLENGES.mp4" loading="lazy"></video>
<div class="overlay-text"></div>
</div>
</div>
</section>
<section class="footer-text">
<p>We're the strategists behind <br> the world's top executives and firms.</p>
</section>
<section class="logos">
<img src="kpmg.png" alt="KPMG">
<img src="pwc.png" alt="PWC">
<img src="go.png" alt="GO NOMADING">
<img src="ClayboxAI_.png" alt="CLAYBOX AI">
<img src="Leadershift-logo-horizontal@2x-300x66.png" alt="LEADERSHIFT">
</section>
</div>
<div class="thought-leaders-section">
<div class="intro">
<h2>Founders are under pressure to <br>
become thought leaders.</h2>
<p>In today's saturated market, startups don't fail because of bad products—they fail because people don't understand why they matter. Strong positioning of startup founders helps define your startup's unique value, and content marketing brings that clarity to life.</p>
</div>
</div>
<div class="container">
<h1>Our Signature Process</h1>
<div class="mindmap">
<div class="step">
<i class="fas fa-rocket"></i>
<div class="step-title">Step 1: Quick Onboarding</div>
<div class="step-desc">A short form and intro call with the founder or team to understand goals and key messaging.</div>
</div>
<div class="step">
<i class="fas fa-search"></i>
<div class="step-title">Step 2: Niche Research</div>
<div class="step-desc">We research your niche, top-performing content, and FAQs to craft the most relevant questions.</div>
</div>
<div class="step">
<i class="fas fa-pen-to-square"></i>
<div class="step-title">Step 3: Interview Prep</div>
<div class="step-desc">We share the question set for feedback and schedule an in-person interview with the founder.</div>
</div>
<div class="step">
<i class="fas fa-video"></i>
<div class="step-title">Step 4: Shoot Day</div>
<div class="step-desc">Our crew visits your office to film a 1-hour, multi-camera interview with the founder.</div>
</div>
<div class="step">
<i class="fas fa-scissors"></i>
<div class="step-title">Step 5: Post-Production</div>
<div class="step-desc">From one session, we deliver 12 LinkedIn videos and 8 written posts within 7–12 working days.</div>
</div>
<div class="step">
<i class="fas fa-check-circle"></i>
<div class="step-title">Step 6: Review & Approval</div>
<div class="step-desc">All content is shared for review and published on LinkedIn and other platforms post-approval.</div>
</div>
<div class="step">
<i class="fas fa-chart-line"></i>
<div class="step-title">Step 7: Performance Tracking</div>
<div class="step-desc">We monitor content performance to optimize future storytelling and results.</div>
</div>
</div>
</div>
</div>
<div class="cta-section">
<div class="cta-card">
<video class="cta-video" autoplay loop muted loading="lazy">
<source src="6883837-uhd_4096_2160_25fps.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
<div class="cta-content">
<h3>Mediocre content is not an option</h3>
<button class="cta-button" onclick="window.location.href='https://cal.com/vaibhavnahata/30min'">Book a call</button>
</div>
</div>
</div>
<div class="faq-section">
<h2>Frequently Asked Questions</h2>
<div class="faq-item">
<button class="accordion">What exactly do you do for startup founders?</button>
<div class="panel">
<p>We help startup founders build authority and thought leadership by strategically crafting and distributing high-impact content—blogs, LinkedIn posts, newsletters, podcasts, and more—tailored to your niche and business goals.</p>
</div>
</div>
<div class="faq-item">
<button class="accordion">Why should I position myself as a thought leader?</button>
<div class="panel">
<p>Thought leadership builds trust. When you're seen as an expert in your space, investors listen, customers convert faster, and top talent wants to work with you. It also future-proofs your brand, even if your product pivots.</p>
</div>
</div>
<div class="faq-item">
<button class="accordion">What platforms do you create content for?</button>
<div class="panel">
<p>We focus primarily on LinkedIn, Medium, personal blogs, and email newsletters. We also offer support for Twitter (X) and podcast scripting depending on your goals.</p>
</div>
</div>
<div class="faq-item">
<button class="accordion">Is this ghostwriting? Will it still sound like me?</button>
<div class="panel">
<p>Yes, we provide ghostwriting services—but every word sounds like you. We spend time understanding your tone, values, and vision so that your content feels authentic and powerful.</p>
</div>
</div>
<div class="faq-item">
<button class="accordion">What's your process like?</button>
<div class="panel">
<p>Quick Onboarding: Short form and intro call with the founder to align on goals and messaging.</p>
<p>Niche Research: Research your niche, top content, and FAQs to draft relevant questions.</p>
<p>Interview Prep: Share question set for feedback and schedule an in-person founder interview.</p>
<p>Shoot Day: Film a 1-hour, multi-camera interview at your office with our production crew.</p>
<p>Post-Production: Deliver 12 LinkedIn videos and 8 posts within 7–12 working days.</p>
<p>Review & Approval: Share content for review, then publish on LinkedIn and other platforms.</p>
<p>Performance Tracking: Track content performance and optimize future storytelling.</p>
</div>
</div>
<div class="faq-item">
<button class="accordion">Do I need to create content myself too?</button>
<div class="panel">
<p>Only if you want to. We handle the heavy lifting, but we may request short voice notes, past writing, or occasional insights to ensure your unique perspective shines through.</p>
</div>
</div>
<div class="faq-item">
<button class="accordion">Can you also help grow my LinkedIn following?</button>
<div class="panel">
<p>Absolutely. We optimize your profile, create engaging content, and implement growth strategies to build a high-quality audience of your ideal clients, peers, or investors.</p>
</div>
</div>
<div class="faq-item">
<button class="accordion">How soon can I start seeing results?</button>
<div class="panel">
<p>Most clients begin to see increased engagement and visibility within 4–6 weeks. Thought leadership is a compounding asset—the longer you invest, the more valuable it becomes.</p>
</div>
</div>
<div class="faq-item">
<button class="accordion">What kind of founders do you typically work with?</button>
<div class="panel">
<p>We work with early-stage to Series A founders, especially in tech, SaaS, D2C, and impact-driven ventures who want to build a strong personal brand alongside their business.</p>
</div>
</div>
<div class="faq-item">
<button class="accordion">How do I get started?</button>
<div class="panel">
<p>Simple. Just book a free strategy call with us, and we'll explore whether we're the right fit to build your thought leadership engine.</p>
</div>
</div>
</div>
<div class="cta-section">
<div class="cta-card">
<video class="cta-video" autoplay loop muted loading="lazy">
<source src="6883837-uhd_4096_2160_25fps.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
<div class="cta-content">
<h3>Leadership Marketing for Startup Founders.</h3>
<button class="cta-button" onclick="window.location.href='https://cal.com/vaibhavnahata/30min'">Book a call</button>
</div>
</div>
</div>
<script>
var acc = document.getElementsByClassName("accordion");
var i;
for (i = 0; i < acc.length; i++) {
acc[i].addEventListener("click", function() {
this.classList.toggle("active");
var panel = this.nextElementSibling;
if (panel.style.display === "block") {
panel.style.display = "none";
} else {
panel.style.display = "block";
}
});
}
document.addEventListener('DOMContentLoaded', function() {
const videos = document.querySelectorAll('.bg-video');
videos.forEach(video => {
video.setAttribute('src', video.getAttribute('data-src'));
});
});
</script>
<footer class="footer">
<p>All rights reserved by Thought Leaders 2025</p>
</footer>
</body>
</html>