From a84c8399e6e27a6fa17ef9ccf3659405a2dca124 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 12:18:39 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.49.1 From 6a6a5fc3696f6b6a4faaa48ce5f0604d0c55d814 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 12:18:40 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -- 2.49.1