From 86c1831f7f64a60b4a545b171523296248852c0c Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 00:06:16 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 00af939..172d66b 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -5,7 +5,8 @@ import "@/styles/globals.css"; const inter = Inter({ subsets: ["latin"] }); export const metadata: Metadata = { - title: "Investora AI - Investment Education for Pakistan", description: "AI-powered beginner investment education platform for Pakistan. Learn smart, invest wise, grow strong."}; + title: "Investora AI - Investment Education for Pakistan", description: "AI-powered beginner investment education platform for Pakistan. Learn smart, invest wise, grow strong." +}; export default function RootLayout({ children, -- 2.49.1 From 23ad75794afbc7e2ed6abca5d9e5f29a402d46e7 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 00:06:17 +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 2c4f0a4..c887e81 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -168,16 +168,16 @@ export default function HomePage() { { id: "starter", badge: "Starter Plan", badgeIcon: Sparkles, price: "PKR 2,999", subtitle: "Perfect for beginners starting their investment journey", buttons: [ - { text: "Join Now", href: "#payment-instructions" }, + { text: "Start Learning Today", href: "#payment-instructions" }, { text: "View Payment Details", href: "#faq-6" }, ], features: [ "Beginner Investment Course (8 modules)", "Weekly Market Updates & Analysis", "AI Q&A Support", "Risk Management Guide", "Portfolio Guidance Tools", "Access to Community Forum", "Monthly 1-on-1 Guidance Session"], }, { - id: "pro", badge: "Pro Plan", badgeIcon: Crown, + id: "pro", badge: "Pro Plan - Most Popular", badgeIcon: Crown, price: "PKR 5,999", subtitle: "For committed learners ready to master investing", buttons: [ - { text: "Join Now", href: "#payment-instructions" }, + { text: "Join Pro Plan Now", href: "#payment-instructions" }, { text: "View Payment Details", href: "#faq-6" }, ], features: [ -- 2.49.1