
New mom test
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>90-Day New Mom Transformation</title>
<style>
body {
font-family: Arial, sans-serif;
margin: 0;
padding: 0;
background: #fdfdfd;
color: #333;
line-height: 1.5;
}
/* Hero */
.hero {
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
padding: 40px 20px;
background: #f8f9fa;
}
.hero img {
max-width: 260px;
margin-bottom: 20px;
}
.hero h1 {
font-size: 2rem;
color: #2c3e50;
}
.hero p {
font-size: 1.2rem;
margin: 15px 0;
}
.buy-button {
display: inline-block;
background: #ff6b6b;
color: #fff;
font-size: 1.1rem;
font-weight: bold;
padding: 14px 28px;
text-decoration: none;
border-radius: 8px;
transition: background 0.3s ease;
}
.buy-button:hover {
background: #ff4040;
}
/* Content + Sidebar */
.content {
display: flex;
flex-direction: column;
padding: 30px 20px;
}
.sidebar {
margin-top: 30px;
padding: 20px;
background: #fff;
border: 1px solid #eee;
border-radius: 10px;
text-align: center;
}
.sidebar img {
max-width: 200px;
margin-bottom: 15px;
}
/* Testimonials */
.testimonials {
background: #fff;
padding: 40px 20px;
text-align: center;
}
.testimonials h2 {
margin-bottom: 30px;
font-size: 1.8rem;
color: #2c3e50;
}
.testimonial {
max-width: 600px;
margin: 0 auto 30px auto;
font-style: italic;
color: #555;
}
.testimonial strong {
display: block;
margin-top: 10px;
font-style: normal;
color: #333;
}
/* Trust Badges */
.trust {
padding: 40px 20px;
text-align: center;
background: #f8f9fa;
}
.trust h2 {
margin-bottom: 20px;
font-size: 1.6rem;
color: #2c3e50;
}
.trust img {
max-width: 80px;
margin: 10px;
display: inline-block;
}
/* Footer */
footer {
text-align: center;
padding: 40px 20px;
background: #fff;
margin-top: 40px;
}
footer img {
max-width: 180px;
margin: 15px auto;
display: block;
}
/* Responsive */
@media (min-width: 768px) {
.hero {
flex-direction: row;
justify-content: center;
text-align: left;
}
.hero img {
margin-right: 40px;
margin-bottom: 0;
}
.content {
flex-direction: row;
justify-content: space-between;
}
.sidebar {
max-width: 250px;
position: sticky;
top: 20px;
align-self: flex-start;
}
}
</style>
</head>
<body>
<!-- Hero Section -->
<section class="hero">
<img src="{{ 'newmom-book-mockup.webp' | asset_url }}" alt="90-Day New Mom Transformation Book">
<div>
<h1>90-Day New Mom Transformation</h1>
<p>How to Lose 50 lbs Without Losing Your Mind</p>
<a href="https://zimminy.com/cart/46826241786076:1" class="buy-button">Buy Now - $17</a>
</div>
</section>
<!-- Main Content + Sidebar -->
<section class="content">
<div class="main">
<h2>Why This Works</h2>
<p>This 90-day plan is designed specifically for new moms who want to feel confident again without crash diets or stress. You’ll get simple strategies, weekly guides, and realistic steps you can actually follow.</p>
<h2>What You’ll Get</h2>
<ul>
<li>Step-by-step 12-week transformation program</li>
<li>Quick, healthy meal ideas</li>
<li>Time-efficient workouts</li>
<li>Mindset tools to stay motivated</li>
</ul>
<a href="https://zimminy.com/cart/46826241786076:1" class="buy-button">Get Instant Access</a>
</div>
<!-- Sidebar with Book Mockup -->
<aside class="sidebar">
<img src="{{ 'newmom-book-mockup.webp' | asset_url }}" alt="Book Preview">
<p><strong>Special Launch Price:</strong> Only $17</p>
<a href="https://zimminy.com/cart/46826241786076:1" class="buy-button">Buy Now</a>
</aside>
</section>
<!-- Testimonials -->
<section class="testimonials">
<h2>What Other Moms Are Saying</h2>
<div class="testimonial">
“I never thought I could lose the baby weight with my crazy schedule, but this plan made it simple. I’m down 42 lbs and feel amazing!”
<strong>– Sarah M., Mom of 2</strong>
</div>
<div class="testimonial">
“The meals are so easy and the workouts fit right into my day. I finally feel confident again!”
<strong>– Jessica R., First-Time Mom</strong>
</div>
<div class="testimonial">
“It’s like having a coach walk me through every week. Best $17 I’ve ever spent.”
<strong>– Emily L., Mom of 3</strong>
</div>
</section>
<!-- Trust Badges -->
<section class="trust">
<h2>You’re Protected & Supported</h2>
<img src="https://upload.wikimedia.org/wikipedia/commons/7/72/Lock_font_awesome.svg" alt="Secure Checkout">
<img src="https://upload.wikimedia.org/wikipedia/commons/f/fd/Visa_Logo.png" alt="Visa">
<img src="https://upload.wikimedia.org/wikipedia/commons/4/41/Mastercard_2019_logo.svg" alt="Mastercard">
<img src="https://upload.wikimedia.org/wikipedia/commons/b/b5/PayPal.svg" alt="PayPal">
<p><strong>30-Day Money-Back Guarantee. Risk-Free.</strong></p>
</section>
<!-- Footer with Book Mockup -->
<footer>
<h2>Start Your Transformation Today</h2>
<img src="{{ 'newmom-book-mockup.webp' | asset_url }}" alt="Book Cover">
<a href="https://zimminy.com/cart/46826241786076:1" class="buy-button">Buy Now - $17</a>
</footer>
</body>
</html>