Merge version_3 into main #3

Merged
bender merged 1 commits from version_3 into main 2026-03-06 09:13:49 +00:00

View File

@@ -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"