@@ -11,15 +11,16 @@ function HomepageHeader() {
11
11
12
12
return (
13
13
< header >
14
- < div className = "mt-10 pt-0 md:pt-28 md:pt-0 -ml-5 md:ml-auto flex justify-end top-10 right-12 md:top-auto md:left-auto md:justify-center absolute w-full md:w-1/3 top-20 m-auto md:right-20" >
14
+ < div className = "bottom-0 w-screen left-1/2 top-24 ml-3 mt-10 pt-0 md:pt-0 sm:-ml-5 md:ml-auto flex justify-end right-12 md:top-auto md:left-auto md:-right-12 md:justify-center absolute md:w-2/3 sm:top-20 m-auto lg:w-1/2" >
15
+
15
16
< img
16
- className = "dark:block pointer-events-none hidden dark:block z-10 w-1/4 md:w-3/4"
17
+ className = "dark:block pointer-events-none hidden object-contain z-10 w-full md:w-3/4"
17
18
src = "./img/tom_dark.png"
18
19
alt = "tom"
19
20
/>
20
21
21
22
< img
22
- className = "dark:hidden pointer-events-none sm:block z-10 w-1/4 md:w-3/4"
23
+ className = "dark:hidden pointer-events-none sm:block object-contain z-10 w-full md:w-3/4"
23
24
src = "./img/tom_light.png"
24
25
alt = "tom"
25
26
/>
@@ -30,7 +31,7 @@ function HomepageHeader() {
30
31
The React Native
31
32
< span className = "font-extralight mt-4 md:mt-8 lg:mt-0 text-[66px] sm:text-[83px] md:text-[92px] lg:text-9xl block text-red-500 dark:text-red-600" > Boilerplate</ span >
32
33
</ h1 >
33
- < p className = "mt-6 sm:mt-12 lg:mt-5 w-full sm:w-2/3 md:w-1/2 text-sm font-bold ml-1 text-slate-700 dark:text-white" >
34
+ < p className = "mt-6 pr-20 sm:pr-0 sm:mt-12 lg:mt-5 w-full sm:w-2/3 md:w-1/2 text-sm font-bold ml-1 text-slate-700 dark:text-white" >
34
35
{ siteConfig . tagline }
35
36
< span className = "ml-1 text-slate-400" >
36
37
Explore the optimal React Native boilerplate for your project,
@@ -63,7 +64,7 @@ export default function Home(): JSX.Element {
63
64
description = "A React Native template for building solid applications, using JavaScript or Typescript (YOU choose)."
64
65
wrapperClassName = "relative overflow-hidden"
65
66
>
66
- < div className = "relative max-w-7xl m-auto w-full" >
67
+ < div className = "relative max-w-7xl m-auto w-full opacity-40 " >
67
68
< div className = "animate-blob opacity-80 absolute top-0 -right-10 md:top-0 md:right-0 bg-gradient-to-r from-indigo-600 via-blue-700 to-blue-400 h-[210px] w-[210px] md:h-[350px] md:w-[350px] lg:h-[382px] lg:w-[382px]" style = { { borderRadius : '30% 70% 67% 33% / 64% 30% 70% 36%' } } />
68
69
< div className = "animate-blob-delay-1 opacity-80 absolute top-0 right-32 md:top-[250px] md:right-1/4 lg:right-60 bg-gradient-to-r from-red-600 via-pink-700 to-pink-400 h-[180px] w-[180px] md:h-[230px] md:w-[230px] lg:h-[282px] lg:w-[282px]" style = { { borderRadius : '30% 70% 67% 33% / 64% 30% 70% 36%' } } />
69
70
</ div >
@@ -89,7 +90,7 @@ export default function Home(): JSX.Element {
89
90
< 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" />
90
91
</ svg >
91
92
< Quickstart />
92
- < 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" >
93
+ < svg className = "-mb-[1px] 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" >
93
94
< 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" />
94
95
</ svg >
95
96
</ main >
0 commit comments