Update src/app/page.tsx

This commit is contained in:
2026-04-20 14:06:17 +00:00
parent c1cebc7c29
commit 75747dc8a5

View File

@@ -58,8 +58,6 @@ export default function LandingPage() {
{ id: "s2", name: "Professional Suite", price: "$250", rating: 4.9, imageSrc: "http://img.b2bpic.net/free-photo/empty-business-workplace-equipped-with-modern-tech-tools-serve-enterprise_482257-125151.jpg?_wi=1" },
{ id: "s3", name: "Enterprise Module", price: "$500", rating: 5.0, imageSrc: "http://img.b2bpic.net/free-photo/futurism-perspective-digital-nomads-lifestyle_23-2151252440.jpg?_wi=1" }
]}
title="Monetization Tiers"
description="Select the usage model that fits your application's growth strategy."
/>
</div>
@@ -90,6 +88,8 @@ export default function LandingPage() {
tag="Get Started"
title="Deploy Your Paywall"
description="Our team will help you integrate billing systems within 24 hours. Connect today."
background={{ variant: "gradient-bars" }}
useInvertedBackground={false}
buttonText="Request Integration"
/>
</div>