Spaces:
Running
Running
File size: 1,379 Bytes
5a2f8da |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Pricing | FLENvideos</title>
<!-- Same head content as index.html -->
</head>
<body class="bg-secondary text-white">
<!-- Navigation (same as index.html) -->
<!-- Pricing Hero -->
<section class="hero-gradient pt-32 pb-20">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 text-center">
<h1 class="text-5xl md:text-6xl font-bold leading-tight" data-aos="fade-up">
Simple, Transparent Pricing
</h1>
<p class="mt-6 text-xl text-gray-100 max-w-3xl mx-auto" data-aos="fade-up" data-aos-delay="100">
Choose the perfect plan for your music career
</p>
</div>
</section>
<!-- Pricing Plans -->
<section class="py-20 bg-secondary">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<!-- Pricing tables with more details than index.html -->
</div>
</section>
<!-- FAQ Section -->
<section class="py-20 bg-gray-900">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<!-- Frequently asked questions -->
</div>
</section>
<!-- Footer (same as index.html) -->
<!-- Scripts (same as index.html) -->
</body>
</html> |