Heading 2
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>Dorina Lantella – Speaker Kit</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<style>
body {
font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
margin: 0;
padding: 0;
color: #222;
background-color: #faf7f2;
line-height: 1.6;
}
.container {
max-width: 1100px;
margin: 0 auto;
padding: 24px 16px 60px;
}
h1, h2, h3, h4 {
font-weight: 700;
margin-top: 0;
color: #2a1c15;
}
h1 {
font-size: 2.4rem;
}
h2 {
font-size: 1.8rem;
margin-top: 2.5rem;
border-bottom: 2px solid #e2d3c0;
padding-bottom: 0.4rem;
}
h3 {
font-size: 1.3rem;
margin-top: 1.6rem;
}
p {
margin: 0.4rem 0 0.8rem;
}
.hero {
display: flex;
flex-wrap: wrap;
gap: 24px;
align-items: center;
margin-bottom: 32px;
}
.hero-text {
flex: 1 1 320px;
}
.hero-photo {
flex: 0 0 260px;
max-width: 260px;
border-radius: 16px;
overflow: hidden;
box-shadow: 0 12px 25px rgba(0,0,0,0.15);
}
.hero-photo img {
display: block;
width: 100%;
height: auto;
}
.tagline {
font-size: 1.1rem;
font-style: italic;
color: #8a5a3c;
margin-top: 0.4rem;
}
.subheading {
font-size: 0.95rem;
text-transform: uppercase;
letter-spacing: 1.4px;
color: #86624a;
font-weight: 600;
margin-bottom: 0.5rem;
}
.badge-row {
display: flex;
flex-wrap: wrap;
gap: 8px;
margin: 12px 0 10px;
}
.badge {
font-size: 0.78rem;
padding: 4px 10px;
border-radius: 999px;
background-color: #f1e2d2;
color: #5c3e2b;
text-transform: uppercase;
letter-spacing: 1px;
}
.location {
font-size: 0.95rem;
color: #555;
margin-top: 4px;
}
.highlight-box {
background-color: #fff;
border-radius: 16px;
padding: 18px 20px;
margin: 18px 0;
box-shadow: 0 8px 20px rgba(0,0,0,0.06);
}
.highlight-box h3 {
margin-top: 0;
}
.two-column {
display: grid;
grid-template-columns: minmax(0, 1.1fr) minmax(0, 1.1fr);
gap: 24px;
}
@media (max-width: 800px) {
.hero {
flex-direction: column-reverse;
}
.hero-photo {
max-width: 220px;
margin: 0 auto;
}
.two-column {
grid-template-columns: 1fr;
}
}
ul {
margin: 0.4rem 0 0.8rem 1.2rem;
padding: 0;
}
li {
margin: 0.2rem 0;
}
.pill-list {
display: flex;
flex-wrap: wrap;
gap: 8px;
margin: 6px 0 12px;
}
.pill {
font-size: 0.8rem;
padding: 4px 10px;
border-radius: 999px;
border: 1px solid #e2d3c0;
background-color: #fff;
color: #5c3e2b;
}
.quote {
border-left: 4px solid #e0c2a3;
padding-left: 12px;
margin: 10px 0 16px;
font-size: 0.95rem;
font-style: italic;
}
.quote span {
display: block;
margin-top: 4px;
font-style: normal;
font-weight: 600;
color: #5c3e2b;
}
.label {
font-size: 0.85rem;
text-transform: uppercase;
letter-spacing: 1.2px;
color: #8a5a3c;
font-weight: 600;
margin-bottom: 4px;
}
.cta-box {
background: #2a1c15;
color: #fff7eb;
border-radius: 18px;
padding: 20px 22px;
margin-top: 32px;
text-align: center;
}
.cta-box h2 {
border: none;
margin-top: 0;
color: #fff7eb;
}
.cta-btn {
display: inline-block;
margin-top: 10px;
padding: 10px 22px;
background-color: #f7b26a;
color: #2a1c15;
text-decoration: none;
font-weight: 600;
border-radius: 999px;
}
.small {
font-size: 0.85rem;
color: #777;
}
.emoji {
font-size: 1.1rem;
margin-right: 4px;
}
</style>
</head>
<body>
<div class="container">
<!-- HERO SECTION -->
<section class="hero">
<div class="hero-text">
<div class="subheading">Speaker • Chef • Family Connection Coach</div>
<h1>Dorina Lantella</h1>
<p class="tagline">Reviving the Roseto Effect: Back to the Table, Back to Each Other.</p>
<p class="location">🍕 Living full-time in Roseto Valfortore, Italy – the village that inspired the world-famous Roseto Effect.</p>
<div class="badge-row">
<div class="badge">Keynote Speaker</div>
<div class="badge">Mom of Six</div>
<div class="badge">Italian Chef</div>
<div class="badge">Relationship Coach</div>
<div class="badge">Heritage Guide</div>
</div>
<p>
Dorina helps modern families, communities, and organizations combat loneliness and disconnection by
reviving the time-tested lifestyle of the Roseto Effect — where cooking, conversation, and community
literally become medicine.
</p>
<div class="highlight-box">
<h3>Category of One</h3>
<p>
Dorina is the only cooking educator and family-connection coach who:
</p>
<ul>
<li>Lives full-time in <strong>Roseto Valfortore</strong>, the village behind the Roseto Effect.</li>
<li>Blends cooking, culture, psychology, faith, and family systems into one cohesive method.</li>
<li>Offers immersive heritage trips where people can experience the Roseto lifestyle from the inside — not as tourists, but as part of the village.</li>
</ul>
</div>
</div>
<div class="hero-photo">
<!-- Replace src with your existing hero/headshot image from the 10X page -->
<img src="YOUR-HERO-IMAGE.jpg" alt="Dorina Lantella speaking" />
</div>
</section>
<!-- ABOUT SECTION -->
<section id="about">
<h2>About Dorina</h2>
<p>
Ciao, I’m <strong>Dorina Lantella</strong> — a mamma of six, Italian chef, relationship coach, and
full-time resident of <strong>Roseto Valfortore</strong>, the small mountain village in Southern Italy
that inspired the world-famous <em>Roseto Effect</em>.
</p>
<p>
After decades of nurturing holistic health, shared meals, and deep community in my own family in the
United States, I returned to the land of my roots and moved to Roseto to live the lifestyle that
researchers once studied. My life’s work is helping families rediscover the connection, belonging, and
emotional health that come from gathering at the table.
</p>
<p>
Through <strong>Dorina’s Kitchen</strong>, my <strong>Roseto Effect Method</strong>, and immersive
heritage and culinary trips hosted in the village where it all began, I teach people how to transform
ordinary meals into powerful rituals of love, identity, and resilience.
</p>
<p class="small">
Mission: seat <strong>one million families “back at the table”</strong> by 2027.
</p>
</section>
<!-- WHY ONLY DORINA -->
<section id="why-only-dorina">
<h2>Why Only Dorina?</h2>
<div class="two-column">
<div>
<h3>What Makes Her Different</h3>
<ul>
<li><strong>Lives the Roseto Effect daily</strong> in the very village where it was born.</li>
<li><strong>Mom of six</strong> with 30+ years of lived experience in building strong family culture.</li>
<li><strong>Trained by Italian nonnas</strong> and skilled in teaching cooking as connection, not just technique.</li>
<li><strong>Background in Christian counseling & relationships</strong> – she understands hearts, not just recipes.</li>
<li><strong>Heritage trips + online education</strong> – a rare blend of immersive experience and practical frameworks.</li>
<li><strong>Movement-driven</strong> – focused on reviving a proven lifestyle that the modern world is starving for.</li>
</ul>
</div>
<div>
<h3>Perfect For Audiences Who Care About</h3>
<div class="pill-list">
<div class="pill">Family & Parenting</div>
<div class="pill">Mental Health & Loneliness</div>
<div class="pill">Community & Culture</div>
<div class="pill">Faith & Spirituality</div>
<div class="pill">Food & Hospitality</div>
<div class="pill">Heritage & Roots Tourism</div>
<div class="pill">Wellness & Longevity</div>
<div class="pill">Women & Mom Entrepreneurs</div>
</div>
<p>
Whether speaking to parents, churches, schools, wellness organizations, Italian-American groups,
or women entrepreneurs, Dorina brings a powerful mix of story, science, and soul.
</p>
</div>
</div>
</section>
<!-- SIGNATURE TALK -->
<section id="signature-talk">
<h2>Signature Keynote</h2>
<h3>“Reconnecting Over Dinner – Redefining Family in a Tech-Driven World”</h3>
<p>
We are more connected than ever — and yet families have never felt more distant. Busyness, screens, and
stress have quietly hollowed out the heart of the home: the table.
</p>
<p>In this keynote, Dorina:</p>
<ul>
<li>Unpacks the original <strong>Roseto Effect</strong> – how one immigrant community stunned researchers with its extraordinary health and longevity.</li>
<li>Shows how <strong>shared meals, traditions, and deep community</strong> acted as powerful protection against heart disease and despair.</li>
<li>Reveals why our modern lifestyle is breaking families’ emotional and relational health.</li>
<li>Offers a simple, practical <strong>“Back to the Table” framework</strong> any family can begin using this week.</li>
<li>Shares heartfelt stories from her own kitchen and from living full-time in Roseto Valfortore.</li>
</ul>
<p>
Audiences leave with renewed hope, a clear path to rebuilding connection at home, and the belief that
they don’t need perfection — they just need a table, some food, and a willingness to show up.
</p>
</section>
<!-- ADDITIONAL TOPICS -->
<section id="topics">
<h2>Additional Topics & Formats</h2>
<h3>🍕 “The Roseto Effect Method: Your Recipe for Relationships”</h3>
<p>
A practical, workshop-style session where Dorina walks participants through her step-by-step method for
rebuilding family culture using food, rituals, and conversation.
</p>
<h3>🍕 “From Roots to Revival: What an Italian Village Can Teach Us About Modern Loneliness”</h3>
<p>
Ideal for conferences on mental health, wellness, or community. Dorina connects the dots between
historical Roseto, today’s loneliness epidemic, and what organizations can do to foster belonging.
</p>
<h3>🍕 “Faith, Family, and the Table: Sacred Hospitality in a Hurried World”</h3>
<p>
Perfect for churches and faith-based events. Dorina explores the spiritual dimension of the table as a
place of grace, healing, and multigenerational discipleship.
</p>
<p class="small">
Available as keynotes, breakout sessions, interactive workshops, virtual events, and retreats.
</p>
</section>
<!-- TESTIMONIALS -->
<section id="testimonials">
<h2>What People Are Saying</h2>
<div class="quote">
“Dorina is a crackerjack teacher who brings the most out of her students. She is thoughtful of their needs and
creates a safe learning environment where all feel welcome and ready to learn and participate. … Her ability to
cook better than most restaurant head cooks and teach with humility and caring sets her apart. I give Dorina
five wooden spoons of approval.”
<span>— W. Ward, Business Analyst</span>
</div>
<div class="quote">
“Dorina’s passion for the art of cooking is contagious and inspiring. I have gained so much confidence in my
kitchen. … She is a chef whose impact goes far beyond the plate and has a clear affinity for bringing families
like mine together.”
<span>— Mark Anderson, Project Manager</span>
</div>
<div class="quote">
“I’m 15 years old. I thought sitting at the table with a bunch of people and talking would be boring… I never
used my iPhone! It’s really nice to sit with a bunch of friends and family and hear what everybody’s doing…
It’s a really great way to feel connected to everybody. And her food was really great too!”
<span>— Lenny F., Student</span>
</div>
<div class="quote">
“I’ve known Dorina for almost 10 years now. I’ve found her to be a gifted teacher who has a wonderfully unique
and refreshing way of looking at things. Her passion and enthusiasm are infectious… I’m sure she will enrich
your life just as she has enriched mine.”
<span>— Mike Masiello, Sr. Engineer Manager</span>
</div>
</section>
<!-- MEDIA / TOP-LINE SCRIPT -->
<section id="media">
<h2>30-Second Media Intro</h2>
<p>
“My name is <strong>Dorina Lantella</strong>, and I live full-time in <strong>Roseto Valfortore</strong> —
the small Italian village that inspired the famous Roseto Effect, a scientific discovery showing how strong
family bonds and community can literally protect our health. I teach families how to recreate that same
connection through my Roseto Effect Method, where cooking becomes the foundation for communication, rituals,
and togetherness. And when people visit Italy with me, they experience the Roseto lifestyle from the inside —
not as tourists, but as part of the village. I’m reviving a way of living that the modern world desperately
needs.”
</p>
</section>
<!-- CONTACT / CTA -->
<section id="contact">
<div class="cta-box">
<h2>Book Dorina</h2>
<p>
Ready to inspire your audience to fight loneliness, rebuild family culture, and rediscover the power
of the table?
</p>
<p>
Dorina is available for keynotes, panels, workshops, interviews, and retreats — in the U.S., Italy,
and virtually.
</p>
<p>
<strong>Email:</strong> <a href="mailto:dorinaskitchen@gmail.com" style="color:#fff7eb; text-decoration:underline;">dorinaskitchen@gmail.com</a>
</p>
<a class="cta-btn" href="mailto:dorinaskitchen@gmail.com">Request Availability</a>
<p class="small" style="margin-top:10px;">
Based in Roseto Valfortore, Italy • Available worldwide
</p>
</div>
</section>
</div>
</body>
</html>





