3 Commits

Author SHA1 Message Date
e1dcf71904 Update src/app/page.tsx 2026-03-04 00:03:06 +00:00
4b01b55d2d Update src/app/layout.tsx 2026-03-04 00:03:06 +00:00
9bb677692d Merge version_2 into main
Merge version_2 into main
2026-03-04 00:00:32 +00:00
2 changed files with 3 additions and 3 deletions

View File

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

View File

@@ -76,7 +76,7 @@ export default function HomePage() {
<div id="hero" data-section="hero">
<HeroSplitDualMedia
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"
tagIcon={Sparkles}
background={{ variant: "plain" }}
@@ -269,4 +269,4 @@ export default function HomePage() {
</div>
</ThemeProvider>
);
}
}