switch ($page)
{
case 'about-us':
echo 'About Us';
break;
case 'how-it-works':
echo 'How It Works';
break;
case 'retirement-asset-management':
echo 'Retirement Asset Management';
break;
case 'goal-based-investing':
echo 'Goal-Based Investing';
break;
case 'inflation-protection':
echo 'Inflation Protection';
break;
case 'regular-investing':
echo 'Regular Investing';
break;
case 'long-term-capital-growth':
echo 'Long-Term Capital Growth';
break;
case 'retirement-planning':
echo 'Retirement Planning Through Investing';
break;
case 'portfolio-mistakes':
echo 'Common Portfolio Mistakes';
break;
case 'portfolio-diversification':
echo 'Diversification in Practice';
break;
case 'portfolio-rebalancing':
echo 'Portfolio Rebalancing';
break;
case 'investor-risk-profile':
echo 'Investor Risk Profile';
break;
case 'portfolio-asset-allocation':
echo 'Asset Allocation in a Portfolio';
break;
case 'investment-portfolio':
echo 'What Is an Investment Portfolio';
break;
case 'risk-management':
echo 'Risk Management Strategy';
break;
case 'rebalancing-strategy':
echo 'Rebalancing Strategy';
break;
case 'asset-allocation-strategy':
echo 'Asset Allocation Strategy';
break;
case 'income-investing':
echo 'Income Investing Strategy';
break;
case 'dividend-investing':
echo 'Dividend Investing Strategy';
break;
case 'value-investing':
echo 'Value Investing Strategy';
break;
case 'growth-investing':
echo 'Growth Investing Strategy';
break;
case 'buy-and-hold':
echo 'Buy and Hold Strategy';
break;
case 'dollar-cost-averaging':
echo 'Dollar-Cost Averaging';
break;
case 'passive-vs-active':
echo 'Passive vs Active Investing';
break;
case 'long-term-investing':
echo 'Long-Term Investing Strategy';
break;
case 'investments':
echo 'Investments';
break;
case 'investing-by-goals':
echo 'Investing by Goals';
break;
case 'diversification':
echo 'Diversification';
break;
case 'risk-return':
echo 'Risk and Return in Investing';
break;
case 'alternative-investments':
echo 'Alternative Investments';
break;
case 'real-assets':
echo 'Real Estate and Real Assets';
break;
case 'crypto-assets':
echo 'Cryptocurrencies and Digital Assets';
break;
case 'etf-funds':
echo 'ETF and Investment Funds';
break;
case 'bonds':
echo 'Bonds';
break;
case 'stocks':
echo 'Stocks';
break;
case 'terms-and-conditions':
echo 'Terms & Conditions';
break;
case 'privacy-policy':
echo 'Privacy Policy';
break;
case 'faq':
echo 'Frequently Asked Questions';
break;
case 'contact-us':
echo 'Contact Us';
break;
}
?>
switch ($page)
{
case 'about-us':
echo 'About Us';
break;
case 'how-it-works':
echo 'How It Works';
break;
case 'retirement-asset-management':
echo 'Retirement Asset Management';
break;
case 'goal-based-investing':
echo 'Goal-Based Investing';
break;
case 'inflation-protection':
echo 'Inflation Protection';
break;
case 'regular-investing':
echo 'Regular Investing';
break;
case 'long-term-capital-growth':
echo 'Long-Term Capital Growth';
break;
case 'retirement-planning':
echo 'Retirement Planning Through Investing';
break;
case 'portfolio-mistakes':
echo 'Common Portfolio Mistakes';
break;
case 'portfolio-diversification':
echo 'Diversification in Practice';
break;
case 'portfolio-rebalancing':
echo 'Portfolio Rebalancing';
break;
case 'investor-risk-profile':
echo 'Investor Risk Profile';
break;
case 'portfolio-asset-allocation':
echo 'Asset Allocation in a Portfolio';
break;
case 'investment-portfolio':
echo 'What Is an Investment Portfolio';
break;
case 'risk-management':
echo 'Risk Management Strategy';
break;
case 'rebalancing-strategy':
echo 'Rebalancing Strategy';
break;
case 'asset-allocation-strategy':
echo 'Asset Allocation Strategy';
break;
case 'income-investing':
echo 'Income Investing Strategy';
break;
case 'dividend-investing':
echo 'Dividend Investing Strategy';
break;
case 'value-investing':
echo 'Value Investing Strategy';
break;
case 'growth-investing':
echo 'Growth Investing Strategy';
break;
case 'buy-and-hold':
echo 'Buy and Hold Strategy';
break;
case 'dollar-cost-averaging':
echo 'Dollar-Cost Averaging';
break;
case 'passive-vs-active':
echo 'Passive vs Active Investing';
break;
case 'long-term-investing':
echo 'Long-Term Investing Strategy';
break;
case 'investments':
echo 'Investments';
break;
case 'investing-by-goals':
echo 'Investing by Goals';
break;
case 'diversification':
echo 'Diversification';
break;
case 'risk-return':
echo 'Risk and Return in Investing';
break;
case 'alternative-investments':
echo 'Alternative Investments';
break;
case 'real-assets':
echo 'Real Estate and Real Assets';
break;
case 'crypto-assets':
echo 'Cryptocurrencies and Digital Assets';
break;
case 'etf-funds':
echo 'ETF and Investment Funds';
break;
case 'bonds':
echo 'Bonds';
break;
case 'stocks':
echo 'Stocks';
break;
case 'terms-and-conditions':
echo 'Terms & Conditions';
break;
case 'privacy-policy':
echo 'Privacy Policy';
break;
case 'faq':
echo 'Frequently Asked Questions';
break;
case 'contact-us':
echo 'Contact Us';
break;
}
?>