@@ -15,6 +15,7 @@ import { InteractiveHoverButton } from '@/components/ui/interactive-hover-button
1515import { ClientTweetCard } from '../components/ui/client-tweet-card' ;
1616
1717import 'react-responsive-carousel/lib/styles/carousel.min.css' ;
18+ import './index.css' ;
1819
1920function HomepageHeader ( ) {
2021 const { siteConfig } = useDocusaurusContext ( ) ;
@@ -215,47 +216,17 @@ function HomepageFooter() {
215216 And connect with Tianji's real user from all over the world
216217 </ div >
217218
218- < div className = "mt-8 flex flex-wrap justify-center gap-2" >
219- < ClientTweetCard
220- id = "1876982441312751667"
221- className = "border border-solid border-white border-opacity-20 bg-white bg-opacity-10"
222- />
223- < ClientTweetCard
224- id = "1877547135442329726"
225- className = "border border-solid border-white border-opacity-20 bg-white bg-opacity-10"
226- />
227- < ClientTweetCard
228- id = "1788136586380771781"
229- className = "border border-solid border-white border-opacity-20 bg-white bg-opacity-10"
230- />
231- < ClientTweetCard
232- id = "1877744903255462173"
233- className = "border border-solid border-white border-opacity-20 bg-white bg-opacity-10"
234- />
235- < ClientTweetCard
236- id = "1876346601326649665"
237- className = "border border-solid border-white border-opacity-20 bg-white bg-opacity-10"
238- />
239- < ClientTweetCard
240- id = "1844763816619294808"
241- className = "border border-solid border-white border-opacity-20 bg-white bg-opacity-10"
242- />
243- < ClientTweetCard
244- id = "1842367065375617205"
245- className = "border border-solid border-white border-opacity-20 bg-white bg-opacity-10"
246- />
247- < ClientTweetCard
248- id = "1843381313933656116"
249- className = "border border-solid border-white border-opacity-20 bg-white bg-opacity-10"
250- />
251- < ClientTweetCard
252- id = "1743323947377041806"
253- className = "border border-solid border-white border-opacity-20 bg-white bg-opacity-10"
254- />
255- < ClientTweetCard
256- id = "1852357169175318932"
257- className = "border border-solid border-white border-opacity-20 bg-white bg-opacity-10"
258- />
219+ < div className = "testimonial-grid mt-8 grid grid-cols-1 gap-4 sm:grid-cols-2 lg:grid-cols-3 xl:grid-cols-4" >
220+ < ClientTweetCard id = "1876982441312751667" className = "tweet-card" />
221+ < ClientTweetCard id = "1788136586380771781" className = "tweet-card" />
222+ < ClientTweetCard id = "1877547135442329726" className = "tweet-card" />
223+ < ClientTweetCard id = "1876346601326649665" className = "tweet-card" />
224+ < ClientTweetCard id = "1877744903255462173" className = "tweet-card" />
225+ < ClientTweetCard id = "1844763816619294808" className = "tweet-card" />
226+ < ClientTweetCard id = "1842367065375617205" className = "tweet-card" />
227+ < ClientTweetCard id = "1843381313933656116" className = "tweet-card" />
228+ < ClientTweetCard id = "1743323947377041806" className = "tweet-card" />
229+ < ClientTweetCard id = "1852357169175318932" className = "tweet-card" />
259230 </ div >
260231 </ div >
261232 ) ;
0 commit comments