From 6efcc7586c1d03e592ab67a7f6bd7d096dd3c9ae Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 05:24:47 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c695ea7..0738579 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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: "#" } -- 2.49.1