SaaS Product Sales Funnel
Transform Your Business with Our SaaS Solution
Discover how our software can streamline your operations and drive growth.
Choose Your Plan
Basic
$10/month
Pro
$30/month
- Feature A
- Feature B
- Feature C
Enterprise
$60/month
- Feature A
- Feature B
- Feature C
- Feature D
Frequently Asked Questions
How does the free trial work?
Our free trial provides full access to the software for 14 days. No credit card required.
Can I upgrade my plan later?
Yes, you can upgrade or downgrade your plan at any time through your account settings.
Is there customer support available?
We offer 24/7 customer support to assist you with any questions or issues.
What Our Customers Say
"This software has revolutionized our business operations. Highly recommended!"
- Alex J.
"Great features and fantastic support. Worth every penny."
- Jamie R.
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: Arial, sans-serif;
background-color: #f4f4f4;
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
padding: 20px;
}
.container {
background-color: #fff;
padding: 20px;
border-radius: 8px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
max-width: 800px;
width: 100%;
text-align: center;
}
h1, h2, h3 {
color: #333;
}
button {
padding: 10px 15px;
background-color: #007bff;
color: #fff;
border: none;
border-radius: 4px;
font-size: 16px;
cursor: pointer;
transition: background-color 0.3s;
margin-top: 10px;
}
button:hover {
background-color: #0056b3;
}
.hidden {
display: none;
}
#demoVideo {
margin-top: 20px;
}
form {
display: flex;
flex-direction: column;
align-items: center;
}
label {
margin-top: 10px;
text-align: left;
width: 100%;
}
input {
width: 100%;
padding: 8px;
border: 1px solid #ddd;
border-radius: 4px;
margin-top: 5px;
}
.pricing-tiers {
display: flex;
justify-content: space-around;
margin-top: 20px;
}
.tier {
background-color: #f8f9fa;
padding: 20px;
border-radius: 8px;
width: 30%;
}
.tier h3 {
margin-bottom: 10px;
}
.faq-item {
margin-bottom: 10px;
text-align: left;
}
.testimonial {
margin-top: 20px;
padding: 10px;
background-color: #f8f9fa;
border-radius: 4px;
}
Comments
Post a Comment