3 Commits

Author SHA1 Message Date
45da6e7144 Update src/app/page.tsx 2026-03-03 05:27:38 +00:00
ede3a8c745 Merge version_2 into main
Merge version_2 into main
2026-03-03 05:24:51 +00:00
6efcc7586c Update src/app/page.tsx 2026-03-03 05:24:47 +00:00

View File

@@ -223,7 +223,7 @@ export default function LandingPage() {
},
{
id: "3", price: "$999/mo", name: "Enterprise", buttons: [
{ text: "Contact Sales", href: "#contact" },
{ text: "Get Quote", href: "#contact" },
{ text: "Schedule Demo", href: "#" }
],
features: [
@@ -254,7 +254,7 @@ export default function LandingPage() {
id: "2", title: "Can I migrate from another hosting provider?", content: "Yes, we offer free migration assistance for all plans. Our team will help you transfer your applications, databases, and configurations with zero downtime. Most migrations complete within 24-48 hours."
},
{
id: "3", title: "Do you offer free trial or credit?", content: "$100 in free credits for the first month. No credit card required. You get full access to all features and can scale up or down anytime. If you need more time, contact our sales team."
id: "3", title: "Do you offer free trial or credit?", content: "Limited-time offer: Get $100 in free credits for the first month. No credit card required. You get full access to all features and can scale up or down anytime. If you need more time, contact our sales team."
},
{
id: "4", title: "What payment methods do you accept?", content: "We accept all major credit cards (Visa, Mastercard, American Express), PayPal, wire transfers, and ACH payments for enterprise customers. Annual billing includes a 15% discount."
@@ -281,7 +281,7 @@ export default function LandingPage() {
tagIcon={Rocket}
tagAnimation="slide-up"
title="Start Your Free Trial Today"
description="Get $100 in free credits and experience enterprise-grade hosting with zero commitment. Deploy your first application in minutes."
description="Limited-time offer: Get $100 in free credits and experience enterprise-grade hosting with zero commitment. No credit card required. Deploy your first application in minutes."
buttons={[
{ text: "Start Free Trial", href: "#" },
{ text: "Schedule Demo", href: "#" }