From 510088c0f2391cfe6fbd18427b234489d19aa239 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 09:13:44 +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 9c42df0..d3be11c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -126,7 +126,7 @@ export default function LandingPage() { ] }, { - id: "pro", title: "Professional", price: "$999", period: "/month", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AV7xkub6CX09vB5jX90CfP1qGb/advanced-ai-agent-dashboard-with-complex-1772788011188-031eb3de.png", imageAlt: "Professional Plan", button: { text: "Start Free Trial", href: "contact" }, + id: "pro", title: "Professional", price: "$999", period: "/month", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AV7xkub6CX09vB5jX90CfP1qGb/advanced-ai-agent-dashboard-with-complex-1772788011188-031eb3de.png", imageAlt: "Professional Plan", button: { text: "Claim Free Trial", href: "contact" }, features: [ "Unlimited AI agents", "10M API calls/month", "Advanced integrations", "Priority support", "Custom training", "Team collaboration" ] @@ -271,7 +271,7 @@ export default function LandingPage() { imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AV7xkub6CX09vB5jX90CfP1qGb/modern-contact-form-interface-with-smoot-1772788010821-0d82840f.png" imageAlt="Contact and Support" inputPlaceholder="your@email.com" - buttonText="Start Free Trial" + buttonText="Claim Free Trial" termsText="We respect your privacy. Unsubscribe at any time. See our Privacy Policy for details." onSubmit={(email: string) => console.log('Signup:', email)} ariaLabel="Contact Section" -- 2.49.1