122 lines
3.1 KiB
PHP
122 lines
3.1 KiB
PHP
<?php $currentPage = "how_to-invest" ?>
|
|
|
|
@extends('Frontend.layouts.master')
|
|
|
|
|
|
|
|
|
|
@section('content')
|
|
|
|
<!-- banner -->
|
|
|
|
<div class="banner why_freeU how_to">
|
|
|
|
<div class="container">
|
|
|
|
<div class="howto-image" data-aos="fade-right">
|
|
|
|
<img src="{{asset('public/assets/media/FrontendImages/how_to.png')}}">
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="how_to-invest">
|
|
|
|
<h2 data-aos="fade-down">How To Invest</h2>
|
|
|
|
<!--<p data-aos="zoom-in">Lorem Ipsum is simply dummy text of the printing and typesetting<br> industry</p>-->
|
|
|
|
|
|
|
|
<div class="how_to-content container">
|
|
|
|
<div class="account">
|
|
|
|
<div class="how_to-iconleft" data-aos="zoom-in">
|
|
|
|
<img src="{{asset('public/assets/media/FrontendImages/user.png')}}"/>
|
|
|
|
</div>
|
|
|
|
<div class="account-text" data-aos="fade-right">
|
|
|
|
<h5>1. Browse the Product Categories</h5>
|
|
|
|
<p>Simply browse through the information provided for various alternative assets such as Alternative Investment Funds, Fractional Real Estate, and more, to find the asset that best fits your investment profile.
|
|
|
|
</p>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="asset justify-content-end">
|
|
|
|
|
|
|
|
<div class="asset-text" data-aos="fade-left">
|
|
|
|
<h5>2. Evaluate the Investment Deals</h5>
|
|
|
|
<p>Evaluate the deals open for investment under your chosen product category. We provide detailed information on each investment option, including the expected return, minimum investment amount, and tenure.</p>
|
|
|
|
</div>
|
|
|
|
<div class="how_to-iconright" data-aos="zoom-in">
|
|
|
|
<img src="{{asset('public/assets/media/FrontendImages/select-svgrepo-com.png')}}"/>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="invest">
|
|
|
|
<div class="how_to-iconleft" data-aos="zoom-in">
|
|
|
|
<img src="{{asset('public/assets/media/FrontendImages/Group 3167.png')}}"/>
|
|
|
|
</div>
|
|
|
|
<div class="invest-text" data-aos="fade-right">
|
|
|
|
<h5>3. Show Interest </h5>
|
|
|
|
<p>Once you've identified an investment option that you're interested in, simply click the "Show Interest" button to alert our team.</p>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="return justify-content-end">
|
|
|
|
|
|
|
|
<div class="return-text" data-aos="fade-left">
|
|
|
|
<h5>4. Investment Process</h5>
|
|
|
|
<p>Our team will then reach out to you and help you navigate the investment process from start to finish. That's it! With FreeU investing in alternatives is now easy. </p>
|
|
|
|
</div>
|
|
|
|
<div class="how_to-iconright" data-aos="zoom-in">
|
|
|
|
<img src="{{asset('public/assets/media/FrontendImages/return-arrow-svgrepo-com 2.png')}}"/>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<!-- banner -->
|
|
|
|
@endsection
|