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 c32c6f6 commit bcbf743Copy full SHA for bcbf743
src/components/home/GetStarted.astro
@@ -28,18 +28,6 @@ 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