@@ -11,52 +11,54 @@ export default function Index() {
1111 // and instead redirects to the Subscription Management page.
1212 // This page will be fixed before launch by FXA-8304
1313 return (
14- < div >
15- < h1 className = "text-xxl text-center m-4" > Welcome</ h1 >
16- < div className = "flex-col" >
17- < h2 className = "text-xl" > With auth</ h2 >
18- < div className = "flex gap-8" >
19- < div className = "flex flex-col gap-2 p-4 items-center" >
20- < h2 > VPN - Monthly</ h2 >
21- < Link
22- className = "bg-blue-500 hover:bg-blue-700 text-white font-bold py-2 px-4 rounded"
23- href = "/en/vpn/monthly/landing"
24- >
25- Redirect
26- </ Link >
14+ < >
15+ < main className = "mt-16 min-h-[calc(100vh_-_4rem)]" >
16+ < h1 className = "text-xxl text-center m-4" > Welcome</ h1 >
17+ < div className = "flex-col" >
18+ < h2 className = "text-xl" > With auth</ h2 >
19+ < div className = "flex gap-8" >
20+ < div className = "flex flex-col gap-2 p-4 items-center" >
21+ < h2 > VPN - Monthly</ h2 >
22+ < Link
23+ className = "bg-blue-500 hover:bg-blue-700 text-white font-bold py-2 px-4 rounded"
24+ href = "/en/vpn/monthly/landing"
25+ >
26+ Redirect
27+ </ Link >
28+ </ div >
29+ < div className = "flex flex-col gap-2 p-4 items-center" >
30+ < h2 > VPN - Yearly</ h2 >
31+ < Link
32+ className = "bg-blue-500 hover:bg-blue-700 text-white font-bold py-2 px-4 rounded"
33+ href = "/en/123donepro/yearly/landing"
34+ >
35+ Redirect
36+ </ Link >
37+ </ div >
2738 </ div >
28- < div className = "flex flex-col gap-2 p-4 items-center" >
29- < h2 > VPN - Yearly</ h2 >
30- < Link
31- className = "bg-blue-500 hover:bg-blue-700 text-white font-bold py-2 px-4 rounded"
32- href = "/en/123donepro/yearly/landing"
33- >
34- Redirect
35- </ Link >
39+ < h2 className = "text-xl mt-8" > Without auth</ h2 >
40+ < div className = "flex gap-8" >
41+ < div className = "flex flex-col gap-2 p-4 items-center" >
42+ < h2 > 123Done Pro - Monthly</ h2 >
43+ < Link
44+ className = "bg-blue-500 hover:bg-blue-700 text-white font-bold py-2 px-4 rounded"
45+ href = "/en/123donepro/monthly/new"
46+ >
47+ Redirect
48+ </ Link >
49+ </ div >
50+ < div className = "flex flex-col gap-2 p-4 items-center" >
51+ < h2 > VPN - Yearly</ h2 >
52+ < Link
53+ className = "bg-blue-500 hover:bg-blue-700 text-white font-bold py-2 px-4 rounded"
54+ href = "/en/123donepro/yearly/new"
55+ >
56+ Redirect
57+ </ Link >
58+ </ div >
3659 </ div >
3760 </ div >
38- < h2 className = "text-xl mt-8" > Without auth</ h2 >
39- < div className = "flex gap-8" >
40- < div className = "flex flex-col gap-2 p-4 items-center" >
41- < h2 > 123Done Pro - Monthly</ h2 >
42- < Link
43- className = "bg-blue-500 hover:bg-blue-700 text-white font-bold py-2 px-4 rounded"
44- href = "/en/123donepro/monthly/new"
45- >
46- Redirect
47- </ Link >
48- </ div >
49- < div className = "flex flex-col gap-2 p-4 items-center" >
50- < h2 > VPN - Yearly</ h2 >
51- < Link
52- className = "bg-blue-500 hover:bg-blue-700 text-white font-bold py-2 px-4 rounded"
53- href = "/en/123donepro/yearly/new"
54- >
55- Redirect
56- </ Link >
57- </ div >
58- </ div >
59- </ div >
60- </ div >
61+ </ main >
62+ </ >
6163 ) ;
6264}
0 commit comments