change homepage
This commit is contained in:
parent
34049e3dac
commit
57c6c2e24c
@ -214,13 +214,19 @@ async function loadSearchData() {
|
||||
|
||||
|
||||
|
||||
<div class="text-center mb-5 relative w-fit flex justify-center m-auto">
|
||||
<div class="border border-gray-800 text-white font-mono antialiased bg-[#0F0F0F] w-full px-4 py-2 rounded-xl m-auto font-medium text-sm flex items-center">
|
||||
Trusted & used by over 1000+ traders
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="flex flex-row justify-center items-center">
|
||||
|
||||
<h1 class="text-center text-4xl sm:text-4xl text-white font-bold mb-6 w-full">
|
||||
We bridge the gap between
|
||||
<span class="text-[#9DED1E] italic">Wall Street</span>
|
||||
and
|
||||
<span class="text-[#9DED1E] italic">Retail Traders</span>
|
||||
Your
|
||||
<span class="text-[#9DED1E] italic">All-in-One</span>
|
||||
Solution for
|
||||
<span class="text-[#9DED1E] italic">Stock Analysis</span>
|
||||
</h1>
|
||||
</div>
|
||||
|
||||
@ -233,13 +239,28 @@ async function loadSearchData() {
|
||||
-->
|
||||
<!-- End Image -->
|
||||
|
||||
<span class="text-center flex justify-center items-center text-slate-200 text-[1rem] sm:text-lg">
|
||||
Analyze over 10,000 companies in one place, exploring stock prices, options contracts, news, price predictions, charts, discussions, and more!
|
||||
<span class="text-center flex-1 justify-center items-center text-white text-sm sm:text-[1rem]">
|
||||
We provide high quality
|
||||
<span style="font-weight: 520;" class="text-[#9DED1E] italic">Wallstreet Data</span>
|
||||
to
|
||||
<span style="font-weight: 520;" class="text-[#9DED1E] italic">Retail Traders</span>.
|
||||
|
||||
</span>
|
||||
|
||||
|
||||
<!-- Start Search button -->
|
||||
|
||||
<div class="flex flex-col gap-y-4 sm:flex-row sm:gap-y-0 sm:gap-x-4 justify-center items-center mt-8 mb-6 m-auto w-full max-w-64 sm:max-w-3xl">
|
||||
<a href="/stocks/AAPL" class="flex flex-row items-center px-6 py-3 bg-[#9DED1E] text-black rounded-full font-medium transition duration-150 ease-in-out group">
|
||||
<span>Explore Stocknear</span>
|
||||
<span class="ml-2 mt-0.5 tracking-normal group-hover:translate-x-0.5 transition-transform duration-150 ease-in-out">
|
||||
<svg class="w-4 h-4" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><g transform="rotate(90 12 12)"><g fill="none"><path d="M24 0v24H0V0h24ZM12.593 23.258l-.011.002l-.071.035l-.02.004l-.014-.004l-.071-.035c-.01-.004-.019-.001-.024.005l-.004.01l-.017.428l.005.02l.01.013l.104.074l.015.004l.012-.004l.104-.074l.012-.016l.004-.017l-.017-.427c-.002-.01-.009-.017-.017-.018Zm.265-.113l-.013.002l-.185.093l-.01.01l-.003.011l.018.43l.005.012l.008.007l.201.093c.012.004.023 0 .029-.008l.004-.014l-.034-.614c-.003-.012-.01-.02-.02-.022Zm-.715.002a.023.023 0 0 0-.027.006l-.006.014l-.034.614c0 .012.007.02.017.024l.015-.002l.201-.093l.01-.008l.004-.011l.017-.43l-.003-.012l-.01-.01l-.184-.092Z"/><path fill="black" d="M13.06 3.283a1.5 1.5 0 0 0-2.12 0L5.281 8.939a1.5 1.5 0 0 0 2.122 2.122L10.5 7.965V19.5a1.5 1.5 0 0 0 3 0V7.965l3.096 3.096a1.5 1.5 0 1 0 2.122-2.122L13.06 3.283Z"/></g></g></svg>
|
||||
</span>
|
||||
</a>
|
||||
<a href="/pricing" class="w-48 flex flex-row items-center justify-center px-6 py-3 text-white rounded-full hover:sm:bg-[#202020] transition delay-50 ease-out font-medium border border-gray-500">
|
||||
<span>Become a Pro</span>
|
||||
</a>
|
||||
</div>
|
||||
<!--
|
||||
<div class="flex justify-center items-center mt-8 mb-6 m-auto w-full max-w-64 sm:max-w-3xl">
|
||||
<label on:click={loadSearchData} for="searchBarModal" class="shadow-lg w-96 h-10 sm:h-12 flex flex-row items-center justify-start bg-[#202327] appearance-none py-3 cursor-pointer border border-slate-600 rounded-lg">
|
||||
<svg class="w-4 h-4 shrink-0 ml-3 sm:ml-5 text-white inline-block" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg">
|
||||
@ -250,6 +271,7 @@ async function loadSearchData() {
|
||||
</span>
|
||||
</label>
|
||||
</div>
|
||||
-->
|
||||
|
||||
|
||||
|
||||
@ -275,7 +297,7 @@ async function loadSearchData() {
|
||||
|
||||
|
||||
<div class="text-white text-center text-[1rem] sm:text-lg mt-8 mb-4 font-semiboldk">
|
||||
Track the investment portfolios of prominent Wall Street figures.
|
||||
Track the investment portfolios of prominent Wall Street Figures.
|
||||
</div>
|
||||
|
||||
<div class="w-full max-w-64 sm:max-w-3xl m-auto grid grid-cols-1 md:grid-cols-3 gap-y-3 sm:gap-x-5 flex justify-center items-center">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user