Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 23ad75794a | |||
| 86c1831f7f | |||
| b017b45a1f | |||
| e1dcf71904 | |||
| 4b01b55d2d | |||
| 9bb677692d |
@@ -5,7 +5,8 @@ import "@/styles/globals.css";
|
|||||||
const inter = Inter({ subsets: ["latin"] });
|
const inter = Inter({ subsets: ["latin"] });
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
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({
|
export default function RootLayout({
|
||||||
children,
|
children,
|
||||||
@@ -1384,4 +1385,4 @@ export default function RootLayout({
|
|||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
@@ -76,7 +76,7 @@ export default function HomePage() {
|
|||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroSplitDualMedia
|
<HeroSplitDualMedia
|
||||||
title="Start Your Investment Journey with Confidence"
|
title="Start Your Investment Journey with Confidence"
|
||||||
description="AI-powered beginner investment education platform for Pakistan. Learn smart, invest wise, grow strong. We provide education and guidance only—we do not manage client funds."
|
description="AI-powered beginner investment education platform for Pakistan. Learn smart, invest wise, grow strong. Educational platform—no fund management. We provide education and guidance only—we do not manage client funds."
|
||||||
tag="Financial Education"
|
tag="Financial Education"
|
||||||
tagIcon={Sparkles}
|
tagIcon={Sparkles}
|
||||||
background={{ variant: "plain" }}
|
background={{ variant: "plain" }}
|
||||||
@@ -168,16 +168,16 @@ export default function HomePage() {
|
|||||||
{
|
{
|
||||||
id: "starter", badge: "Starter Plan", badgeIcon: Sparkles,
|
id: "starter", badge: "Starter Plan", badgeIcon: Sparkles,
|
||||||
price: "PKR 2,999", subtitle: "Perfect for beginners starting their investment journey", buttons: [
|
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" },
|
{ text: "View Payment Details", href: "#faq-6" },
|
||||||
],
|
],
|
||||||
features: [
|
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"],
|
"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: [
|
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" },
|
{ text: "View Payment Details", href: "#faq-6" },
|
||||||
],
|
],
|
||||||
features: [
|
features: [
|
||||||
@@ -269,4 +269,4 @@ export default function HomePage() {
|
|||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user