We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a62eded commit 60dcc4dCopy full SHA for 60dcc4d
src/components/home/GetStarted.astro
@@ -28,6 +28,18 @@ import Button from '../ui/Button.astro';
28
</Button>
29
</div>
30
<div class="hidden md:block h-1 w-24 bg-primary-500 rounded-full mt-8"></div>
31
+ <script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-4476675487994598"
32
+ crossorigin="anonymous"/>
33
+ <!-- Website Test -->
34
+ <ins class="adsbygoogle"
35
+ style="display:block"
36
+ data-ad-client="ca-pub-4476675487994598"
37
+ data-ad-slot="9973270549"
38
+ data-ad-format="auto"
39
+ data-full-width-responsive="true"/>
40
+ <script is:inline>
41
+ (adsbygoogle = window.adsbygoogle || []).push({});
42
+ </script>
43
44
45
<!-- Image column with hover effect -->
0 commit comments