6 Commits

Author SHA1 Message Date
4be27bca11 Update src/app/page.tsx 2026-03-10 20:58:52 +00:00
4847e75ab1 Merge version_2 into main
Merge version_2 into main
2026-03-10 20:57:05 +00:00
b99848f098 Update src/app/page.tsx 2026-03-10 20:57:01 +00:00
1758fe7749 Merge version_1 into main
Merge version_1 into main
2026-03-10 20:51:10 +00:00
ed18c711a2 Merge version_1 into main
Merge version_1 into main
2026-03-10 20:50:30 +00:00
e2d3f4f494 Merge version_1 into main
Merge version_1 into main
2026-03-10 20:49:00 +00:00

View File

@@ -250,7 +250,7 @@ export default function HomePage() {
"1,500 AI-generated images/month", "Advanced photo editing & customization", "Priority phone & email support", "Custom brand templates", "Social media scheduling integration", "Video reel generation"],
},
{
id: "enterprise", tag: "Enterprise Plan", price: "Custom", period: "pricing", description: "Unlimited everything for large teams and enterprise-level operations.", button: { text: "Contact Sales", href: "tel:+1-800-555-0123" },
id: "enterprise", tag: "Enterprise Plan", price: "$999+", period: "/month", description: "Starting at $999/month for unlimited everything for large teams and enterprise-level operations.", button: { text: "Contact Sales", href: "tel:+1-800-555-0123" },
featuresTitle: "Everything in Professional, plus:", features: [
"Unlimited AI-generated content", "Dedicated account manager", "Custom API access", "Team collaboration tools", "Advanced analytics & reporting", "Custom integrations"],
},
@@ -268,8 +268,8 @@ export default function HomePage() {
<div id="contact" data-section="contact">
<ContactSplit
tag="Ready to Transform Your Marketing?"
title="Schedule Your Free Demo Today"
description="See how AI can automatically generate stunning marketing content for your products. Our experts will show you exactly how to 10x your content creation speed and reduce costs by 80%."
title="See AI in Action—Live Demo in 10 Minutes"
description="Experience the power of AI-generated marketing content instantly. Let our experts show you how to 10x your content creation speed."
tagIcon={Zap}
background={{ variant: "sparkles-gradient" }}
useInvertedBackground={false}
@@ -278,7 +278,7 @@ export default function HomePage() {
mediaAnimation="slide-up"
mediaPosition="right"
inputPlaceholder="Enter your email address"
buttonText="Schedule Demo"
buttonText="Book Free Demo"
termsText="We respect your privacy. We'll only send you relevant updates about AI marketing."
/>
</div>