Update src/app/page.tsx
This commit is contained in:
100
src/app/page.tsx
100
src/app/page.tsx
@@ -33,12 +33,12 @@ export default function HomePage() {
|
||||
brandName="FundHub"
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Schemes", id: "/schemes" },
|
||||
{ name: "Performance", id: "/performance" },
|
||||
{ name: "Invest", id: "/invest" },
|
||||
{ name: "Schemes", id: "#schemes" },
|
||||
{ name: "Performance", id: "#metrics" },
|
||||
{ name: "About", id: "#about" },
|
||||
]}
|
||||
button={{
|
||||
text: "Open Account", href: "/contact"}}
|
||||
text: "Open Account", href: "#contact"}}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -61,9 +61,9 @@ export default function HomePage() {
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Start Investing", href: "/invest"},
|
||||
text: "Start Investing", href: "#investment-guide"},
|
||||
{
|
||||
text: "View Schemes", href: "/schemes"},
|
||||
text: "View Schemes", href: "#schemes"},
|
||||
]}
|
||||
buttonAnimation="blur-reveal"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -75,11 +75,11 @@ export default function HomePage() {
|
||||
tag="About FundHub"
|
||||
tagIcon={Shield}
|
||||
tagAnimation="slide-up"
|
||||
title="Simplifying Wealth Creation Through Transparent Mutual Fund Distribution"
|
||||
title="Simplifying Wealth Creation Through Transparent Mutual Fund Distribution - Your Trusted Partner in Building Long-term Financial Security"
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
{
|
||||
text: "Learn More", href: "#"},
|
||||
text: "Explore Our Story", href: "#metrics"},
|
||||
]}
|
||||
buttonAnimation="blur-reveal"
|
||||
/>
|
||||
@@ -88,7 +88,7 @@ export default function HomePage() {
|
||||
<div id="schemes" data-section="schemes">
|
||||
<FeatureCardTwentyThree
|
||||
title="Comprehensive Fund Schemes Portfolio"
|
||||
description="Explore our curated selection of mutual funds across multiple categories to build a diversified investment portfolio."
|
||||
description="Explore our curated selection of mutual funds across multiple categories to build a diversified investment portfolio. Each fund is carefully selected and monitored to align with different risk profiles and investment goals."
|
||||
tag="Fund Categories"
|
||||
tagIcon={Briefcase}
|
||||
tagAnimation="slide-up"
|
||||
@@ -108,7 +108,7 @@ export default function HomePage() {
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore All Schemes", href: "/schemes"},
|
||||
text: "Explore All Schemes", href: "#schemes"},
|
||||
]}
|
||||
buttonAnimation="blur-reveal"
|
||||
/>
|
||||
@@ -117,7 +117,7 @@ export default function HomePage() {
|
||||
<div id="metrics" data-section="metrics">
|
||||
<MetricCardTen
|
||||
title="Fund Performance & Key Ratios"
|
||||
description="Compare fund performance metrics, Sharpe ratios, and expense ratios to make informed investment decisions."
|
||||
description="Compare fund performance metrics, Sharpe ratios, and expense ratios to make informed investment decisions. Real-time data helps you track performance across different market cycles."
|
||||
tag="Performance Data"
|
||||
tagIcon={BarChart3}
|
||||
tagAnimation="slide-up"
|
||||
@@ -125,25 +125,25 @@ export default function HomePage() {
|
||||
{
|
||||
id: "growth-fund-1", title: "Premium Growth Fund", subtitle: "Annual Return | Sharpe Ratio 1.8", category: "Equity", value: "14.5% YTD", buttons: [
|
||||
{
|
||||
text: "Details", href: "#"},
|
||||
text: "Details", href: "#investment-guide"},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "growth-fund-2", title: "Aggressive Growth Fund", subtitle: "3-Year CAGR | Expense Ratio 0.85%", category: "Equity", value: "16.2% CAGR", buttons: [
|
||||
{
|
||||
text: "Details", href: "#"},
|
||||
text: "Details", href: "#investment-guide"},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "income-fund", title: "Secure Income Fund", subtitle: "Modified Duration 4.5 | Yield 5.8%", category: "Debt", value: "6.1% YTD", buttons: [
|
||||
{
|
||||
text: "Details", href: "#"},
|
||||
text: "Details", href: "#investment-guide"},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "balanced-fund", title: "Balanced Advantage Fund", subtitle: "60/40 Allocation | 5-Year Return", category: "Hybrid", value: "10.8% CAGR", buttons: [
|
||||
{
|
||||
text: "Details", href: "#"},
|
||||
text: "Details", href: "#investment-guide"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -153,7 +153,7 @@ export default function HomePage() {
|
||||
uniformGridCustomHeightClasses="min-h-95"
|
||||
buttons={[
|
||||
{
|
||||
text: "View Complete Performance", href: "/performance"},
|
||||
text: "View Complete Performance", href: "#metrics"},
|
||||
]}
|
||||
buttonAnimation="blur-reveal"
|
||||
/>
|
||||
@@ -162,7 +162,7 @@ export default function HomePage() {
|
||||
<div id="investment-guide" data-section="investment-guide">
|
||||
<ProductCardThree
|
||||
title="Investment Requirements & Eligibility"
|
||||
description="Understand minimum investment amounts, KYC requirements, and eligibility criteria for each fund category."
|
||||
description="Understand minimum investment amounts, KYC requirements, and eligibility criteria for each fund category. Get started with flexible investment options that suit your needs."
|
||||
tag="Investment Details"
|
||||
tagIcon={FileCheck}
|
||||
tagAnimation="slide-up"
|
||||
@@ -180,7 +180,7 @@ export default function HomePage() {
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
{
|
||||
text: "Start Your KYC", href: "/invest"},
|
||||
text: "Start Your KYC", href: "#contact"},
|
||||
]}
|
||||
buttonAnimation="blur-reveal"
|
||||
/>
|
||||
@@ -189,23 +189,23 @@ export default function HomePage() {
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardTwo
|
||||
title="Investor Success Stories"
|
||||
description="Hear from investors who have successfully built wealth through our mutual fund distribution platform."
|
||||
tag="Reviews"
|
||||
description="Hear from investors who have successfully built wealth through our mutual fund distribution platform. Real stories from real investors who achieved their financial goals."
|
||||
tag="Client Testimonials"
|
||||
tagIcon={Users}
|
||||
tagAnimation="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
id: "testimonial-rajesh", name: "Rajesh Kumar", role: "Software Engineer", testimonial:
|
||||
"FundHub made investing simple and transparent. The performance tracking and expert guidance helped me build a diversified portfolio aligned with my retirement goals.", imageSrc: "http://img.b2bpic.net/free-photo/successful-expert_1098-14503.jpg", imageAlt: "Rajesh Kumar"},
|
||||
"FundHub made investing simple and transparent. The performance tracking and expert guidance helped me build a diversified portfolio aligned with my retirement goals. I've been investing for 3 years now with consistent returns.", imageSrc: "http://img.b2bpic.net/free-photo/successful-expert_1098-14503.jpg", imageAlt: "Rajesh Kumar investor profile"},
|
||||
{
|
||||
id: "testimonial-priya", name: "Priya Sharma", role: "Business Owner", testimonial:
|
||||
"The detailed fund analytics and ratio comparisons are invaluable. I've been able to make informed decisions about my investments with confidence.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-corporate-woman-looks-dreamy-smiles-stands-outside-street-leans-her-head-hands_1258-193991.jpg", imageAlt: "Priya Sharma"},
|
||||
"The detailed fund analytics and ratio comparisons are invaluable. I've been able to make informed decisions about my investments with confidence. The platform's transparency sets it apart from competitors.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-corporate-woman-looks-dreamy-smiles-stands-outside-street-leans-her-head-hands_1258-193991.jpg", imageAlt: "Priya Sharma business owner testimonial"},
|
||||
{
|
||||
id: "testimonial-vikram", name: "Vikram Patel", role: "Finance Manager", testimonial:
|
||||
"As a finance professional, I appreciate the transparency and professionalism. The platform provides comprehensive data that institutional investors need.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-talking-mobile_23-2148937761.jpg", imageAlt: "Vikram Patel"},
|
||||
"As a finance professional, I appreciate the transparency and professionalism. The platform provides comprehensive data that institutional investors need. Excellent support team as well.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-talking-mobile_23-2148937761.jpg", imageAlt: "Vikram Patel finance professional"},
|
||||
{
|
||||
id: "testimonial-anisha", name: "Anisha Gupta", role: "Young Professional", testimonial:
|
||||
"Starting my investment journey was intimidating, but FundHub's educational resources and personalized scheme recommendations made it accessible and rewarding.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-business-man-with-glasses_23-2148446242.jpg", imageAlt: "Anisha Gupta"},
|
||||
"Starting my investment journey was intimidating, but FundHub's educational resources and personalized scheme recommendations made it accessible and rewarding. Now I'm confident about my financial future.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-business-man-with-glasses_23-2148446242.jpg", imageAlt: "Anisha Gupta professional investor"},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -215,36 +215,36 @@ export default function HomePage() {
|
||||
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqDouble
|
||||
title="Frequently Asked Questions"
|
||||
description="Find answers to common questions about mutual fund investing, schemes, and our platform."
|
||||
tag="Help & Support"
|
||||
title="Frequently Asked Questions About Mutual Funds"
|
||||
description="Find comprehensive answers to common questions about mutual fund investing, schemes, and our platform. Learn everything you need to know."
|
||||
tag="Mutual Fund FAQs"
|
||||
tagIcon={HelpCircle}
|
||||
tagAnimation="slide-up"
|
||||
faqs={[
|
||||
{
|
||||
id: "faq-1", title: "What is a mutual fund?", content:
|
||||
"A mutual fund is a professionally managed investment fund that pools money from multiple investors to purchase a diversified portfolio of securities such as stocks, bonds, and money market instruments. This provides individual investors with professional management and diversification."},
|
||||
id: "faq-1", title: "What is a mutual fund and how does it work?", content:
|
||||
"A mutual fund is a professionally managed investment fund that pools money from multiple investors to purchase a diversified portfolio of securities such as stocks, bonds, and money market instruments. This provides individual investors with professional management, diversification, and access to investments they might not be able to make on their own. The fund is managed by experienced portfolio managers who make investment decisions on behalf of all fund holders."},
|
||||
{
|
||||
id: "faq-2", title: "What are the minimum investment requirements?", content:
|
||||
"The minimum investment varies by fund type. SIPs (Systematic Investment Plans) can start from ₹500/month, while lump sum investments typically require a minimum of ₹10,000 for most funds. Some premium funds may have higher minimums. Check individual scheme details for specific requirements."},
|
||||
id: "faq-2", title: "What are the minimum investment requirements for mutual funds?", content:
|
||||
"The minimum investment varies by fund type. SIPs (Systematic Investment Plans) can start from ₹500/month, allowing you to build wealth gradually. Lump sum investments typically require a minimum of ₹10,000 for most funds, though some premium or specialized funds may have higher minimums. Some funds also offer lower entry points during special campaigns. Check individual scheme details for specific requirements."},
|
||||
{
|
||||
id: "faq-3", title: "How are mutual fund returns calculated?", content:
|
||||
"Returns are calculated based on the Net Asset Value (NAV) per unit. Your returns depend on the difference between the purchase price and current NAV, plus any distributions. We provide CAGR (Compound Annual Growth Rate) for multi-year returns and YTD (Year-to-Date) returns for current performance."},
|
||||
"Returns are calculated based on the Net Asset Value (NAV) per unit. Your returns depend on the difference between the purchase price and current NAV, plus any distributions made by the fund. We provide CAGR (Compound Annual Growth Rate) for multi-year returns, which shows your average annual returns, and YTD (Year-to-Date) returns for current performance. Total return includes capital appreciation and income distribution."},
|
||||
{
|
||||
id: "faq-4", title: "What is the Sharpe Ratio and why is it important?", content:
|
||||
"The Sharpe Ratio measures risk-adjusted returns by comparing a fund's excess return to its volatility. A higher Sharpe Ratio indicates better risk-adjusted performance. It helps investors understand how much excess return they receive for taking on additional volatility compared to a risk-free investment."},
|
||||
id: "faq-4", title: "What is the Sharpe Ratio and why should I care about it?", content:
|
||||
"The Sharpe Ratio measures risk-adjusted returns by comparing a fund's excess return to its volatility or risk. A higher Sharpe Ratio indicates better risk-adjusted performance. It helps investors understand how much excess return they receive for taking on additional volatility compared to a risk-free investment. It's a key metric to evaluate whether a fund is giving you adequate returns for the risk you're taking."},
|
||||
{
|
||||
id: "faq-5", title: "What is an expense ratio?", content:
|
||||
"The expense ratio is the annual cost of managing a mutual fund, expressed as a percentage of assets under management. It includes management fees, administrative costs, and other operational expenses. Lower expense ratios mean more of your investment returns are retained."},
|
||||
id: "faq-5", title: "What is an expense ratio and does it matter?", content:
|
||||
"The expense ratio is the annual cost of managing a mutual fund, expressed as a percentage of assets under management. It includes management fees, administrative costs, and other operational expenses. Lower expense ratios mean more of your investment returns are retained by you rather than paid to the fund manager. Even small differences in expense ratios can significantly impact your returns over time due to compound effect."},
|
||||
{
|
||||
id: "faq-6", title: "How do I start investing?", content:
|
||||
"To start investing, complete the KYC (Know Your Customer) verification process, which takes 5-10 minutes. You'll need to provide basic identity and address information. Once verified, you can choose from our fund schemes and begin investing through SIP or lump sum options."},
|
||||
id: "faq-6", title: "How do I start investing in mutual funds with FundHub?", content:
|
||||
"To start investing, complete the KYC (Know Your Customer) verification process, which takes just 5-10 minutes. You'll need to provide basic identity and address information, which is a regulatory requirement. Once verified, you can choose from our fund schemes and begin investing through SIP (Systematic Investment Plan) for regular investing, or lump sum options for one-time investments. Our team provides guidance throughout the process."},
|
||||
{
|
||||
id: "faq-7", title: "What are equity funds best for?", content:
|
||||
"Equity funds are best for long-term wealth creation (5+ years) as they provide higher growth potential. They are ideal for investors with higher risk tolerance seeking capital appreciation. They work well for retirement planning, education funds, and other long-term financial goals."},
|
||||
id: "faq-7", title: "When should I invest in equity funds?", content:
|
||||
"Equity funds are best for long-term wealth creation with investment horizons of 5 years or more. They provide higher growth potential but with higher volatility. They are ideal for investors with higher risk tolerance seeking capital appreciation. Equity funds work well for retirement planning, education funds, and other long-term financial goals where you can weather market fluctuations and benefit from compounding."},
|
||||
{
|
||||
id: "faq-8", title: "When should I invest in debt funds?", content:
|
||||
"Debt funds are suitable for conservative investors seeking steady income and capital preservation. They're ideal for shorter investment horizons (1-3 years), emergency funds, and as a balanced portion of a diversified portfolio. They provide lower risk but also lower returns compared to equity funds."},
|
||||
id: "faq-8", title: "When should I consider debt funds?", content:
|
||||
"Debt funds are suitable for conservative investors seeking steady income and capital preservation. They're ideal for shorter investment horizons (1-3 years), emergency funds, and as a balanced portion of a diversified portfolio. Debt funds provide lower risk and more stable returns compared to equity funds, making them suitable for investors nearing retirement or those with lower risk tolerance who still want returns above savings account rates."},
|
||||
]}
|
||||
animationType="smooth"
|
||||
textboxLayout="default"
|
||||
@@ -257,14 +257,14 @@ export default function HomePage() {
|
||||
<ContactCenter
|
||||
tag="Ready to Invest?"
|
||||
title="Start Your Investment Journey Today"
|
||||
description="Join thousands of investors who are building wealth with FundHub. Get personalized guidance and begin your mutual fund investment with confidence."
|
||||
description="Join thousands of investors who are building wealth with FundHub. Get personalized guidance and begin your mutual fund investment with confidence. Sign up now to access exclusive fund recommendations and market insights."
|
||||
tagIcon={Rocket}
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "radial-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
inputPlaceholder="Enter your email address"
|
||||
buttonText="Get Started Free"
|
||||
termsText="By signing up, you agree to our Terms of Service and Privacy Policy. We'll send you updates about fund performance and investment opportunities."
|
||||
termsText="By signing up, you agree to our Terms of Service and Privacy Policy. We'll send you updates about fund performance and investment opportunities. Unsubscribe anytime."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -277,11 +277,11 @@ export default function HomePage() {
|
||||
{
|
||||
label: "Home", href: "/"},
|
||||
{
|
||||
label: "Schemes", href: "/schemes"},
|
||||
label: "Schemes", href: "#schemes"},
|
||||
{
|
||||
label: "Performance", href: "/performance"},
|
||||
label: "Performance", href: "#metrics"},
|
||||
{
|
||||
label: "Invest", href: "/invest"},
|
||||
label: "Investment Guide", href: "#investment-guide"},
|
||||
],
|
||||
},
|
||||
{
|
||||
@@ -291,9 +291,9 @@ export default function HomePage() {
|
||||
{
|
||||
label: "Contact", href: "#contact"},
|
||||
{
|
||||
label: "Support", href: "#"},
|
||||
label: "Testimonials", href: "#testimonials"},
|
||||
{
|
||||
label: "Blog", href: "#"},
|
||||
label: "FAQs", href: "#faq"},
|
||||
],
|
||||
},
|
||||
{
|
||||
@@ -325,4 +325,4 @@ export default function HomePage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user