@@ -7,8 +7,7 @@ import { Carbon } from '~/components/Carbon'
77import { Footer } from '~/components/Footer'
88import { TbHeartHandshake } from 'react-icons/tb'
99import SponsorPack from '~/components/SponsorPack'
10- // import { QueryGGBanner } from '~/components/QueryGGBanner'
11- import { QueryGGBannerSale } from '~/components/QueryGGBannerSale'
10+ import { QueryGGBanner } from '~/components/QueryGGBanner'
1211import { queryProject } from '~/libraries/query'
1312import { Framework , getBranch , getLibrary } from '~/libraries'
1413import { seo } from '~/utils/seo'
@@ -48,7 +47,6 @@ export default function VersionIndex() {
4847 < div className = "flex flex-1 min-h-0 relative justify-center overflow-x-hidden" >
4948 < div className = "flex flex-col gap-20 md:gap-32 max-w-full py-32" >
5049 < div className = "flex flex-col items-center gap-8 text-center px-4" >
51- < QueryGGBannerSale />
5250 < h1 className = "font-black flex gap-3 items-center text-4xl md:text-6xl lg:text-7xl xl:text-8xl uppercase [letter-spacing:-.05em]" >
5351 < span > TanStack</ span >
5452 < span className = { twMerge ( gradientText ) } > Query</ span >
@@ -84,18 +82,9 @@ export default function VersionIndex() {
8482 >
8583 Read the Docs
8684 </ Link >
87- < p >
88- (or{ ' ' }
89- < a
90- href = "https://query.gg?s=tanstack"
91- className = "font-semibold underline"
92- >
93- check out our official course
94- </ a >
95- . It’s on sale!)
96- </ p >
85+ < p > (or chek out our official course 👇)</ p >
9786 </ div >
98- { /* <QueryGGBanner /> */ }
87+ < QueryGGBanner />
9988 </ div >
10089 < LibraryFeatureHighlights
10190 featureHighlights = { library . featureHighlights }
0 commit comments