update
This commit is contained in:
parent
ff91b6c623
commit
eeb3420ff7
@ -30,7 +30,7 @@ const updateTime = () => {
|
||||
|
||||
updateTime()
|
||||
|
||||
onMount(async () => {
|
||||
onMount( () => {
|
||||
|
||||
const interval = setInterval(updateTime, 1000);
|
||||
|
||||
@ -46,8 +46,8 @@ clearInterval(interval);
|
||||
|
||||
|
||||
|
||||
<div class="lg:max-w-xl w-full bg-gradient-to-r from-purple-900 to-purple-500 p-4 rounded-none sm:rounded-lg shadow-md m-auto">
|
||||
<div class="container bg-gradient-to-r from-purple-900 to-purple-500 p-4 mt-4">
|
||||
<div class="lg:max-w-xl w-full bg-gradient-to-r from-orange-400 to-purple-900 p-4 rounded-none sm:rounded-lg shadow-md m-auto">
|
||||
<div class="container bg-gradient-to-r from-orange-400 to-purple-900 p-4 mt-4">
|
||||
<h2 class="text-2xl font-bold text-white text-center">50% OFF Your Subscription!</h2>
|
||||
</div>
|
||||
<div class="container text-center">
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
import DotPattern from '$lib/components/DotPattern.svelte';
|
||||
import Marquee from '$lib/components/Marquee.svelte';
|
||||
|
||||
import Discount from '$lib/components/Discount.svelte';
|
||||
//import Discount from '$lib/components/Discount.svelte';
|
||||
import { intersect } from 'svelte-intersection-observer-action';
|
||||
|
||||
export let data;
|
||||
@ -34,12 +34,12 @@ function callback(entry: IntersectionObserverEntry) {
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width" />
|
||||
<title>
|
||||
Stock Analysis Platform for Data Lovers · stocknear
|
||||
Modern Stock Analysis Platform · stocknear
|
||||
</title>
|
||||
|
||||
<meta name="description" content="Stocknear has everything you need to analyze stocks with help of AI, including detailed financial data, statistics, news and charts.">
|
||||
<!-- Other meta tags -->
|
||||
<meta property="og:title" content="Stock Analysis Platform for Data Lovers · stocknear"/>
|
||||
<meta property="og:title" content="Modern Stock Analysis Platform · stocknear"/>
|
||||
<meta property="og:description" content="Stocknear has everything you need to analyze stocks with help of AI, including detailed financial data, statistics, news and charts."/>
|
||||
<meta property="og:type" content="website"/>
|
||||
<!-- Add more Open Graph meta tags as needed -->
|
||||
@ -163,7 +163,7 @@ class="hidden sm:block [mask-image:linear-gradient(to_bottom_right,white,transpa
|
||||
</div>
|
||||
|
||||
|
||||
<Discount />
|
||||
<!--<Discount />-->
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user