diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 10a3ac4..b0d57c4 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1384,4 +1384,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file diff --git a/src/app/page.tsx b/src/app/page.tsx index 03cf994..5e7fe1f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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() { ); -} +} \ No newline at end of file