Merge version_3 into main #5

Merged
bender merged 2 commits from version_3 into main 2026-03-07 12:18:44 +00:00
2 changed files with 4 additions and 4 deletions

View File

@@ -1384,4 +1384,4 @@ export default function RootLayout({
</body>
</html>
);
}
}

View File

@@ -144,7 +144,7 @@ export default function LandingPage() {
plans={[
{
id: "monthly-plan", tag: "Most Popular", tagIcon: Crown,
price: "₹100", period: "/month", description: "Everything you need for professional AI-powered photo editing and batch processing.", button: { text: "Start Free Trial", href: "#contact" },
price: "₹100", period: "/month", description: "Everything you need for professional AI-powered photo editing and batch processing.", button: { text: "Start 7-Day Free Trial", href: "#contact" },
featuresTitle: "What's Included:", features: [
"Unlimited image editing", "Batch processing up to 1000 images/month", "All AI enhancement tools", "Cloud storage (50GB)", "Priority support", "Export in any format", "Cross-platform access", "Weekly filter updates"],
},
@@ -227,7 +227,7 @@ export default function LandingPage() {
text="Ready to transform your photo editing? Join thousands of creators using EditAI. Start your free trial today and experience the power of AI-assisted editing."
animationType="entrance-slide"
buttons={[
{ text: "Start Free Trial", href: "#pricing" },
{ text: "Start 7-Day Free Trial", href: "#pricing" },
{ text: "Contact Support", href: "mailto:support@editai.com" },
]}
background={{ variant: "plain" }}
@@ -279,4 +279,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}