<!-- GOLDEN HOUR COLLECTION PRE-LAUNCH PAGE -->
<div style="font-family: 'Helvetica Neue', sans-serif; color:#333; max-width:900px; margin:0 auto; padding:20px;">
<!-- HERO SECTION -->
<section style="text-align:center; padding:50px 20px; background:linear-gradient(to bottom, #fff8f0, #ffe4b5); border-radius:10px;">
<h1 style="font-family:'Playfair Display', serif; font-size:3em; margin-bottom:10px;">From Me To You</h1>
<p style="font-size:1.2em; margin-bottom:20px;">Curated luxury body care, from me to you. Your Golden Hour ritual awaits.</p>
<img src="YOUR_MOCKUP_IMAGE_URL" alt="Golden Hour Collection Scrubs" style="max-width:100%; height:auto; margin-bottom:20px;">
<a href="#waitlist" style="background:#f5c16c; color:#fff; padding:15px 30px; text-decoration:none; border-radius:5px; font-weight:bold;">Reserve Your Golden Hour Scrub</a>
</section>
<!-- ABOUT COLLECTION -->
<section style="padding:50px 20px; text-align:center;">
<h2 style="font-family:'Playfair Display', serif; font-size:2em; margin-bottom:15px;">Golden Hour Collection</h2>
<p style="font-size:1em; max-width:700px; margin:0 auto;">
Inspired by the beauty of the sun’s journey, the Golden Hour Collection brings you curated, luxurious body care that feels personal, playful, and indulgent. Each scrub is designed to leave your skin soft, nourished, and glowing.
</p>
</section>
<!-- SCENTS & SIZES -->
<section style="padding:50px 20px; text-align:center; background:#fff8f0; border-radius:10px;">
<h2 style="font-family:'Playfair Display', serif; font-size:2em; margin-bottom:20px;">Choose Your Scent & Size</h2>
<table style="margin:0 auto; border-collapse:collapse; font-size:1em;">
<tr>
<th style="padding:10px 20px;">Scent</th>
<th style="padding:10px 20px;">Size</th>
<th style="padding:10px 20px;">Name</th>
<th style="padding:10px 20px;">Price</th>
</tr>
<tr style="background:#fff;">
<td style="padding:10px 20px;">Sunlit Lemon</td>
<td style="padding:10px 20px;">4 oz</td>
<td style="padding:10px 20px;">Sugar Baby</td>
<td style="padding:10px 20px;">$14</td>
</tr>
<tr style="background:#ffe4b5;">
<td style="padding:10px 20px;">Hibiscus Sunset</td>
<td style="padding:10px 20px;">8 oz</td>
<td style="padding:10px 20px;">Sugar Daddy</td>
<td style="padding:10px 20px;">$28</td>
</tr>
<tr style="background:#fff;">
<td style="padding:10px 20px;">Vanilla Dusk</td>
<td style="padding:10px 20px;">12 oz</td>
<td style="padding:10px 20px;">Sugar Mama</td>
<td style="padding:10px 20px;">$45</td>
</tr>
</table>
</section>
<!-- HOW IT WORKS -->
<section style="padding:50px 20px; text-align:center;">
<h2 style="font-family:'Playfair Display', serif; font-size:2em; margin-bottom:15px;">Reserve Your Spot</h2>
<ol style="max-width:600px; margin:0 auto; text-align:left; font-size:1em;">
<li>Select your scent and size.</li>
<li>Enter your email to secure your scrub.</li>
<li>We’ll notify you when your Golden Hour Collection is ready to ship.</li>
</ol>
<p style="margin-top:20px;">Return your jar and receive a discount on your next order — sustainably curated, from me to you.</p>
</section>
<!-- INGREDIENTS -->
<section style="padding:50px 20px; text-align:center; background:#fff8f0; border-radius:10px;">
<h2 style="font-family:'Playfair Display', serif; font-size:2em; margin-bottom:15px;">Luxury Ingredients</h2>
<ul style="list-style:none; padding:0; font-size:1em; line-height:1.6;">
<li>Cane Sugar (Saccharum Officinarum)</li>
<li>Coconut Oil (Cocos Nucifera)</li>
<li>Chamomile Flower Infusion</li>
<li>Honey Powder (Mel)</li>
<li>Lemon Peel & Oil (Citrus Limon)</li>
<li>Vanilla Extract (Vanilla Planifolia)</li>
</ul>
</section>
<!-- WAITLIST FORM -->
<section id="waitlist" style="padding:50px 20px; text-align:center;">
<h2 style="font-family:'Playfair Display', serif; font-size:2em; margin-bottom:15px;">Be the First to Experience Golden Hour</h2>
<p style="font-size:1em; max-width:600px; margin:0 auto 20px auto;">
Sign up to reserve your scrub and be notified when the Golden Hour Collection launches. Limited spots available.
</p>
<!-- Replace the form action with your Shopify / Mailchimp form action -->
<form action="YOUR_EMAIL_CAPTURE_URL" method="post" style="max-width:400px; margin:0 auto;">
<input type="text" name="name" placeholder="Name" style="width:100%; padding:10px; margin-bottom:10px; border-radius:5px; border:1px solid #ccc;">
<input type="email" name="email" placeholder="Email" style="width:100%; padding:10px; margin-bottom:10px; border-radius:5px; border:1px solid #ccc;">
<button type="submit" style="background:#f5c16c; color:#fff; padding:12px 20px; border:none; border-radius:5px; font-weight:bold;">Reserve Your Spot</button>
</form>
</section>
<!-- FOOTER -->
<footer style="padding:30px 20px; text-align:center; font-size:0.9em; color:#555;">
<p>© 2026 From Me To You Beauty</p>
<p>Contact: hello@frommetoyoubeauty.com</p>
<p><a href="#">Instagram</a> | <a href="#">TikTok</a></p>
</footer>
</div>