@@ -35,9 +35,7 @@ function HomepageHeader() {
3535
3636 < div className = "py-10" >
3737 < Link
38- className = "
39- transition-all
40- ease-in hover:bg-red-700 hover:text-white hover:text text-md text-white font-bold py-3 px-4 rounded bg-red-500 shadow-lg shadow-red-500/50"
38+ className = "transition-all ease-in hover:bg-red-700 hover:text-white hover:text text-md text-white font-bold py-3 px-4 rounded bg-red-500 shadow-lg shadow-red-500/50"
4139 to = "/docs/Introduction"
4240 >
4341 Get started
@@ -58,19 +56,28 @@ export default function Home(): JSX.Element {
5856 description = "A React Native template for building solid applications, using JavaScript or Typescript (YOU choose)."
5957 wrapperClassName = "relative overflow-hidden"
6058 >
61- < div className = "animate-blob opacity-80 absolute -top-20 -right-20 md:top-0 md:right-0 bg-gradient-to-r from-red-600 via-pink-700 to-pink-400 h-[310px] w-[310px] md:h-[350px] md:w-[350px] lg:h-[382px] lg:w-[382px]" style = { { borderRadius : '30% 70% 67% 33% / 64% 30% 70% 36%' } } />
62- < div className = "animate-blob-delay-1 opacity-80 absolute top-12 right-1/4 md:top-[250px] md:right-1/4 bg-gradient-to-r from-indigo-600 via-blue-700 to-blue-400 h-[180px] w-[180px] md:h-[230px] md:w-[230px]" style = { { borderRadius : '30% 70% 67% 33% / 64% 30% 70% 36%' } } />
59+ < div className = "relative max-w-7xl m-auto" >
60+ < div className = "animate-blob opacity-80 absolute -top-20 -right-20 md:top-0 md:right-0 bg-gradient-to-r from-red-600 via-pink-700 to-pink-400 h-[310px] w-[310px] md:h-[350px] md:w-[350px] lg:h-[382px] lg:w-[382px]" style = { { borderRadius : '30% 70% 67% 33% / 64% 30% 70% 36%' } } />
61+ < div className = "animate-blob-delay-1 opacity-80 absolute top-12 right-1/4 md:top-[250px] md:right-1/4 bg-gradient-to-r from-indigo-600 via-blue-700 to-blue-400 h-[180px] w-[180px] md:h-[230px] md:w-[230px]" style = { { borderRadius : '30% 70% 67% 33% / 64% 30% 70% 36%' } } />
62+ </ div >
6363
6464 < div className = "backdrop-blur-xl" >
6565
66- < div className = "absolute top-[800px]" > < Circles animate = "animate-circle-delay-1" /> </ div >
67- < div className = "absolute top-[400px] right-0" > < Circles color = "white" /> </ div >
68-
69- < HomepageHeader />
66+ < div className = "relative max-w-7xl m-auto" >
67+ < div className = "absolute top-[800px]" > < Circles animate = "animate-circle-delay-1" /> </ div >
68+ < div className = "absolute top-[400px] right-0" > < Circles color = "white" /> </ div >
69+ < HomepageHeader />
70+ </ div >
7071
7172 < main className = "relative" >
72- < HomepageFeatures />
73- < Quickstart />
73+ < div className = "relative max-w-7xl m-auto" >
74+ < HomepageFeatures />
75+ </ div >
76+
77+ < svg className = "bottom-0 w-full sm:-mt-20 fill-red-400" xmlns = "http://www.w3.org/2000/svg" viewBox = "0 0 1440 320" >
78+ < path fill = "current" fillOpacity = "1" d = "M0,320L60,272C120,224,240,128,360,128C480,128,600,224,720,234.7C840,245,960,171,1080,122.7C1200,75,1320,53,1380,42.7L1440,32L1440,320L1380,320C1320,320,1200,320,1080,320C960,320,840,320,720,320C600,320,480,320,360,320C240,320,120,320,60,320L0,320Z" />
79+ </ svg >
80+ < Quickstart />
7481 < svg className = "pointer-events-none absolute bottom-0 sm:bottom-[169px] sm:bottom-[99px] lg:bottom-[269px] w-full sm:-mt-20 fill-neutral-100 dark:fill-neutral-900" xmlns = "http://www.w3.org/2000/svg" viewBox = "0 0 1440 320" >
7582 < path fill = "current" fillOpacity = "1" d = "M0,288L48,272C96,256,192,224,288,197.3C384,171,480,149,576,165.3C672,181,768,235,864,250.7C960,267,1056,245,1152,250.7C1248,256,1344,288,1392,304L1440,320L1440,320L1392,320C1344,320,1248,320,1152,320C1056,320,960,320,864,320C768,320,672,320,576,320C480,320,384,320,288,320C192,320,96,320,48,320L0,320Z" />
7683 </ svg >
0 commit comments