@@ -20,6 +20,7 @@ import OpenSourceStats from '~/components/OpenSourceStats'
2020import splashLightImg from '~/images/splash-light.png'
2121import splashDarkImg from '~/images/splash-dark.png'
2222import { GadFooter } from '~/components/GoogleScripts'
23+ import LandingPageGad from '~/components/LandingPageGad'
2324
2425export const textColors = [
2526 `text-rose-500` ,
@@ -387,37 +388,7 @@ function Index() {
387388 </ div >
388389 </ div >
389390 < hr className = "my-16 border-gray-200 dark:border-gray-500/10" />
390- < div className = { `lg:max-[400px] px-4 mx-auto` } >
391- < div className = "flex flex-col gap-4 items-center" >
392- < div className = "shadow-lg rounded-lg overflow-hidden bg-white dark:bg-gray-800 dark:text-white mx-auto" >
393- < GadFooter />
394- </ div >
395- < div
396- className = "text-xs bg-gray-500 bg-opacity-10 py-2 px-4 rounded text-gray-500
397- dark:bg-opacity-20 self-center text-center w-[500px] max-w-full space-y-2"
398- >
399- < div >
400- < span className = "font-medium italic" >
401- An ad on an open source project?
402- </ span > { ' ' }
403- < span className = "font-black" > What is this, 1999?</ span >
404- </ div >
405- < div >
406- < span className = "font-medium italic" > Please...</ span > TanStack
407- is 100% privately owned, with no paid products, venture capital,
408- or acquisition plans. We're a small team dedicated to creating
409- software used by millions daily. What did you expect?
410- </ div >
411- < div >
412- < Link to = "/ethos" className = "text-gray-500 font-bold underline" >
413- Check out our ethos
414- </ Link > { ' ' }
415- to learn more about how we plan on sticking around (and staying
416- relevant) for the long-haul.
417- </ div >
418- </ div >
419- </ div >
420- </ div >
391+ < LandingPageGad />
421392 < hr className = "my-16 border-gray-200 dark:border-gray-500/10" />
422393 < div className = "px-4 mx-auto max-w-screen-lg" >
423394 < div
0 commit comments