Files
freeu-project/resources/views/Frontend/Pages/index1.blade.php
Ritikesh yadav c661166e1d first commit
2024-03-28 14:52:40 +05:30

439 lines
19 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php $currentPage = "index1" ?>
@extends('Frontend.layouts.master')
@extends('Frontend.menu-before-lg')
@section('content')
<!-- banner -->
<div class="banner">
<div class="container row">
<div class="col-md-6 content" data-aos="fade-right">
<h1>Know. Learn. Invest</h1>
<h2>We do not just provide you options. We want you to learn about the ones best suited to your needs</h2>
<a href="{{ route('index') }}" class="yellow-btn">Start Your Investing Journey</a>
</div>
<div class="col-md-6 bgn-image" data-aos="fade-left">
<img src="{{asset('public/assets/media/FrontendImages/index-b.png')}}">
</div>
</div>
</div>
<!-- banner -->
<!-- blue-bar1 -->
<div class="blue-bar">
<div class="container row">
<div class="col-md-3 bluebr" data-aos="fade-up">
<div class="row">
<div class="col-md-5 bluebr-circle">
<h2>1M</h2>
</div>
<div class="col-md-7 bluebr-txt">
<h3>Number of investors</h3>
</div>
</div>
</div>
<div class="col-md-3 bluebr" data-aos="fade-up" >
<div class="row">
<div class="col-md-5 bluebr-circle">
<h2>$4B</h2>
</div>
<div class="col-md-7 bluebr-txt">
<h3>Total Investments</h3>
</div>
</div>
</div>
<div class="col-md-3 bluebr" data-aos="fade-up">
<div class="row">
<div class="col-md-5 bluebr-circle">
<h2>2M</h2>
</div>
<div class="col-md-7 bluebr-txt">
<h3>Total Repayment</h3>
</div>
</div>
</div>
<div class="col-md-3 bluebr" data-aos="fade-up">
<div class="row">
<div class="col-md-5 bluebr-circle">
<h2>23K</h2>
</div>
<div class="col-md-7 bluebr-txt">
<h3>Default rate</h3>
</div>
</div>
</div>
</div>
</div>
<!-- blue-bar1 -->
<!-- harboring -->
<div class="harboring">
<div class="container row">
<h2 data-aos="fade-down">With FreeU create your own customized investment world </h2>
<div class="col-md-6" data-aos="fade-right">
<p>FreeU is an online platform that has handpicked the best Alternate Investment Assets in India, offering the best returns for our investors. It is the only platform, that doesn't tell you what to do, but lets you decide and shop from the best. Read, research, and find out everything you need to know about Alternate Asset Investments before you invest! </p>
<p>Be rest assured that what you are shopping from is already the cream of the best Alternate Investment options in India. Our team of investment experts and wealth counselors has meticulously selected the assets you can choose from after result-oriented research, and a history of high returns. They have chosen, analyzed, and approved these amazing opportunities for our investors. </p>
<a href="{{ route('why_freeU') }}" class="yellow-btn ">Lets Grow</a>
</div>
<div class="col-md-6 left" data-aos="fade-left">
<img src="{{asset('public/assets/media/FrontendImages/img2.svg')}}"/>
</div>
</div>
</div>
<!-- harboring -->
@include('Frontend.how-it-work')
<!--bluebar-->
<div class="blue-bar">
<div class="container row">
<div class="col-md-4 bluebr-img new-bluebr" data-aos="fade-up">
<img src="{{asset('public/assets/media/FrontendImages/green-$.png')}}"/>
</div>
<div class="col-md-4 bluebr-img new-bluebr" data-aos="fade-up">
<img src="{{asset('public/assets/media/FrontendImages/benzinga.png')}}"/>
</div>
<div class="col-md-4 bluebr-img new-bluebr" data-aos="fade-up">
<img src="{{asset('public/assets/media/FrontendImages/nerdwallet.png')}}"/>
</div>
</div>
</div>
<!--bluebar-->
<!-- best-investment -->
<div class="best-invest">
<h2 data-aos="fade-down">We provide what our clients love to call<br> The best in investments</h2>
<div class="container row">
<div class="col-md-4 invest-box" data-aos="flip-up">
<div class="content">
<h3>Lower Volatility</h3>
<img src="{{asset('public/assets/media/FrontendImages/10290.png')}}">
</div>
<p>Alternate Investments are not that dependent on the market ups and downs, but more on the strength of each specific asset/investment. Therefore. Investing in Alternates can reduce the overall risk of a diversified portfolio.</p>
</div>
<div class="col-md-4 invest-box" data-aos="flip-up">
<div class="content">
<h3>Broader Diversification</h3>
<img src="{{asset('public/assets/media/FrontendImages/10360.png')}}">
</div>
<p>To have the benefit of a diverse portfolio, without much correlation to traditional asset classes, alternatives can be an extremely helpful way to expand and make extra profit.</p>
</div>
<div class="col-md-4 invest-box" data-aos="flip-up">
<div class="content">
<h3>Enhance Returns</h3>
<img src="{{asset('public/assets/media/FrontendImages/10292.png')}}">
</div>
<p>Alternatives can improve the risk and return profile of a portfolio and enhance total return through access to a broader universe of investments and strategies.</p>
</div>
<a href="" class="yellow-btn srt-btn">Start Investing Now</a>
</div>
</div>
</div>
<!-- best-investment -->
<!-- investment-opportunites -->
<div class="opportunities">
<h2 data-aos="fade-down">Investment Opportunities</h2>
<div class="container row">
<div class="col-md-4 card" data-aos="zoom-in">
<h3>Short Term Investment</h3>
<p>Financial investment easliy convertible to cash </p>
<div class="table">
<table>
<thead>
<tr>
<th>Investment</th>
<th>Liquid</th>
</tr>
</thead>
<tbody>
<tr>
<td>Horizon</td>
<td>Funds</td>
</tr>
<tr>
<td>Return</td>
<td>5-10%</td>
</tr>
<tr>
<td>Risk</td>
<td>High</td>
</tr>
</tbody>
</table>
</div>
<a href="" class="blue-btn">Explore More Opportunities</a>
</div>
<div class="col-md-4 card" data-aos="zoom-in">
<h3>Mid Term Investment</h3>
<p>Holding period with stable returns</p>
<div class="table">
<table>
<thead>
<tr>
<th>Investment</th>
<th>Balanced</th>
</tr>
</thead>
<tbody>
<tr>
<td>Horizon</td>
<td>Funds</td>
</tr>
<tr>
<td>Return</td>
<td>5-10%</td>
</tr>
<tr>
<td>Risk</td>
<td>High</td>
</tr>
</tbody>
</table>
</div>
<a href="" class="blue-btn">Explore More Opportunities</a>
</div>
<div class="col-md-4 card" data-aos="zoom-in">
<h3>Long Term Investment</h3>
<p>Financial investment easliy convertible to cash </p>
<div class="table">
<table>
<thead>
<tr>
<th>Investment</th>
<th>Liquid</th>
</tr>
</thead>
<tbody>
<tr>
<td>Horizon</td>
<td>Funds</td>
</tr>
<tr>
<td>Return</td>
<td>5-10%</td>
</tr>
<tr>
<td>Risk</td>
<td>High</td>
</tr>
</tbody>
</table>
</div>
<a href="" class="blue-btn">Explore More Opportunities</a>
</div>
</div>
</div>
<!-- investment-opportunities -->
<!--let start-->
<div class="let-start" data-aos="fade-down">
<div class="container">
<div class="pages">
<div class="page one">
<h2>Lorem Ipsum Lorem Ipsum</h2>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy</p>
<!--<a href="" class=" next yellow-btn start-btn">Let's Start</a>-->
<div>
<button onClick="slide('next')" class=" next yellow-btn start-btn">Let's Start</button>
</div>
</div>
<div class="page two">
<label>1. Before we start, can we get your first name?*</label>
<input type="text" placeholder="Type Your Answer Here">
<div>
<button onClick="slide('next')" class=" next yellow-btn start-btn">Submit</button>
</div>
</div>
<div class="page three">
<label>2. Before we start, can we get your Age?*</label>
<input type="text" placeholder="Type Your Answer Here">
<div>
<button onClick="slide('next')" class=" next yellow-btn start-btn">Submit</button>
</div>
</div>
<div class="page four">
<label>3. How would you describe your level of familiarity?</label>
<div class="checkbox row">
<label class="radio col-md-3">
<input name="radio" type="radio" checked>
<span>Beginner</span>
</label>
<label class="radio col-md-3">
<input name="radio" type="radio">
<span>Competent</span>
</label>
<label class="radio col-md-3">
<input name="radio" type="radio">
<span>Proficient</span>
</label>
<label class="radio col-md-3">
<input name="radio" type="radio">
<span>Expert</span>
</label>
</div>
<div>
<button onClick="slide('next')" class=" next yellow-btn start-btn">Submit</button>
</div>
</div>
<div class="page five">
<label>4. What is the primary reason you're interested in investing?</label>
<div class="checkbox row">
<label class="radio col-md-3">
<input name="radio1" type="radio" checked>
<span>Building Wealth</span>
</label>
<label class="radio col-md-3">
<input name="radio1" type="radio">
<span>Retirement</span>
</label>
<label class="radio col-md-3">
<input name="radio1" type="radio">
<span>Major Purchase</span>
</label>
<label class="radio col-md-3">
<input name="radio1" type="radio">
<span>Business Investment</span>
</label>
<label class="radio col-md-3">
<input name="radio1" type="radio">
<span>Holiday</span>
</label>
</div>
<div>
<button onClick="slide('next')" class=" next yellow-btn start-btn">Submit</button>
</div>
</div>
<div class="page six">
<label>5. What is your annual income?</label>
<div class="checkbox row">
<label class="radio col-md-3">
<input name="radio2" type="radio" checked>
<span>Below 25 lacs</span>
</label>
<label class="radio col-md-3">
<input name="radio2" type="radio">
<span>26 to 35 lacs</span>
</label>
<label class="radio col-md-3">
<input name="radio2" type="radio">
<span>36 to 50 lacs</span>
</label>
<label class="radio col-md-3">
<input name="radio2" type="radio">
<span>Above 50 lacs</span>
</label>
</div>
<div>
<button onClick="slide('next')" class=" next yellow-btn start-btn">Submit</button>
</div>
</div>
<div class="page seven">
<label>6. How long do you plan to invest?</label>
<div class="checkbox row">
<label class="radio col-md-3">
<input name="radio4" type="radio" checked>
<span>Less than 3 years</span>
</label>
<label class="radio col-md-3">
<input name="radio4" type="radio">
<span>3 - 5 years</span>
</label>
<label class="radio col-md-3">
<input name="radio4" type="radio">
<span>6 - 10 years</span>
</label>
<label class="radio col-md-3">
<input name="radio4" type="radio">
<span>More than 10 years</span>
</label>
</div>
<div>
<button onClick="slide('next')" class=" next yellow-btn start-btn">Submit</button>
</div>
</div>
<div class="page eight">
<label>7. How much do you hope to invet on a monthly/yearly basis?t</label>
<div class="checkbox row">
<label class="radio col-md-3">
<input name="radio5" type="radio" checked>
<span>Less than ₹10 Lakhs</span>
</label>
<label class="radio col-md-3">
<input name="radio5" type="radio">
<span>₹10 Lakhs - ₹25 Lakhs</span>
</label>
<label class="radio col-md-3">
<input name="radio5" type="radio">
<span>₹25 Lakhs - ₹40 Lakhs</span>
</label>
<label class="radio col-md-3">
<input name="radio5" type="radio">
<span>₹40 Lakhs - ₹60 Lakhs</span>
</label>
<label class="radio col-md-3">
<input name="radio5" type="radio">
<span>₹60 Lakhs - ₹80 Lakhs</span>
</label>
<label class="radio col-md-3">
<input name="radio5" type="radio">
<span>₹80 Lakhs - ₹1 Cr</span>
</label>
<label class="radio col-md-3">
<input name="radio5" type="radio">
<span>More than ₹1 Cr</span>
</label>
</div>
<div>
<button onClick="slide('next')" class=" next yellow-btn start-btn">Submit</button>
</div>
</div>
<div class="page nine">
<label>8. Amazing! We have just<br>the right Investment Lined Up for You</label>
<div>
<button class=" next yellow-btn start-btn"><a href="./freeU/right-investment.php">Show My Investments</a></button>
</div>
</div>
</div>
</div>
</div>
<!--let start-->
<!--high-return-->
<div class="high-return">
<div class="row container">
<div class="col-md-7 content" data-aos="fade-right">
<h2>FreeUs High-Return <br>Investment Performance</h2>
<p>With over a decade of investment expertise, FreeU has the best investment returns in the industry. FreeU is an innovative technology software provider with a leading expert professional services business. We deliver innovative and sustainable technology solutions to the capital markets, treasury, and wealth management industries.</p>
<a href="{{ route('our_portfolio') }}" class="yellow-btn ">View Our Performance</a>
</div>
<div class="col-md-5 boxes" data-aos="fade-left">
<div class="card even" data-aos="fade-left">
<h2>10cr ₹</h2>
<p>Total <br> invested</p>
</div>
<div class="card odd" data-aos="fade-right">
<h2>10cr ₹</h2>
<p>Total interest & principal returned to investors</p>
</div>
<div class="card even" data-aos="fade-left">
<h2>8.2 %</h2>
<p>Net annualized<br>return (IRR)</p>
</div>
</div>
</div>
</div>
<!--high-return-->
<!--start-investing-->
<div class="start-investing" data-aos="fade-down">
<div class="container">
<h2>Lorem Ipsum is simply dummy text the printing</h2>
<h3>Lorem Ipsum is simply dummy text of the printing and typesetting industry.</h3>
<p>It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>
<a href="" class="yellow-btn start-btn">Start Investing</a>
</div>
</div>
<!--start-investing-->
<!--@include('Frontend.investment')-->
@include('Frontend.client-says')
@include('Frontend.lates_news')
@include('Frontend.download_mobileapp')
@include('Frontend.request_callback')
@include('Frontend.faqs')
@endsection()