<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Luxe Undies - Premium Undergarments</title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css" rel="stylesheet">
<style>
body { font-family: Arial, sans-serif; background-color: #f8f9fa; }
.hero { padding: 50px 0; }
.video-section { background: #fff; padding: 20px; border-radius: 10px; }
.buy-section { background: #fff; padding: 20px; border-radius: 10px; text-align: center; }
.social-section { margin-top: 50px; }
iframe { width: 100%; height: 315px; border-radius: 10px; }
.reels { display: flex; gap: 20px; justify-content: center; flex-wrap: wrap; }
</style>
</head>
<body>
<div class="container hero">
<div class="row">
<!-- Left Side: YouTube Video -->
<div class="col-md-6">
<div class="video-section">
<h2>Watch Our Story</h2>
<iframe src="https://www.youtube.com/embed/YOUR_VIDEO_ID" allowfullscreen></iframe>
</div>
</div>
<!-- Right Side: Buy Now -->
<div class="col-md-6">
<div class="buy-section">
<h2>Luxe Undies</h2>
<p>Comfortable, stylish undergarments for every day.</p>
<a href="https://your-shop-link.com" class="btn btn-primary btn-lg">Buy Now</a>
</div>
</div>
</div>
</div>
<!-- Below: Instagram Reels and Shorts -->
<div class="container social-section">
<h2 class="text-center">Check Out Our Reels & Shorts</h2>
<div class="reels">
<iframe src="https://www.instagram.com/reel/YOUR_REEL_ID/embed" width="300" height="400" frameborder="0" allowfullscreen></iframe>
<iframe src="https://www.instagram.com/reel/YOUR_SHORT_ID/embed" width="300" height="400" frameborder="0" allowfullscreen></iframe>
<!-- Add more as needed -->
</div>
</div>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/js/bootstrap.bundle.min.js"></script>
</body>
</html>
No comments:
Post a Comment